Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BADI Problem

former_member251546
Participant
0 Likes
509

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

2 REPLIES 2
Read only

former_member251546
Participant
0 Likes
434

problem was solved with cofiguration..

Plz can any one tell. how to close this issue..

Read only

0 Likes
434

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