Skip to Content
0
Former Member
Aug 13, 2009 at 03:30 PM

Suppress Information message during submit a standard program

775 Views

Hi experts,

I am calling standard program RCATSCO from a report using following code:

SUBMIT rcatstco WITH p_pernr IN s_pernr

WITH p_date IN lt_r_date

WITH p_belnr IN s_belnr

WITH s_rkdauf IN s_rkdauf

WITH p_budat EQ sy-datum

WITH p_warn EQ gc_x

EXPORTING LIST TO MEMORY

AND RETURN.

When all data are already transferred to controlling this standard program displays a popup information message 'No data for transfer'. I need to suppress this popup and continue execution of the report. Please help.

Thanks,

Arnab