Application Development 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: 

BDC table-control QUERY

Former Member
0 Kudos

what is table control in bdc?plz explain the concept in details.

1 REPLY 1

Former Member
0 Kudos

Check the example code :

http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm

Simple example

If you see Sales order (VA01 ,VA02 ) -> here you will have one header and many line items.

In the line item ,we have material number ,item number,qty,price details.

We will get the file ,file contains one header and many line items.you need to write the diffrent logic.

Thanks

Seshu