Skip to Content
0
Former Member
Mar 24, 2009 at 08:45 AM

Debugging call transaction

953 Views

Hi to all,

I have to run program in debug mode ,while in debugging i have to change MODE 'N' to "A".

is it possible for this transaction,it one is hardcoded...

CALL TRANSACTION 'F-04' USING I_BDCDATA

MODE 'N'

UPDATE 'S'

MESSAGES INTO I_MSGTAB.

one more thing i am selecting some fields into one internal table,after selecting i found that there is no data in the internal table.there is no work area for this internal table.while debugging i can add entries for this internal table after the select statment( in Debugging Mode only )