‎2007 Jun 26 6:32 AM
‎2007 Jun 26 9:12 AM
Hi Siva s,
The BDC Table is an Internal Table with a specific structure that's filled with the data to be submitted. The program should fill the BDC table with values for fields, one row in the internal table per record. An additional record to provide information about the screen itself must precede the rows of field data.
Structure of BDC table :
Program - Program Name of Transaction.
dynpro - Screen Numbr of transaction.
dynbegin - Indicator for new screen.
fnam - name of database field from screen.
fval - value to be submit to field.
I think you are clear with BDC Structure.
Regards
Raghavendra.D.S
‎2007 Jun 26 6:34 AM
hi
good
DYNPROTAB
The BDCDATA structure that contains the data that is to be processed by the transaction.
DYNPROTAB is a tables parameter in the function module.
thanks
mrutyun^
‎2007 Jun 26 6:34 AM
‎2007 Jun 26 9:12 AM
Hi Siva s,
The BDC Table is an Internal Table with a specific structure that's filled with the data to be submitted. The program should fill the BDC table with values for fields, one row in the internal table per record. An additional record to provide information about the screen itself must precede the rows of field data.
Structure of BDC table :
Program - Program Name of Transaction.
dynpro - Screen Numbr of transaction.
dynbegin - Indicator for new screen.
fnam - name of database field from screen.
fval - value to be submit to field.
I think you are clear with BDC Structure.
Regards
Raghavendra.D.S