Skip to Content
0
Mar 05, 2009 at 10:11 AM

How to deactivate window-popup into a submit statement

98 Views

Hi Experts,

I want to deactivate a window-popup into this Submit-statement:

SUBMIT rccseecm 
                    WITH ps_ecmnr-low  = lp_aennr
                    WITH p_mestyp        = 'ECMMAS'
                    WITH p_mescod       = 'CRE'
                    WITH p_logsys         = receiver_prn
                    EXPORTING LIST TO MEMORY
                    AND RETURN.

But it doesn't works, and I have to confirm the window-popup to continue...(it just inform the user that the IDoc has been sended).

Any idea ?

Regards,

David