Skip to Content
0
May 12, 2010 at 11:08 PM

Call transaction

30 Views

Hi gurus i have a problem with my call transaction

CALL TRANSACTION IV_TCODE

USING IT_DATA

MODE IV_MODE

UPDATE IV_UPDATE

MESSAGES INTO OT_MESSTAB.

in mode i enter the value 'A' , and all is fine, but when i chance the mode to 'N' the program doesn work.

i have cheked the bdc table for both modes A and N and the table in the two cases is the same table and it has

the same values .

the program run well with mode A but not with mode N, what is happenig?, Yesterday my program was running well with mode

A and N but today it does not work anymore.

Help please.