cancel
Showing results for 
Search instead for 
Did you mean: 

Characteristics values not being picked up by user exit for stock

Former Member
0 Kudos

Hi,

We are trying to CIF the stock along with batch details for Configurable Material. We want to do some enhancement in APO side via user exit APOCF011. But while debugging the CIF, we are not getting the characteristic values even though batch details are visible. Has anybody else also faced this issue or is there any other way to read the characteristic values via CIF?

Thanks,

Abhay.

Accepted Solutions (0)

Answers (1)

Answers (1)

rajkj
Active Contributor
0 Kudos

Hi Abhay,

The characteristics value assignments are stored in the structure /SAPAPO/CIF_CCVEXT (i.e. parameter IT_CCV) of APOCF011. We found all the shelf-life related characteristics (LOBM_*) and compared the values in the product view (/SAPAPO/RRP3). You also can try with another user exit APOCF014 that exclusively deals with characteristics value assignments.

Thanks,

Rajesh