hi friends,
I created One Ztransaction.
this Tcode Every time Inserting the Records in Ztable.
After the insert code Write sucess message ,
insert zgate_entry From wa_gate.
IF SY-SUBRC = 0.
WRTIE 'INSERTED SUCESS'.
ENDIF.
its working fine. But some cases its throwing Sucess message, But not inserted in data base table.
Getting sucess message, I m checking DB getting no entries.
Plz help me
Regards
Karthikeyan