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
What are the system table used in abap?
What are the prerequisites for creating foreign key relationship?
What are internal tables? How do you get the number of lines in an internal table?
How do you work with semi colon se[arated files in BDC ?
What is the difference between rfc and bapi function modules? : abap bdc
Explain how to create any functions? How to go about it?
How to creat transactions? : abap data dictionary
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
What is append search help? : sap abap data dictionary
What is luw?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What are the function module in bdc?
How can we access the correction and transport system?
What is the difference between data elements and domains?
Can a constructor be redefined?