cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BW Transaction Code to View Variable ABAP Code

Former Member
0 Likes
3,491

Hello All,

Is there a BW Transaction to view Variable ABAP Code?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

hi Tina,

If you are looking for Customer Exit Variable ABAP Code,

1) Tcode: SE80 (Here select Class and Interface and give the technical name and display, you will get all customer exit variables created)

2) Tcode: CMOD. Give Project name and then goto "components" --> Function Exit and in the code, goto "ZXRSRU01".

3) Tcode: SE19 (Now, generally CMOD is not used, BADI is used. Initially SPOT enhancement implementation is created which can have many BADI Implementations and for each BADI implementation, class and filter is created where you write code for variable given in Filter.)

Hope it helps

Regards

Lavanya

Answers (3)

Answers (3)

Former Member
0 Likes

Hi,

To view ABAP coding - SE38

To view Customer Exit i.e. C.Exit Coding - CMOD

Here in CMOD we can check the varibales you had used in BEX as customer exits.

Thanks,

Arun Bala G

Former Member
0 Likes

Hi all,

You can find code of standard SAP exits in module functions called RSVAREXIT_* (SE37).

In CMOD, you can only consult specific customer exits.

Hope this helps.

Former Member
0 Likes

Hi Tina,

If you are talking about a customer exit variable use SE38 and program ZXRSRU01.

BR

Stefan