cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Exit Function Group

Former Member
0 Kudos
473

Dear All,

I use BEx query Designer. I recently learned variables made through customer exit can be worked on by going to se80> Function group = XRSR > EXIT_SAPLRRS0_001 Customer Exit Global Variables in Reporting . Is there a function group where I can check out SAP exits? If yes, which is it?

Regards,

Ratish

Accepted Solutions (1)

Accepted Solutions (1)

former_member183777
Active Contributor
0 Kudos

Use transaction SMOD to find all Enhancements / User Exits in the system.

Answers (1)

Answers (1)

Former Member
0 Kudos

Ratish,

All the <u>Custom Variables</u>, you can find in CMOD, RSR0001 Enhancement.

Where as for <u>SAP Exit Variables</u>, Some SAP Exit Variables has Function Modules. You search for function Modules in SE37 by providing RSVAREXIT<Variable Technical Name> and Press F4 (Ex: RSVAREXITKDAY . You will find the Function Modules. If you don't find the Function Modules, then the code is located in 'RREX_VARIABLE_EXIT' Function Module for that perticular SAP Exit Variable.

You can easily find the Function Group by providing Function Module in SE37. GOTO --> Function Groups --> Display Group. That will give you function group for your function modules.

We may have numerous function groups for SAP Exit Variables.

all the best.

Nagesh Ganisetti.

  • Assign Points if it helps.