‎2017 May 29 3:51 PM
Hello experts,
I need to update field QNDAT when the user change the batch using MSC2N transaction. I've looked for any badi or user exit and I only found badi Batch_master, but with this I can't change the value. Is there any Badi/user exit which allow me to check if the batch has changed and then,update field QNDAT? If not, could you please suggest any FM I can use to update this information using Badi Batch_Master?
Thanks in advance,
Regards
Rebeca
‎2017 May 29 7:47 PM
Hi Rebeca,
Use this FM VB_CHANGE_BATCH for update QNDAT field. If you consider read values first, you can use this FM VB_BATCH_READ_BUFFER_DB
Regards,
‎2017 May 29 7:47 PM
Hi Rebeca,
Use this FM VB_CHANGE_BATCH for update QNDAT field. If you consider read values first, you can use this FM VB_BATCH_READ_BUFFER_DB
Regards,
‎2017 May 30 10:03 AM
That works perfect!!! Thank you so much for your support.
Regards,
Rebeca