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: 

Problem with table cntrol of BDC

Former Member
0 Kudos

Hi All,

I am trying to do bdc for table control in CC01( change number create). I am doing with a reference document. So all the materials from the reference documents are copied to the new document. We need to delete some specific items out of them. The screen doesnot have the position button. Even the menu of the screen does not have. please let me how to do bdc for this.

Thanks..

Amminesh.

4 REPLIES 4

Former Member
0 Kudos

Hi,

First you have to move with the required data in you source internal table after all the deletion and modification process.

In the BDC. add these code to handle the below functions.

From the table control using the option "select all entries" select all the lines of the table control -- delete all those entries and post the entries which are there in your source internal table.

Hope this will help you.

Regards,

Smart Varghese

Former Member
0 Kudos

Dear Amminesh,

I think before executing the BDC steps get all the items from the reference document.

and delete the items which are not needed.with the processed items now execute the BDC steps.

Hope this will be helpful to u.

dev_parbutteea
Active Contributor
0 Kudos

Hi ,

BDC is not advisable for table control because at run time you cannot know how many entries there will be in the table control. Hence, you will not know which entry to select.

Try to look for a BAPI of other FM to do this.