‎2010 Apr 26 6:44 AM
Hi,
good day sap experts,
ive got a problem in ie03 t.code. there i need to populate the screen exit..but unable to going the process.
Recently ive imp the BADI for ie03 t.code..As per oss note 1111023 got a problem. so ive implemented the BADI one which is the badi defination from equi_update. Badi implementation name is zwarrenty.
field-symbols:<bgmkobj_new> TYPE wty_bgmkobj_tab,
<bgmkobj_old> TYPE table.
ASSIGN ('(SAPLWTY20)gt_bgmkobj_new') TO <bgmkobj_new>.
check sy-subrc = 0.
ASSIGN ('(SAPLWTY20)gt_bgmkobj_old2') TO <bgmkobj_old>.
check sy-subrc = 0.
CALL FUNCTION 'WTY20_DB_UPDATE_BGMKOBJ2'
EXPORTING
i_data_equi = i_data_equi
it_bgmkobj_new = <bgmkobj_new>
it_bgmkobj_old = <bgmkobj_old>.
unassign:<bgmkobj_new>, <bgmkobj_old>.
But its not working. Before i did three activies. first ive created the screen in XTOB Function group. In the screen flow logic level
PROCESS BEFORE OUTPUT.
CALL SUBSCREEN sub1 INCLUDING 'SAPLWTY20' '0110'.
PROCESS AFTER INPUT.
CALL SUBSCREEN sub1.
Second Activity, ive immplemented the function exit for EXIT_SAPLITO0_001
e_subscreen_number = '1004'.
CALL FUNCTION 'WTY20_OBJNR_SET'
EXPORTING
IV_OBJNR = i_data_equi-objnr
and the thrid activi is BAdi as above mentioned. I did perfectly well but its not working. Plz let me know if any one did before
‎2010 Apr 28 12:34 PM
problem was solved with cofiguration..
Plz can any one tell. how to close this issue..
‎2013 Jan 23 2:56 PM
Hi,
I have created an implementation for badi EQUI_UPDATE but it's not getting triggered in IE01 or IE02. I have made sure that badi implementation is active and don't know what could be the problem. Any suggestions?
Thanking you in advance, best regards,
Nisha