cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help: Customer Exit

Former Member
0 Kudos

Hello Gurus,

Development system has some customer exits variables existing.

Now my job is to fcheck the code of these existing variables and analyze if same code can be modified or use same in Bex an delete those variables.

Please tell me:

1. Where can i go and check the code of a customer exit variable?

2. How can i analyze if same logic can be implemented in BeX or improve performance?

Regards

Syed

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Go to T-code CMOD,Enter the project name,choose the radio button components,click on display,now you can see the customer exists, double click on EXIT_SAPLRRS0_001,a window will be opened,double click on include program ZXRSRU01. Now find your variables check the code if possible implement the logic in BEx itself Take the help of ABAPer to understand the logic.

Former Member
0 Kudos

Hi Syed,

1. You could see the code in se38 => ZXRSRU01

2. Sorry, Are you talk about customer exit that used in BEx Dev system and now u want to implement it also on BEx the prod

system? If yes, then you could check directly to the logic whether the objects that used for calculating is also in the prod.

Hope it helps.

Former Member
0 Kudos

Hi,

My second questions was the code used in se38, how can i analyze if same logic can be implemented in BeX so that we can improve performance?

Regards

Syd