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

function exit

Former Member
0 Likes
466

Hi,

Please can you tell me in what way i have to add include program in function exit.

please help me in this.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
450

hi

you dont have to add the include ali,there is already one zinclude inside the user exit you just need to add your piece of code inside it using the import and export paramters.

Regards

Zarina

3 REPLIES 3
Read only

Former Member
0 Likes
450

An INClude will already be there in the function exit.

You just need to Double Click on that Include .

It will give a warning. Do not bother and click enter.

You will be lead to a abap editor, where in you can write your code an activate it.

Regards,

Ravi

Read only

Former Member
0 Likes
451

hi

you dont have to add the include ali,there is already one zinclude inside the user exit you just need to add your piece of code inside it using the import and export paramters.

Regards

Zarina

Read only

Former Member
0 Likes
450

Hi Ali,

You dont need to add any include in the Function Module Exit.

When u enter that FM, you can see a Z include in that FM and then double click on that Z include, you will get an information message at the bottom of screen, just press enter and system will ask you to create the include, select yes and you will be in the Z include and you can write your code in that include.

Reward points if helpful.

Regards,

Pankaj Sharma