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

Data migration through IDoc processing in LSMW

Former Member
0 Likes
366

Hi all,

I have an requirement wherein i need to transfer material master data through LSMW conversion process into R/3 database.The data is to be posted through ARTMAS04 inbound IDoc.

The problem is to transfer the data simultaneousely through <b>multiple instances</b> of <b>E1BPE1MARAEXTRT</b> segment of <b>ARTMAS04 IDoc</b>.

for example:

I need to have an assignment that should work like this:

E1BPE1MARAEXTRT[]-FIELD1 = '00001'

E1BPE1MARAEXTRT[]-FIELD1 = '76545'

E1BPE1MARAEXTRT[]-FIELD1 = 'SAP'.

Can anybody help me in acheiving this example scenario in LSMW.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
308

HI everybody,

i had solved the problem myself.

Thanks all.