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 is internal payroll process? : sap abap hr
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
Tell me a scenario where did you use secondary index?
How many default tab strips are there?
Explain about drill down report?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are the types of search helps? : sap abap data dictionary
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What is a size category? : abap data dictionary
What is the difference between field-group header and other field groups?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Work most on which module: name a few tables?