Hi,
I have a BDC program.
In the Flat File, I have both Header and Line items data. For each Header record, there can be more than 2 Line items. and I have to upload the data to FB01.
I have declared two internal tables... one for Header data and one for line data.
What I am planning to do is, to get all the data into one internal table and then move them to corresponding internal tables(Header and Line). Is that a right way to do that..?
Can someone tell me how to proceed on that..? In the Flat file, the data is seperated by TAB.
Thanks in advance.
Best Regards,
Paddu.