Skip to Content
0
Former Member
Oct 14, 2014 at 05:54 AM

Call Transaction Not working in Mode 'N'

961 Views

Hi SAPians,

I try to call transaction-

CALL TRANSACTION 'LT06' USING t_bdcdata

MODE 'N'

UPDATE 'A'

MESSAGES INTO t_msg.

when i look into t_msg, its not populating correct values.

whereas, when i call same transaction in mode A, it works fine.

note that i pass same set of data using t_bdcdata in both cases.
plz help me, how do i resolve this issue.

thanks in adv

Abhinav.