Why is bdc _cursor and GET_Cursor used?
Answer / 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 |
what is the difference between templates and tables.
If pass table name as parameter how can i get table contents?
What is an evaluation path? : sap abap hr
In material report output,if i click on any material i have to open MM01 with that material in the field how?and from mm01 screen i have to come out what i have to do?
What is a data class? : abap data dictionary
If I code parameters and selection events without writing the start-of-selection, will the report runs?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
please any one can tell me the material no,and sales orde number?in which table conpany masterdata will store?
1 Answers Infinite Computer Solutions,
What are datasets in abap?
How to put page-breaks in smartforms?
are all BAPI S are autocommited? if not what should we do?
What are the developments you have done with Modulepool?