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

MRP run MD02 in batch input

sagar-acharya
Participant
0 Likes
626

Hi folks,

I am running MD02 in batch input/call transaction mode. But it does not update the data. Does anyone know the way out?

Please note that MDBT cant be used because it excludes some of the system modifications we did.

Thanks in advance

Sagar

Hi folks,

I am running MD02 in batch input/call transaction mode. But it does not update the data. Does anyone know the way out?

Please note that MDBT cant be used because it excludes some of the system modifications we did.

Thanks in advance

Sagar

3 REPLIES 3
Read only

Former Member
0 Likes
493

Hi,

Check the errors that you are getting..Check the messages internal table if you have executed using CALL TRANSACTION..

Thanks,

Naren

Read only

sagar-acharya
Participant
0 Likes
493

Hi,

I debugged while calling the transaction using CALL TRANSACTION now. There is a user-exit in which COMMIT WORK is performed. And system comes out of the transaction at that point.

How can we perform COMMIT WORK in batch input/call transaction mode?

Thanks

Sagar

Read only

sagar-acharya
Participant
0 Likes
493

We included our modification in MDBT as well. Solved the problem.