ā2014 Aug 17 7:02 AM
Hi All,
I am implementing logic in USEREXIT_BATCH_DETERMINATION of MV50AFZZ include and i put the brake point it is not triggering. even though i hard coded the brak point .
Could any one let me know when the brake point will trigger for USEREXIT_BATCH_DETERMINATION of MV50AFZZ include.
please find the below image for more clarity.
Regards,
Mohammed Quddus.
ā2014 Aug 18 2:43 PM
Hi Quddus,
we have this exit within an IF condition.
if ls_dlfld-flag_change eq space or
likp-verursys is initial.
perform userexit_batch_determination(sapmv50a).
endif.
Especially ls_dlfld-flag_change.
Thanks,
Anil
ā2014 Aug 17 7:25 AM
The break point will trigger when the code is executed. Since it isn't triggering, your code isn't executing. That could mean you're just running the wrong transaction, or you've not activated something.
ā2014 Aug 17 8:20 AM
Hi Matthew,
it is related to vl01n/2n/3n and USEREXIT_BATCH_DETERMINATION of MV50AFZZ include is related to this tcodes. and my enhancement is in activated mode.
please find the below image.
Regards,
Mohammed Quddus.
ā2014 Aug 17 12:35 PM
Change the break point statement to a message type X. If you don't get a dump, then you know your code isn't getting executed.
ā2014 Aug 17 12:49 PM
Hi Matthew,
Could you please let me know when this MV50AFZZ include will trigger. i.e, in which situation it will trigger.
Regards,
Mohammed Quddus.
ā2014 Aug 17 1:17 PM
Regards,
Philip
ā2014 Aug 18 5:52 AM
Hi Philip,
Could you please brief out the steps. How you have recognized the user exit called during item creation and i would like to know the program SAPFV50P is related to Vl01n/2n/3n Tcode.
Regards,
Mohammed Quddus.
ā2014 Aug 18 2:43 PM
Hi Quddus,
we have this exit within an IF condition.
if ls_dlfld-flag_change eq space or
likp-verursys is initial.
perform userexit_batch_determination(sapmv50a).
endif.
Especially ls_dlfld-flag_change.
Thanks,
Anil
ā2014 Aug 19 6:10 AM
ā2014 Aug 19 6:17 AM
If you are sure about the USEREXIT which you have implemented.
Then you just Regenerate the Source code of MV50AFZZ , it has worked for me many a times.