Application Development and Automation 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: 
Read only

BTE FOR MATERIAL MASTER

Former Member
0 Likes
1,468

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

3 REPLIES 3
Read only

madhu_vadlamani
Active Contributor
0 Likes
810

Hi Jeetu,

Read the documentation of that fm. It is clearly mentioned.

Regards,

Madhu.

Read only

Former Member
0 Likes
810

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

Read only

Former Member
0 Likes
810

As Wolfgang said; Classification is a separate object. You you are required to handle it separately

Regards, Murugesh