‎2006 Sep 18 3:42 PM
Hi
i used following link
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
then i wrote BDC but problem is i have to use 2 flat files one is for heading one is for line items .My requirement is i have to use one flat file which nis to be uploaded .
Thanks,
Maheedhar.T
‎2006 Sep 18 3:46 PM
Add one more field at the begining of your file, which tells you if it is a header or a item record.
then upload the file at one go.
Now your internal table will have the header and item data in one file only.
Regards,
Ravi
‎2006 Sep 18 3:46 PM
Add one more field at the begining of your file, which tells you if it is a header or a item record.
then upload the file at one go.
Now your internal table will have the header and item data in one file only.
Regards,
Ravi