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: 

Problem in Function module

Former Member
0 Kudos

Hi Experts,

I M trying to write code in the include ZXVDBU01 of function module EXIT_SAPLVEDB_001. it is giving error...

""Program names ZX... are reserved for includes of exit function groups""

What to do....?

requirement is:--

in the sales order change IDoc---

if E1EDK01 ACTION=001 then

Header reject the order, use E1EDK01-AUGRU as the rejection code.

This should set rejection reason code from E1EDK01-AUGRU on all line items.

Regards,

Sreedhar

1 ACCEPTED SOLUTION

abdulazeez12
Active Contributor
0 Kudos

Hi sreedhar-

Theres nothing to do..it is just a message..

hit enter twice before it takes u to the ABAP editor..there u can write ur code..simple

Shakir

3 REPLIES 3

abdulazeez12
Active Contributor
0 Kudos

Hi sreedhar-

Theres nothing to do..it is just a message..

hit enter twice before it takes u to the ABAP editor..there u can write ur code..simple

Shakir

Former Member
0 Kudos

Hi,

1. On doube clicking on the include you will get the warning message "Program

names ZX... are reserved for includes of exit function groups".

2. Press Enter again. It will ask for you to create one.

Once created you can write code in that include.

Hope this helps. Reward points if helpful.

Thanks,

Balaji

Former Member
0 Kudos

U just hit 'Enter' Key when u get this message .

Then u r prompted to Create the Object.

awrd points if useful

Bhupal