‎2005 Jan 17 12:06 PM
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
‎2005 Jan 18 7:01 AM
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
‎2007 Aug 20 11:59 AM
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.
‎2007 Aug 20 12:33 PM
Hi Nagraj,
Can u send me taste data of ides for this tcode becuase i can not able to run whole cycle sucessfully.