Application Development 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: 

Problem reading a characteristic value.

Former Member
0 Kudos

Hello,

I have a problem reading by code the value of a characteristic in the material master.

I am using the FM CLFM_SELECT_AUSP to get the values stored in the AUSP table.

- When the material doesn't have any value, my program works fine, because there is no record for the characteristic in the AUSP table,

- when the material has any value, the program works fine again.

- but when a material is set back to blank (after having another value), the process detects wrongly the previous value. This is because in the AUSP there is not a new record for the blank value.

The consequence is that if you look at the material master, the characteristic has blank value, but in the AUSP table you have all the historic values ending in the previous value (there is not any record with value blank).

Do you know some way to read the correct value stored in the mm03 transaction?

Thanks in advance.

Onofre

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello

BAPI_OBJCL_GETDETAIL

2 REPLIES 2

Former Member
0 Kudos

Hello

BAPI_OBJCL_GETDETAIL

Former Member
0 Kudos

Hello,

It was my fault. I have checked the parameters in FM CLFM_SELECT_AUSP and now, it works fine.

Thanks