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: 

Reading material classification in BADI_MATERIAL_REF when creating a new material

Former Member
0 Kudos

Hello everybody,

at the moment I have to implement following idea... when a material is created with a specific type of classification I have to add the quality managment with a specific Inspection Setup Data via the BADI  BADI_MATERIAL_REF->create_material.

The problem I have at the moment is that I can't use the Fuba BAPI_OBJCL_GETDETAIL to get the information of the classification because at this moment the new material does not exist in the system... only in the buffer ...

My question would be: "How can I assign or read the material classification from the buffer?"

I hope you have some ideas

1 ACCEPTED SOLUTION

Former Member

Problem solved... It exists a function " CLFM_GET_INTERNAL_TABLES" were you can read the actual values from the internal tables of the classification.

1 REPLY 1

Former Member

Problem solved... It exists a function " CLFM_GET_INTERNAL_TABLES" were you can read the actual values from the internal tables of the classification.