Application Development 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: 

Suppresing the message raised by RSNAST00 in IDOC

Former Member
0 Kudos

Hi ABAPers,

I am sending outbound IDOC, which is getting triggerd by RSNAST00.

CODE : SUBMIT rsnast00 WITH SELECTION-TABLE t_rspar AND RETURN.

IDOC is getting created successfully and below information message is displaying on the screen.

message '1 outputs were processed in total(1successfully, 0 incorrectly)'.

Could you please suggest me how to avoid this message box.

Regards,

Sekhar.

2 REPLIES 2

Former Member
0 Kudos

try to copy it to zprogram and modify...

below line gives this message so try to find the below line and comment it in zprogram.

MESSAGE I033 WITH COUNT COUNT_1 COUNT_2.----


>line no 231

Former Member
0 Kudos

Any specific reason why you want to supress this message ? I wouldn't , since it causes no harm.

regards,

Advait