2015 Sep 29 10:12 AM
Dear All,
I have to check the batch no while saving in COR1/2.
I want to check batch no(Format of Batch No) before create the process order.
Note : For your kind information Batch No input is manual.
Please help
Regards,
Mahfuz
2015 Sep 29 10:47 AM
Which of the available customer-exit extensions did you already try ?
(e.g. PPCO0001 to PPCO0023 relative to COR* transaction or a generic exit extension as SAPLV1ZE for batch number check)
Regards,
Raymond
2015 Sep 29 11:12 AM
Thanks for the answer.
But enhancement SAPLV1ZE (fm EXIT_SAPLV01Z_003 or EXIT_SAPLV01Z_004) not executed after click on SAVE icon.
What should I do..
Regards,
2015 Sep 29 11:16 AM
Did you create a CMOD project or did you set a break-point in FM VB_CHECK_BATCH_NUMBER?
2015 Sep 29 12:08 PM
yes, I have created the project in CMOD.
And set the break-point in in EXIT_SAPLV01Z_003 and EXIT_SAPLV01Z_004.
Not in VB_CHECK_BATCH_NUMBER. Because I have written the in code EXIT_SAPLV01Z_003 and EXIT_SAPLV01Z_004.
Thanks
2015 Sep 29 12:37 PM