Why is bdc _cursor and GET_Cursor used?
Answer Posted / sapna
To position the cursor on a particular field, you must use
the special cursor field:
BDCDATA-FNAM ='BDC_CURSOR'.
BDCDATA-FVAL ='fieldx'.
Then Enter value for the corresponding field.
Eg :
PERFORM bdc_field USING 'BDC_CURSOR'
'CSKSZ-KOSTL'.
PERFORM bdc_field USING 'CSKSZ-KOSTL'
record-kostl. "value
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between a pool table and a transparent table?
What is new enhancement framework?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
what is the difference between Blocked ALV and interactive ALV?
What kind of BDC programs are written ?
where are the passwords for ITS stores?
What are the list of screen elements?
where do we store all custom programs in SD module?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
How can we set the table spaces and extent sizes? : abap data dictionary
Explain get pernr concept when we use logical data base? : abap hr
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
Which transaction code can I used to analyze the performance of ABAP program.?
To how many tables can an append structure be assigned. : abap data dictionary
How to set an Enhancement point for a custom report?