‎2010 Apr 29 9:25 PM
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
‎2010 Apr 29 10:07 PM
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.
‎2010 Apr 29 10:07 PM
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.