cancel
Showing results for 
Search instead for 
Did you mean: 

how to fill LOIPRO extension for vairable BOM sizes

0 Kudos
786

I am new to Idoc, I have created LOIPRO04 extension ZLOIPRO4, and created segments in WE31, but how to fill during Production order, If anyone can give me details steps, it would be appriciable.

We have production order which top material and

The Bom has component which is "R" Line item category we used for variable size.

So in order to fill the sizes I have created extension but I don't know how to fill through BADI or Function module.

Where I need to click in SPRO or any tcode to enter the code so that it will fill idoc during production order release.

Accepted Solutions (0)

Answers (1)

Answers (1)

DominikTylczyn
Active Contributor
0 Kudos

Hello tajcadia

LOIPRO message is part of the LOI interface. The relevant user exits are encapsulated in the LOI00001 enhancement accessible in the SMOD transaction.

You need to use the EXIT_SAPLLOI1_002 user exit to enhance production order data sent in LOIPRO messages.

Best regards

Dominik Tylczynski

0 Kudos

we are using LOIPRO04 and it has extension ZLOIPRO4

DominikTylczyn
Active Contributor
0 Kudos

tajcadia

LOIPRO is the ALE message type. LOIPRO04 is the IDoc type. Don't mix them. The answer is still correct.

kumarnae
Explorer
0 Kudos

Thank you Dominik for the simple and short answer.