cancel
Showing results for 
Search instead for 
Did you mean: 

User exit EXIT_SAPLL03A_002 (MWMTO003) not called

razumsap
Participant
0 Kudos

Hi All!

I encountered a problem when creating TO programme call user exit EXIT_SAPLL03A_002 but not enter into and return sy-subrc = 4.

I read note "1332903 - Forbidden transfer order split occurs" - there writes what

Reason and Prerequisites

Note 694070 solves the issue in releases 46C and 470. However, for unknown reasons, the correction was not transported to higher releases.

Solution

Implement the attached source code corrections


But I have high version than need and user-exit not called.

What should I do for this user-exit to make it work?

Kind regards
Serhii Razumnyi

Accepted Solutions (0)

Answers (2)

Answers (2)

DominikTylczyn
Active Contributor

I do agree with Jurgen - that's exactly what 1332903 - Forbidden transfer order split occurs does. It prevents TO split by the user exit when splitting is forbidden.

But, what exactly is your problem? What are you trying to achieve?

JL23
Active Contributor
0 Kudos

I read this OSS note the opposite way. Its intention was to remove the exit. The coding part has a comment in German language "bei gewissen Vorgängen kein Splitt, also auch kein User-Exit" which is: No splits in certain processes, so no user exit

razumsap
Participant
0 Kudos

Thank you. So it means user-exit for higher version must be working?

JL23
Active Contributor
0 Kudos

no, not at all

razumsap
Participant
0 Kudos

How I can split TO by another way or only by this user-exit?

JL23
Active Contributor
0 Kudos

I think you have to explain your scenario in more detail, the OSS note 694070 clearly says: No transfer order split must occur during the transfer order generation for a storage unit"

razumsap
Participant
0 Kudos

I need to split picking TO by pallet (10 qty = 1 E1). For an example, we have TO for 30 qty and I need to split it on three TOs of 10 qty.

DominikTylczyn
Active Contributor
0 Kudos

I guess you are missing the point of TO splitting. It is to split items of a single TO into separate TOs. It is not to split quantity into smaller chunks e.g. 30 pcs into 3x10 pcs.

You can implement such quantity split with MWMTO005 enhancement. See: https://answers.sap.com/questions/553721/how-to-split-piking-to-by-le-quantity.html?childToView=5627...