‎2016 Jul 04 2:27 PM
Hello!
I'm looking for a User Exit after saving datas of batch or batch classification.
Is there any User Exit which I can use?
Regards
Markus
‎2016 Jul 04 3:16 PM
‎2016 Jul 04 3:31 PM
‎2016 Jul 05 7:15 AM
Hello Raymond,
I need an Exit after saving the batch, I need the number of the batch which is created by our system.
Regards
Markus
‎2016 Jul 05 8:02 AM
‎2016 Jul 05 9:43 AM
EXIT_SAPLV01Z_01* are not called from transaction MSC1N and MSC2N
I've activated this exits.
Regards
Markus
‎2016 Jul 05 9:56 AM
AFAIK this exit is triggered at creation only, so I first suggested BAdI BATCH_MASTER. But you could also require SMOD SAPLV01P (statsus change) and BATCHCHK to trigger your own operations.
Hint: If you want an extensive list, call SE80 on package VB and look for function group starting with a X and Enhancements.
Regards,
Raymond
‎2016 Jul 06 12:35 PM
Hello Raymond
Thanks for your help.
I found a solution for our issue.
Regards
MArkus
‎2016 Jul 04 7:31 PM
Hi Markus,
You can use exit EXIT_SAPLCLFM_002 , this gets triggered when you save a batch.
Thanks
Sunil
‎2016 Jul 05 7:15 AM
Hello Sunil,
I need an Exit after saving the batch, I need the number of the batch which is created by our system.
Regards
Markus