cancel
Showing results for 
Search instead for 
Did you mean: 

Auto PCN TO creation and confirmation failing in multiple lot

Pranab
Participant
0 Kudos

Hi,

We have the below scenario,

We do goods receipt from MIGO in WM enabled storage location, after that we do part no to part no conversion from 309 mvt at IM level, after this the PCN TO creation and confirmation is done immediately along with IM posting through standard configuration. We have a background job running every hour which converts these received part no to the internal part no through 309 IM posting. the job also takes care of PCN auto TO creation and confirmation.

This is working fine if there are one GR per material. some times there are multiple GR being posted of the same material in different lots. Under such cases the auto PCN TO creation fails. I searching the forum I came to know that is is the standard behavior.

My requirement is to create Auto PCN TO and confirm immediate even for multiple lots.

Pl suggest,

Regards,

Pranab

Accepted Solutions (1)

Accepted Solutions (1)

former_member245890
Participant
0 Kudos

This is standard SAP behaviour, when there are multiple quants while creating transfer order for PCN, system requires manual selection for source bin and quant determination.

There is a Badi to implement your custom selection while creating transfer orders. You may use the Badi below (method : QUANT_POSTING_CHANGE).

LE_WM_LE_QUANT

There is a parameter for quant determination : IT_LQUAU.

By using this you can fill the ET_QUANTLISTE parameter and select the quant to create TO.

Pranab
Participant
0 Kudos

Hi Alper,

we customized as per your suggestion and it worked.

Thanks.

Regards,

Pranab

Answers (2)

Answers (2)

0 Kudos

Hi Pranab,

There maybe the quant merge when you're processing the PCN to transfer it into TO. Have you tried to do the same process in LT05? If you will meet error L3 094"NO quant exists for posting change" when creating TO in LT05. Then, it should be the quant merge.

To solve the issue, you may check SAP note 1004984 and note 389492.

Hope they're helpful.

Best regards,

Edward

MANIS
Active Contributor
0 Kudos

when your perform one GR there is only one quant in the system hence it is very easy for the system to create the TO when you have multiple lots then either through custom code or manually you have to enter for which lot you want to create TO for PCN.