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

User Exit for batch classification

Former Member
0 Likes
465

Hello all,

I want to assign values to user-defined characteristics of a batch when posting goods issue against respective material. I found enhancement MBCFC004 which contains CFC which as given in documentation get called at time of a goods movement for a batch to be specified.

But when I tried posting Goods Receipt through MIGO and movement type 531. after press CHECK button it is Generating the BATCH Number, and whenever selecting calsification, it wont get clasification l. Any body could tell me is this valid User Exit ? which other exit can be used for same purpose??

I am using "EXIT_SAPMM07M_004" exit.

CALL FUNCTION 'ME_VAR_GET_CLASSIFICATION' . this FM data passing in the CHARACTERS, VALUE Internal table .

But the does not populating in the clasification.

Subash

1 REPLY 1
Read only

Former Member
0 Likes
350

Keyword in the function is GET : that's not a function to update the batch classification. The function only retrieves exsiting characteristic values.

If your search the forum, you'll find enough examples of functions you can use to update the batch classification.

-


If useful, please hug me!