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 Syntax issue

Former Member
0 Likes
347

Dear experts,

I have an issue with the stmt SUBMIT.

I have a custom program that runs in dialog mode thru which I need to call RSNAST00 program.

Can some one please specify the syntax to call this program such that it doesn't return with the success or failure messages, I do not want the user to see the message regarding the Idoc. Also, the program has to continue execution once the submit is done with out manual intervention.

Please suggest.

Here is how my systax is currently.

SUBMIT RSNAST00

WITH S_KAPPL EQ C_V2

WITH S_OBJKY EQ P_num

WITH S_KSCHL EQ C_Zabc

WITH S_NACHA EQ C_6

AND RETURN

.

-Amit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
305

Hi Amit

I do not think that you're able to supress the messages coming out of RSNAST00. The only way I see is to submit RSNAST00 in background in synchrohous mode and return. Doing that way messages will be in spool instead of displaying to the user and you can delete spool in your program after calling RSNAST00 if any exists.

Regards

Dean Q.

1 REPLY 1
Read only

Former Member
0 Likes
307

Hi Amit

I do not think that you're able to supress the messages coming out of RSNAST00. The only way I see is to submit RSNAST00 in background in synchrohous mode and return. Doing that way messages will be in spool instead of displaying to the user and you can delete spool in your program after calling RSNAST00 if any exists.

Regards

Dean Q.