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

User Exit

Former Member
0 Likes
424

Hi,

If we have a function exit,how do we search for structures that can be used in our code,if they have not been mentioned in the Functional Specifications?

Thanks!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
403

Hi,

go to se38 tcode, give the standard program name and Display the source code.

Now search for " Call customer-function".. which will get all the function exits of that standard transaction/program.

identify the suitable exit and parameters within exit .

Revert back if any issues.

Reward with points if helpful.

Regards,

Naveen

Message was edited by:

Naveen Deva

3 REPLIES 3
Read only

Former Member
0 Likes
404

Hi,

go to se38 tcode, give the standard program name and Display the source code.

Now search for " Call customer-function".. which will get all the function exits of that standard transaction/program.

identify the suitable exit and parameters within exit .

Revert back if any issues.

Reward with points if helpful.

Regards,

Naveen

Message was edited by:

Naveen Deva

Read only

Former Member
0 Likes
403

Hi,

Easy way to find goto cmod-> in menu Environment-> Application Hierarchy

->SAP it will gives all Modules list click on your required module for eg: SD for Sales and Distribution it will display list of package select the list which you will get for that module goto menu Environment-> Repository Information System ->

Selected Packages click and it will displays list of enhancements.

you can check your required one.

Regards

Ganesh

Read only

Former Member
0 Likes
403

Thanks for all the replies.I have got a brief idea about it now.

Thanks!!!!