‎2006 Aug 15 10:37 PM
Hi all,
I have written my submit key word like this
SUBMIT ZFWATCH6 WITH P_EVENID = IT_FILEDIR-ZEVENT
WITH P_EVNTPM = IT_FILEDIR-ZPARAMETER
AND RETURN.
after executing my program this submit program have write statement my cursor is not moving back to main program from this write statement . Can any one help me in this issue?
‎2006 Aug 15 10:44 PM
Hi,
Please check if it is custom GUI Status in the submitted program. And there must be specific code written in it..
Thanks
Naren
‎2006 Aug 15 10:40 PM
Can you please post the code where it is getting stuck and also the event in which this piece of code is in?
‎2006 Aug 15 10:43 PM
Srinivas ,
I got it I have to write like this
SUBMIT ZFWATCH6 WITH P_EVENID = IT_FILEDIR-ZEVENT
WITH P_EVNTPM = IT_FILEDIR-ZPARAMETER
AND RETURN EXPORTING LIST TO MEMORY.
As always , thanks for your help.
‎2006 Aug 15 10:44 PM
Hi,
Please check if it is custom GUI Status in the submitted program. And there must be specific code written in it..
Thanks
Naren