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

Enhancement

Former Member
0 Likes
851

Hi

If i dont have any specifications,how can we know what exit to be perform?

If i have to do Menu Exit,then How can i fnd Exitname?same as if i want to do screen-exit and Function exit??

normal we go to standard sap program and call customer function and we find the exit name..what exit is that??

is this for every exit whether is menu or screen or function?

Please give me some inputs...

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
821

Hi,

Search for CL_EXITHANDLER in Class builder for BADI'S

Search for Call Customer Fucntion for User exit

Search for Call customer screen for Screen exits

Search for Fucntion code '+' for Menu Exits

Regards

Sudheer

Hi

If i dont have any specifications,how can we know what exit to be perform?

If i have to do Menu Exit,then How can i fnd Exitname?same as if i want to do screen-exit and Function exit??

normal we go to standard sap program and call customer function and we find the exit name..what exit is that??

is this for every exit whether is menu or screen or function?

Please give me some inputs...

Thanks in advance

6 REPLIES 6
Read only

Former Member
0 Likes
822

Hi,

Search for CL_EXITHANDLER in Class builder for BADI'S

Search for Call Customer Fucntion for User exit

Search for Call customer screen for Screen exits

Search for Fucntion code '+' for Menu Exits

Regards

Sudheer

Read only

0 Likes
821

Hi Sudheer

Thanks for the answer..

i never worked on BADIS and i dont know where to start that.

Can i get some info about BADI'S plaease

Ferry i knew that program and i have that too.

Does this program finds all Exits??

Read only

0 Likes
821
Read only

Former Member
0 Likes
821

Hi,

Please check this sample program to find user exits based on transaction code.

http://www.erpgenie.com/abap/code/abap26.htm

Regards,

Ferry Lianto

Read only

Former Member
Read only

Former Member
0 Likes
821

thanks