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.