Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MSC2N update field

former_member384574
Active Participant
0 Likes
1,402

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

1 ACCEPTED SOLUTION
Read only

former_member235395
Contributor
1,021

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,

2 REPLIES 2
Read only

former_member235395
Contributor
1,022

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,

Read only

former_member384574
Active Participant
0 Likes
1,021

That works perfect!!! Thank you so much for your support.

Regards,

Rebeca