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

Exit for CLFMAS

Former Member
0 Likes
3,476

Hi Folks,

I need a user exit or BADI for CLFMAS idoc. I am sending the material classification data out to some legacy system and I need to filter the data in some conditions. Can you please let me know if any function Exit or BADI exist for it?..

Thank in advance.

Regards,

Shanthi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,140

Try implementing BTE OPEN_FI_PERFORM_CLF00100_E, which is in Fm MASTERIDOC_CREATE_CLFMAS

Regards,

Siddharth

Hi Folks,

I need a user exit or BADI for CLFMAS idoc. I am sending the material classification data out to some legacy system and I need to filter the data in some conditions. Can you please let me know if any function Exit or BADI exist for it?..

Thank in advance.

Regards,

Shanthi.

5 REPLIES 5
Read only

Former Member
0 Likes
2,141

Try implementing BTE OPEN_FI_PERFORM_CLF00100_E, which is in Fm MASTERIDOC_CREATE_CLFMAS

Regards,

Siddharth

Read only

Former Member
0 Likes
2,140

MESTYP IDOCTYP

CLFMAS CLFMAS01

CLFMAS CLFMAS02

MKCLF1 CLFMAS01

FM-attached to CLFMAS & MKCLF1---"DOC_INPUT_CLFMAS"

Prabhudas

Read only

0 Likes
2,140

Hi Prabhu,

this FM is for inbound idoc and Shathi is asking for outbound.

Regards,

Siddharth

Read only

Former Member
0 Likes
2,140

Hi Shanthi Kumar,

Can you provide me the details like, how did you implement your idoc

1. Using which Function Module, Process Code and Enhancement point

2. Sample Code.

Thanks and Regards,

Lakshmi.

Read only

0 Likes
2,140

Hi Lakshmi,

Go through the below document. It has step by step procedure to implement BTE's.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef1240ba...

We have one BTE 'OPEN_FI_PERFORM_CLF00100_E' In the FM MASTERIDOC_CREATE_CLFMAS.

All you have to do is..

-> Go to FIBF> settings --> P/S modules --> ...of a customer.

---> Create a function module, create an event and attach the function module to it.

When the FM OPEN_FI_PERFORM_CLF00100_E is called, our FM wil be triigered . Let me know if you need anything.