cancel
Showing results for 
Search instead for 
Did you mean: 

Include ZXRSRU01 problem

Former Member
0 Kudos

hi experts..

while trying to enhance Bex varible...

i'm not able to get into the include

ZXRSRU01...

getting warning msg..

that is:

..............................

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.

...............................

can anyone tell me what to do...

thank you

nithin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nithin,

well if you double click on the include name zxrsru01 in the function module you will get the warning. Then, just press enter and the include will be created and opened for editing.

regards

Siggi

Former Member
0 Kudos

thanks man...

even tho its silly mistake from us,

it made us lots of problem...

thanks for your ans...

nithin

Answers (2)

Answers (2)

Former Member
0 Kudos

Nithin,

Directly you can go to SE38 and enter the include program name ZXRSRU01..then add the code. it will work

mahantesh

Former Member
0 Kudos

Hi Nithin,

It's strange, the message you posted says that you are trying to create ZXRSRU01. Directly after entering CMOD? Is it so?

Best regards,

Eugene

Former Member
0 Kudos

no man....

as i'm trying in write way...but as it is first to get into that include, it was giving warning msg...but i didnt observe that, just that was a warning msg...

anyhow siegfired has found my mistake and told me the solution...

thank you all bye..

nithin