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

BDC Table Control

Former Member
0 Likes
427

Hello Friends,

I need to write BDC program to upload Price List data using MEQ1 Transaction.Which has got three Screens 200,205 and 215.

In Screen 215 I need to use Table control to upload Item level data for the Material Number.

In Screen number 215 that is in 3rd screen for same material number there might be more than 1 vendor and quote,so while uploading data I need to check legacy data to find out how many records exit for the materials,if it more than one for any material then I need to loop the item level data for that material on the same screen.

Please can anybody help me...

Thank you,

Nagaraj Kalbavi

3 REPLIES 3
Read only

Former Member
0 Likes
363

Hi Nagaraj,

You need to upload all the (related) legacy data in an internal table(using FM upload or using read dataset). you can then sort this itab in a correct manner and get the no of records for each entry. which is what you need.

this will help u get the number of records for each entry.

as i do not know the structure of ur legacy data i cant elaborate more.

Hope this helps

Regards,

amit trivedi

Read only

Former Member
0 Likes
363

hi nagraj,

will u please provide me the simple source code for handling table control for any flat file u have. Plz elaborate the method as i am doing it first time.

Read only

Former Member
0 Likes
363

Hi Nagraj,

Can u send me taste data of ides for this tcode becuase i can not able to run whole cycle sucessfully.