2008 Jun 10 11:21 AM
- 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
2008 Jun 10 11:23 AM
It is just a warning message. You need to continue passed this message and create the object.
2008 Jun 10 11:23 AM
It is just a warning message. You need to continue passed this message and create the object.
2008 Jun 10 11:30 AM
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
2008 Jun 12 9:06 AM