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

reg:user-exits.

Former Member
0 Likes
668

Hi to all,

in the user-exit EXIT_SAPFV45S_002,when i click on the include ZXVVAU10.

it is showing a message Program names ZX... are reserved for includes of exit function groups .

what actually it means.

thanks & regards

satish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
597

Hi Sathish,

Please check this link link for sample code to find user exits for a given transaction code. Just cut and paste and create a local program in your system.

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

Regards,

Ferry Lianto

Please reward points if helpful and close the thread if solved.

Hi to all,

in the user-exit EXIT_SAPFV45S_002,when i click on the include ZXVVAU10.

it is showing a message Program names ZX... are reserved for includes of exit function groups .

what actually it means.

thanks & regards

satish

4 REPLIES 4
Read only

Former Member
0 Likes
597

Hi,

It is just a warning message. Click on enter to continue. The system will ask to create object and click on yes button and ask you to create transport request.

Once it is done, then you can place your logic/coding in ZXVVAU10.

Regards,

Ferry Lianto

Read only

0 Likes
597

hi ,

thanks for your reply .In tcode smod how do we search exit names for a particular tcode.

regards

satish

Read only

0 Likes
597

In SMOD you can search the exit name by development package.

-Find the development package of your t.code(from object directy entry).

-In SMOD, search for enhancements using this package.

-You will get the list of all available exits.

Hope this should help you. If not, plz get back!

Thanks,

Nag'

Read only

Former Member
0 Likes
598

Hi Sathish,

Please check this link link for sample code to find user exits for a given transaction code. Just cut and paste and create a local program in your system.

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

Regards,

Ferry Lianto

Please reward points if helpful and close the thread if solved.