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
786

hi!

i have an include name that wasn't yet created.

i need to create it in order to write a code in it,

but i don know the enhancement.

the include name is ZXWM1U01

how can i find the enhancement

thanks

7 REPLIES 7
Read only

Former Member
0 Likes
682

Its VN000001.

Brad

Read only

0 Likes
682

You can find them the following way:

- Find the function group (using letters 2-5 of the include)

- Locate the function module within the function group (just look through them, or use search function in abap editor)

- Goto transaction CMOD

- Menu Utilities->SAP Enhancements

- Click on the button All selections

- Enter the function module name in the "Component name" field

- Hit execute

You will find your enhancement.

Cheers,

Brad

Read only

Former Member
0 Likes
682

hi!

thank you very much

how did you find it?

Read only

0 Likes
682

Refer my next post (for how I found it).

Just realised that you did not post this as a question.

In the future, when you ask a question please post it as a question (you can still change this one if you want).

Then you can reward points for answers that help you.

Brad

Read only

Former Member
0 Likes
682

thank you very much again

yifat

Read only

MichaelTe
Contributor
0 Likes
682

Hello,

the enhancement you search is:

VN000001 - Customer exits in output determination

It has two function module exits:

EXIT_SAPLV61B_001 - WFMC: Find Fax Number

EXIT_SAPLV61B_002 - WFMC: Set Print Paramete

The first includes ZXWM1U01

Hope that helps,

Michael

Message was edited by: Michael Teubner

OK. Too late

Read only

Peter_Inotai
Active Contributor
0 Likes
682

Check program z_find_user_exit in thread . It might help you.

Peter