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


Please Help Members By Posting Answers For Below Questions

Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?

601


write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.

2779


What data is contained? : abap data dictionary

694


What is is a match code? : abap data dictionary

685


HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?

1636






What are base tables of an aggregate object?

625


Explain data dictionary in abap?

602


What is an update type with reference to a match code id? : abap data dictionary

592


What is the difference between RETURNING and CHANGING parameters for a method?

1009


I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc

2573


what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary

618


How can we set the table spaces and extent sizes? : abap data dictionary

745


What is an Unpack command?

640


Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?

645


Explain the concept of clusters in payroll

2129