cancel
Showing results for 
Search instead for 
Did you mean: 

How to install User Exits at CMOD?

Former Member
0 Kudos

Dear gurus,

I have enhanced the text master data datasource 0WBS_ELEMT_TEXT with the STUFE field.

Now I need to write the code at EXIT_SAPLRSAP_003 to fill in that field. 2 of the function exits at CMOD have green check marks next to them. The other 2 do not. Please see the screenshot below.

So, my question is what is the meaning of those check marks? And, how do I bring those check marks next to EXIT_SAPLRSAP_003 and EXIT_SAPLRSAP_004?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

jagadeesh_mandepudi2
Active Contributor
0 Kudos

Hi

Check marks will be appear once you impelmented any exits inside so for the checks appearing there you already implemented the exits and below text and hierarchy's you not implemented any exit till now that's you not able to see any checks there just double click and implement the exits and then see you can find check.

Jagadeesh

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for your replies.

When I double click on ZXRSAU03 inside EXIT_SAPLRSAP_003. I get the following error:

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.

I do not get this error when I double click on EXIT_SAPLRSAP_001 and 002. Can you please explain why?

Former Member
0 Kudos

Hello,

It means that you have still not implemented customer exit code for Master Data Text and Hierarchy. To bring these checks select respective row and press enter. Write your code and active it.

Regards,

Sangita

ravi_chandra3
Active Contributor
0 Kudos

Hi

I think it doesn't matter . Just double click on it and write the code. and then activate it.

Regards,

RaviChandra