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

MIGO - how check batch classification.

Former Member
0 Likes
695

Hi all,

When using the transaction Migo (create), the user can enter a certain characteristic through -> batch -> classification for each position. I have to check that the input code is not already used in another posizion.

I found the Badi CACL_VALUE_CHANGE, but at this point I have only the characteristic of a single position.

Does anybody know the internal table which stores the characteristics and at what point can I go to check them?

I also found these internal tables IZH, AMM and ZM, but at the time of final check, they are not available.

I thank you in advance

1 REPLY 1
Read only

Nkrish
Contributor
0 Likes
510

Hi,

You can get the characteristic values from the standad table AUSP , and table CHVW.

Thanks and Regards,

Narayani