Application Development 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: 

Help

Former Member
0 Kudos
108

- Go to transaction CMOD

- Create a project called ZVA01

- Choose the Enhancement assign radio button and press the Change button

Note that an enhancement can only be used in 1 project. If the enhancement is already in use, and error message will be displayed

Press Save

Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002. Double click on the exit.

Now the function module is displayed. Double click on include ZXVVAU04 in the function module

Insert the following code into the include: E_KUNNR = '2155'.

But when i double the include it is saying the name zx is reservered forSAP

how to add a screen exit

1 ACCEPTED SOLUTION

Former Member
0 Kudos
83

It is just a warning message. You need to continue passed this message and create the object.

3 REPLIES 3

Former Member
0 Kudos
84

It is just a warning message. You need to continue passed this message and create the object.

Former Member
0 Kudos
83

Hi Mahesh,

Goto SE80 and give function group name as XVVA and click on Display button.

Open Includes folder and find your include name ZXVVAU04.

Select the include name and right click on include and select 'Create'. It is now open for you to try code in the include.

You can find more information if you double click on the warning message.

Thanks,

Vinay

Former Member
0 Kudos
83

thanks