‎2008 Apr 12 8:05 AM
hi Guru
I have one problem with multiple line items .I am creating bdc for tcode mb21 (reservaton creation ) Flat file has one record for every line item. Can anyone suggest me some solution how to send the multiple items to a single tansaction.
‎2008 Apr 12 8:09 AM
hi Raj,
IF you see all the transaction will have position button on the screen and once you click it, it will ask for the line item number. Provide the line item number from the file and press enter the particular line item will be positioned in the particular line item. Then fill the value for the line item from the file.
Hope this helps you.
Thanks,
Arun
‎2008 Apr 12 8:36 AM
hi Guru
I have one problem with multiple line items .I am creating bdc for tcode mb21 (reservaton creation ) internal table has record like kostl matnr
H1 A
H1 B
H2 A
i want to post costcenter H1 and matnr A and B and get RSNUM
after that H2 will post with matnr A and get rsnum .
PLz help me