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

problem in user exit

Former Member
0 Likes
494

hi experts,while creating a user exit i m facing a problem while craeting user exit

SDVFX009 :Billing doc. processing KIDONO (payment reference number), when i click on EXIT_SAPVL60A_001 and go to INCLUDE ZXVVFU07, and double

click it id doesn't allow me to make any changes in this include acc to my need. it is showing a message 'Program names ZX... are reserved for includes of exit function groups'

can anybody help.plz

Message was edited by:

sarabjit kaur

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
389

This message is just a warning, when you double click on the include ZXVVF07, you'll get that message 'Program names ZX... are reserved for includes of exit function groups' to inform you that those includes are reserved for function exits and you are not supposed to create them manually. Since you are in a function exit you are supposed to create it.

Therefore just hit enter to confirm the warning and a popup will appear that asks you if you want to create the include. Just hit Yes and that's it.

Regards,

Michael

2 REPLIES 2
Read only

Former Member
0 Likes
389

Hi,

Check if you have Developer access?

Read only

Former Member
0 Likes
390

This message is just a warning, when you double click on the include ZXVVF07, you'll get that message 'Program names ZX... are reserved for includes of exit function groups' to inform you that those includes are reserved for function exits and you are not supposed to create them manually. Since you are in a function exit you are supposed to create it.

Therefore just hit enter to confirm the warning and a popup will appear that asks you if you want to create the include. Just hit Yes and that's it.

Regards,

Michael