2008 May 07 3:41 PM
Sir,
know handing the table control while working with BDC, that is how to upload data in a screen having the table control .
plz explain with example
Sir,
know handing the table control while working with BDC, that is how to upload data in a screen having the table control .
plz explain with example
2008 May 07 3:54 PM
Hi Sandeep,
Do like this.
Loop AT itab_item INTO wa. "Having table control data.
Here fill the first row of ur BDC table.
All ur screen fields will be having position 01
eg: Perform bdcdata Using 'RDTXVP-AGOUR(01)' '00012345'.
fill in all the screen fields with position 01 and finally
Perform bdcdata USING 'BDC_OKCODE' 'ok code for down arrow'.
*Ok code for down arrow will be ok code of Right most down corner arrow of table control)
ENDLOOP.
Finally call the transaction.
But remember to record ur BDC in the same manner.
Thanks,
Vinod.
2008 May 07 3:54 PM
2008 May 07 3:58 PM
Check out the below sample program
Table control in BDC
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
Regards,
Santosh
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |