Application Development 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: 

Modifying Matmas01 Idoc type

Former Member
0 Kudos

Hi ,

I have a requirement where if a mterial has more than 1 warehouse then the segement 'E1MLGNM ' should be populated that many times.How can this be acheived?

Do I need to create an extension?

Please help

2 REPLIES 2

Former Member
0 Kudos

If that segment is a repetitive one, then you will have to fill this multiple times and append that to the IDOC.

The max number this segment can occur is 9999, so you will have to just append this so many times. You don't have to modify the IDOC.

Regards,

Ravi

Message was edited by: Ravikumar Allampallam

Former Member
0 Kudos

Hi,

You can even try using BD79 or Through menu goto SALE transaction->Modelling and Implementing Business Processes->converting data between sender and recieiver.

Crete your own conversion rule and assing it tot he segement E1MLGNM.

Thanks & Regards,

YJR.