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
How to convert the Unit for 'Distance' (The value from one Unit to another).
What is a table attribute?
What are the attributes of the data? : abap data dictionary
What is a subroutine?
what is difference between set screen and call screen ?
what is the transaction transaction for setting parameters rdisp/buffermode
Explain get cursor field?
How the transaction that are programmed by the user can be protected?
What are the ways you can do the tuning?
What are the user groups?
What does a lock object involve?
How to debug a sapscript?
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?
What is the significance of hide?
What is projection view?