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 not working

Former Member
0 Likes
1,601

hi everybody ,

i am trying to create user exit for va01 create sales order .

for that i created project in CMOD .

in enhancement entered V45A0002.

when i click on component i can see EXIT_SAPMV45A_002.

i double click on EXIT_SAPMV45A_002.

it open include ZXVVAU04 when i double click on ZXVVAU04

unable to open in change mode . and give error that it is reserve for customer

please help me how to enter my code here

thanks in advance .

APARNA.

1 ACCEPTED SOLUTION
Read only

Former Member
846

Hi Aparna,

When you double click on that include, you are saying that it is reserved for customer.

At that time you when you click on that include immediately you press enter twice. Then it will take into the include. Firstly it will open in display mode then you go the change mode and then you write your code.

Let me know whether it is working for you or not.

Reward points if useful.

Thanks,

Swamy Kunche

4 REPLIES 4
Read only

Former Member
847

Hi Aparna,

When you double click on that include, you are saying that it is reserved for customer.

At that time you when you click on that include immediately you press enter twice. Then it will take into the include. Firstly it will open in display mode then you go the change mode and then you write your code.

Let me know whether it is working for you or not.

Reward points if useful.

Thanks,

Swamy Kunche

Read only

valter_oliveira
Active Contributor
0 Likes
846

Hi.

I supose you haven't created the include yet, right? So, click twice, press enter to the warning message, and then answer yes to the popup "do you want to create include?".

If this doesn't work, go to tcode SE38, create include ZXVVAU04 and activate it.

Then, go to your exit and it will be changeable.

Regards.

Valter Oliveira.

Read only

Former Member
0 Likes
846

Hi,

Open the function module.EXIT_SAPMV45A_002.

Hit display object lists.Here you will be able to see all the Includes and Function modules under this Function Group XVVA.

Open the includes folder and go to the include which is in the above user exit. Do a right click and hit create. It asks for a dev class and further you should be able to put your code in it.

Thanks,

Vamshi.

Read only

Former Member
0 Likes
846

hi,

The message that you are getting is an information message so double click on it for one more time now the include gets created ... there write the required code and activate ... Also activate the project to make the code written in the include to work ..

Regards,

Santosh