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

Goods movement function module

Former Member
0 Likes
595

I am looking for a function module that will tell me if goods movement 601 has been done for a material + batch combination.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Hi,

Write a select statement on table AUFM with combination material , movement type and batch.

check sy-subrc . if it is 0 then 601 has been done

Regards

Krishna

2 REPLIES 2
Read only

Former Member
0 Likes
508

Any ideas?

Read only

Former Member
0 Likes
509

Hi,

Write a select statement on table AUFM with combination material , movement type and batch.

check sy-subrc . if it is 0 then 601 has been done

Regards

Krishna