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

What are hashed tables?

871


What is the use of table maintenance allowed?

545


What are the different types of views and their definition?

592


B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.

2459


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

1630






Can you delete data element, which is being used by table fields. : abap data dictionary

664


How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?

571


What is lock object ? : abap data dictionary

605


What is the difference between field-group header and other field groups? : abap modularization

566


What are the uses of interactive reporting?

619


What is Group by in Select statement?

649


How can we access the correction and transport system? : abap data dictionary

584


When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?

569


Select up to 1 row and select single difference ?

648


What is the difference between skip and new-line?

797