quarta-feira, 21 de dezembro de 2022

Debug : VL10B Outbound delivery creation from PO in Background mode

 The background delivery creation from transaction VL10B calls the parallel processing which cannot be debugged directly. Even if breakpoints are kept in all relevant user exits , the debugger wont be called.


Consider the below Purchase Order in ME23N for which an outbound delivery needs to be created:

PO.JPG


In order to create outbound delivery , we are using VL10B here.

VL10BSS.JPG


We need to select the required PO line item and then click on background. At this stage, the delivery would be created without entering the debug mode in spite of keeping breakpoints in delivery user exits.


As a solution to this, we will have make small settings, so that we can reach the required breakpoint in delivery user exit.


In SU3 settings insert parameter LEDSP_DEBUG_MODE and enter the value “VL10B”.

SU3.JPG


Now , we are ready to create the outbound delivery via VL10B.

As mentioned above, when we select the required PO and click on Background:

VL10BBackground.JPG


The debug mode would get initiated and processing would stop at a random BREAK statement in standard code. At this stage, from the debugger menu we need to choose BREAKPOINTS–> BREAKPOINT AT –> BREAKPOINT AT SUBROUTINE.

DEBUGGER1.jpg


Now enter the required program and subroutine name of the delivery process where you want the debugger to stop.

DEBUGGER2.JPG


After clicking on OK. Press F8 until you reach the designated program SAPMV50A–>USEREXIT_SAVE_DOCUMENT_PREPARE

debugger3.JPG


Now you can debug as per your requirement and outbound delivery would also get created successfully.

Source: https://blogs.sap.com/2015/07/07/debug-vl10b-outbound-delivery-creation-from-po-in-background-mode/

Nenhum comentário:

Postar um comentário