Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Handling The Table Control while working with BDC

Former Member
0 Likes
557

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

3 REPLIES 3
Read only

vinod_vemuru2
Active Contributor
0 Likes
511

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.

Read only

Former Member
0 Likes
511

Hi Sandeep,

There are other related forums please serach. There are a number of solutions related to this. I am attaching a link of the forum.... Please find the other forums regarding this.

[;.

Warm Regards.

Abhijit.

Read only

Former Member
0 Likes
511

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