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

raj_sahay
Explorer
0 Likes
348

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.

2 REPLIES 2
Read only

Former Member
0 Likes
325

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

Read only

0 Likes
325

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