Hi guys,
I implemented the this document..
Badi Implementation for Bex user exit variables
However, I also experienced the same problem as anirban mukhopadhyay..Did I miss some config?
Also, do I need to enter the codes below in the INCLUDE ZXRSRU01 of FUNCTION EXIT_SAPLRRS0_001? So I need to remove all existing codes in ZXRSRU01? Is that right?
DATA: badi_glob TYPE REF TO ZBW_VAR_BADI_EXIT.
GET BADI badi_glob
FILTERS
zglob_var = i_vnam.
CALL BADI badi_glob ->userexit
EXPORTING
flt_val = i_vnam
i_vnam = i_vnam
i_vartyp = i_vartyp
i_iobjnm = i_iobjnm
i_s_cob_pro = i_s_cob_pro
i_s_rkb1d = i_s_rkb1d
i_periv = i_periv
i_t_var_range = i_t_var_range
i_step = i_step
CHANGING
e_t_range = e_t_range
e_meeht = e_meeht
e_mefac = e_mefac
e_waers = e_waers
e_whfac = e_whfac
c_s_customer = c_s_customer.
I also noticed that I need to use the buttons enclosed in RED BOX below to edit the codes of INCLUDE ZXRSRU01..Is this a new feature or can I switch to OLD version where I can edit directly the codes? I also tried to edit the ZXRSRU01 in SE38 but still can't edit directly the codes..
NEW SERVER (BW 7.4 on HANA)
OLD SERVER (BW 7.0)
Thank you.
Loed