cancel
Showing results for 
Search instead for 
Did you mean: 

WM - Two step confirmation cancellation

Former Member
0 Kudos

Hi Gurus,

I am using the two step confirmation for transfer order in one of my business process (no 2 step picking).

This is a necessary requirement from my client, but I have a little issue with the cancellation. Once the first step is confirmed, all the cancellation transactions issue the error message #L3355.

Physically, the forklift driver should be able to confirm the first step of picking, and also to cancel this first step. However, there seems not to be a standard transaction to cover this "normal" requirement.

Does anyone has an idea on how this process could be carried out in the system ?

Thanks in advance.

Best Regards,

Remi

Accepted Solutions (0)

Answers (1)

Answers (1)

csaba_szommer
Active Contributor
0 Kudos

If you check the code in...

include: ML03TF90_STORNO_PRUEFEN

form: STORNO_PRUEFEN

...you will see that this is the standard behaviour of the system. SAP online help also says:

http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/f83e744afa11d182b90000e829fbfe/frameset.htm

If a transfer order has already been confirmed, the only way to change a goods movement to restore the original stock situation is to create a new transfer order.

So, in standard system you have to create a new TO or you have to go to development / modification of standard code.

(one )

Edited by: Csaba Szommer on Apr 6, 2011 6:35 PM