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

How to read material classification in runtime

Former Member
0 Likes
1,078

Hi All,

I need to send mm01 data to some other system when material master is being created or changed. I need to catch material classification all input during mm01 save .

when i debug found these strutrure is filled.

(SAPLCTMS)BI, (SAPLCTMS)MI, (SAPLCTMS)WI, (SAPLCTMS)WS. These structure gets filled when i go to classification tab. other wise these tables are blank.

Like when I create new material using MM01 transaction using copy(reference) from  and save these tables are not populated.

I need to fetch material classification while save , is anybody know those structure which is populated in runtime.

Thanks

Hi All,

I need to send mm01 data to some other system when material master is being created or changed. I need to catch material classification all input during mm01 save .

when i debug found these strutrure is filled.

(SAPLCTMS)BI, (SAPLCTMS)MI, (SAPLCTMS)WI, (SAPLCTMS)WS. These structure gets filled when i go to classification tab. other wise these tables are blank.

Like when I create new material using MM01 transaction using copy(reference) from  and save these tables are not populated.

I need to fetch material classification while save , is anybody know those structure which is populated in runtime.

Thanks

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
680

Did you consider using exit EXIT_SAPLCLFM_002 (enhancement CLFM0002) for this?

Regards,

Raymond