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: 

User exit

Former Member
0 Kudos

Hi,

I'm in trx CMOD from where can I create the function ZXF05U01 for the vendors ?

Best regards

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Enhancement SAPMF02K

Exit Function

EXIT_SAPMF02K_001

Go to Cmod transaction first create the project starts with Z or Y. then add the enhancement SAPMF02K ,

now click on componenets you can see the function EXIT_SAPMF02K_001

double click on that , and see the Include ZXF05U01,

now click on it , it gives you a warning message. just ignore and press enter.

and create the include and add the code to that include, activate.

finally activate the project also.

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

Enhancement SAPMF02K

Exit Function

EXIT_SAPMF02K_001

Go to Cmod transaction first create the project starts with Z or Y. then add the enhancement SAPMF02K ,

now click on componenets you can see the function EXIT_SAPMF02K_001

double click on that , and see the Include ZXF05U01,

now click on it , it gives you a warning message. just ignore and press enter.

and create the include and add the code to that include, activate.

finally activate the project also.

former_member585060
Active Contributor
0 Kudos

Hi,

Goto Tcode:- SMOD

Give exit name :- SAPMF02K

Click on Test

Double click on EXIT_SAPMF02K_001

It takes you to function module

Double click on The Include INCLUDE ZXF05U01

It gives warning message

Just click enter after that

A pop up message asking to create Include or not comes

Do coding and activate it.

Regards

Bala Krishna