on ‎2010 Jan 06 2:55 PM
Hello All,
Is there a BW Transaction to view Variable ABAP Code?
Thanks!
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tina,
If you are talking about a customer exit variable use SE38 and program ZXRSRU01.
BR
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.