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 combine multiple billing into one RV document ( Step by Step)?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What is an authorization in sap?
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What is the bapi?
What is the meaning of client independent?
How can I make a differentiation between dependent and independent data? : abap hr
What are the events used in abap in the order of execution?
Define database layer? : abap data dictionary
What is the master data necessary before you can start posting in MM?
where do we store all custom programs in SD module?
Tell me a scenario where did you use secondary index?
What is time constraint ? : abap hr
Explain the call transaction method? : abap bdc
Create any functions? How to go about it?