‎2011 Jul 19 11:47 AM
Hi All,
I am using the function module SAMPLE_INTERFACE_00001250 which is linked to a BTE. My requiremennt is that whenever i change the Material Master data , it should trigger this function module. If i am changing the description , it is triggering n working fine...but if i am changing the classification values only, it is not going to this function module...Do anyone have any idea regarding that??
Regards,
Jeetu
‎2011 Jul 19 11:54 AM
Hi Jeetu,
Read the documentation of that fm. It is clearly mentioned.
Regards,
Madhu.
‎2011 Jul 19 2:06 PM
Hello,
the problem might be that classification data is inside SAP always handled
as a separat object.
So, if you want to catch the classification data, you would have to use the BTE 4002 in addition.
But you should restrict your implementation inside BTE 4002 to the Class Type (RMCLKSSK-KLART)
'001' for material - else you'll get every classificated object.
Regards
Wolfgang
‎2011 Jul 20 7:01 AM
As Wolfgang said; Classification is a separate object. You you are required to handle it separately
Regards, Murugesh