cancel
Showing results for 
Search instead for 
Did you mean: 

Include programm is not opening in enhancement function exit

Former Member
0 Kudos

Hi to All,

I created a project and I assign RSAP0001 enhancment for that project.

while I am trying to open the Include program for one of function exit it's not opening.

I am getting this error message:

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

Message no. DS027

Diagnosis

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).

If you want to create a program ZXaaabbb, note the following for program type I (Include).

1. The program is an include of the function group Xaaa:

In this case, the INCLUDE ZXaaabbb statement should not be inserted in the main program SAPLXaaa, but in the program ZXaaaZZZ .

2. The program is not an include of the function group Xaaa:

Since the syntax check for includes of this name range searches for the global data in the program LXaaaTOP (not ZXaaaTOP), you may not be able to check the include in isolation (--> check main program).

Procedure

Choose a different program name

Please help me.It's very urgent.Definatly I will assign points for valuable input.

Advanced thanks,

Laxman Rao.

klrao_04@yahoo.co.in

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

That is just a warning, whenever you try to open a include in customer exit FM first time, you will get this warning. dont worry about that.

Place your cursor on the include and press enter. it will create the include. no need of any authorization.

rgrds,

v.sen.

Former Member
0 Kudos

Thanks for your replay.

Problem is when I am trying to create include program with same name i,e which was in Function Exit then the system is not allowing with that name.

Can I create with different name?.

Regards,

Laxman Rao

klrao_04@yahoo.co.in

Former Member
0 Kudos

Hi laxman,

There is no need to create different include and you cant create your own include for Exit FM. That is provided by SAP for customer to include their code.

As i said already have u tried by placing cursor in the include and give Enter?, sure it will create the include.

Yourself can see the message you are getting is a warning message nota Red message. try once and reply back.

rgrds,

v.sen.

Former Member
0 Kudos

HI,

No need to create a new one. It is enough double click on that zx .....include program. it will open. If it is not open ask you basis team, because you don't have authrization to create that one.

For eg:-

1. Goto se37

2. Enter function module "EXIT_SAPLRRS0_001"( give your fm)

3. click on include ZXRSRU01.

Regards,

Senthil Kuamr.P

Former Member
0 Kudos

Hi Laxman,

Lokks like you dont have developers right in the system. Ask your BASIS to generate a Developer key for you.

To check if you ahve developer access try creating a Z*** program in SE38 and it would prompt you for developer key.

Bye

Dinesh

(Assign points if this helps)

Former Member
0 Kudos

Hi,

Double click on the name of the include Zx...... it will open the include program.

or

you need authrization to create or access include program. check with basis .

Regards,

Senthil Kumar.P

Message was edited by:

Senthil Kumar

Former Member
0 Kudos

Hi,

I guess the message is only a warning, so you can go on:

- press enter, the system'll create the include ZX... where you have to insert your code.

The message is advising you're creating an include for an enhancement.

Regards,

Dhanya