Hello,
I'm trying to enhance via IF_EX_BADI_EAM_SINGLELEVELLIST~FILL_ADD_FIELDS however, part of the code isn't even called. I looked up the program name for the transaction (RIQMEL60) but it doesn't seem to do anything. I included the following code to test whether it work or not:
if sy-cprog eq 'RIQMEL60'.
CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT'
EXPORTING
* TITEL = ' '
TEXTLINE1 = 'This worked'
* TEXTLINE2 = ' '
* START_COLUMN = 25
* START_ROW = 6
.
endif.
Any ideas? Am I using the wrong program or badi?
Thanks