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 names of the function modules that will be generated upon activation of a lock object?
What is the full form of spro? : sap abap hr
What kind of financial periods exist in sap? What is the relavent table for that?
What are the value tables?
What is the use of abap data dictionary? : abap data dictionary
What is sap locking?
What are the differences between a database index and a match code? : abap data dictionary
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What are the disadvantages of different types of bdc's?
Explain the call transaction method? : abap bdc
What are the system fields? Explain?
What are the difference between pool tables and transparent tables?
Differentiate between report and dialog program
What is its?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc