‎2010 Nov 10 11:35 AM
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
‎2010 Nov 10 12:03 PM
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!