Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

submit key word

Former Member
0 Likes
469

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
442

Hi,

Please check if it is custom GUI Status in the submitted program. And there must be specific code written in it..

Thanks

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
442

Can you please post the code where it is getting stuck and also the event in which this piece of code is in?

Read only

0 Likes
442

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.

Read only

Former Member
0 Likes
443

Hi,

Please check if it is custom GUI Status in the submitted program. And there must be specific code written in it..

Thanks

Naren