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 exits access key

Former Member
0 Likes
1,381

To display net weights of the item in inbound and outbound deliveries i am using exit EXIT_SAPLV50Q_001 but when i click on the include in this Function module i am getting You attempted to create a program name beginning with ZX but this name range is reserved only for includes of exit function groups (function groups containing only function exits).

and if click on change button in Function module it is asking for access key my doubt is access key is required for user exit. i dont have access key how can i do this.

thanks in advance

To display net weights of the item in inbound and outbound deliveries i am using exit EXIT_SAPLV50Q_001 but when i click on the include in this Function module i am getting You attempted to create a program name beginning with ZX but this name range is reserved only for includes of exit function groups (function groups containing only function exits).

and if click on change button in Function module it is asking for access key my doubt is access key is required for user exit. i dont have access key how can i do this.

thanks in advance

6 REPLIES 6
Read only

Former Member
0 Likes
921

Hi,

You dont need an access key.

Double click on the Zinclude. It will create an include and put your code in that include. While saving it will ask for a Package.

Thanks,

Deepti

Read only

Former Member
0 Likes
921

Hi

When the system displays this mesage just press enter and it would take you to the include code. You dont have to create any thing, just press enter when this message is displayed.

This is just a message, not an error.

This would solve your problem.

Read only

Former Member
0 Likes
921

hi Raj,

The message you are getting is a warning message, just press ENTER key after that. No need for any access key.

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
921

Hi raju,

it just a warning message doble click on ZX---INCLUDE and proced further.

Regards

Read only

0 Likes
921

Thanks to all for your quick reply

Read only

Former Member
0 Likes
921

Thanks to all it solved the problem