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 with authorization?

Former Member
0 Likes
618

I need to work on user exit EXIT_SAPLFMFA_004 which contains the include ZXFMYU37. when i double click on the include to open it i get this warning message.

I am using the SAP version sap 4.7

Is there any difference for filling the user exits in 4.7 when compared to 4.6 versions?

I guess it might be some thing related to authorization.

can you please let me know your views on it.

_______________________________________________________

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.

_________________________________________________________

4 REPLIES 4
Read only

christian_wohlfahrt
Active Contributor
0 Likes
556

Hi Narasimha,

I had same messages, just ignore them (it's warning).

The include statement is already implemented by SAP (in earlier release), so you can't change

a) include name

b) place of include statement.

I guess, this message is designed for SAP's programmers - when still creating UE and not making BADIs.

Regards,

Christian

Read only

0 Likes
556

Hi Christian and kenneth.

thanks for the information. I guess i missed out some things else.

when i get the warning message system wont allows me to Enter into the include file ZXFMYU37. It displays and stops I am unable to get into the include file not even i can display it.

I guess i might not be having authorizations to create an include.

what do u think so?

Wishing you a great day.

Read only

kmoore007
Active Contributor
0 Likes
556

Yes, just ignore it.

Read only

christian_wohlfahrt
Active Contributor
0 Likes
556

Hi Narasimha,

to analyze authorization problems:

- try out your action

- start transaction SU53. That's general display of not successful authority-checks. First abstract will show actual test, the rest below is part of authorities, which you have. If it's empty, then all is fine.

Did you try to assign this include to transportable development class (now called packet)? Is transport layer same as for SAP-standard objects?

Maybe here is something wrong.

Regards,

Christian