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: 

Suppress error message dispalyed in status bar

Former Member
0 Kudos

Hi experts,

I am using fm me_print_po. I m getting an error message dispalyed in status bar stating the spooid. But the program does not proceed further. Can anyone suggest me to overcome this error message so the flow would continue.

I am attaching the part of the code here.

L_NAST-NACHA = 1.

clear L_NAST-DIMME.

CALL FUNCTION 'ME_PRINT_PO'

EXPORTING

IX_NAST = l_nast

IX_DRUVO = l_druvo

DOC = ls_doc

IX_SCREEN = ent_screen

  • IX_XFZ =

  • IX_MFLAG = ' '

  • IX_FROM_MEMORY = ' '

  • IX_TOA_DARA =

  • IX_ARC_PARAMS =

  • IX_FONAM =

  • IX_STO = ' '

  • IX_DUNNING_ITEM = ' '

IMPORTING

EX_RETCO = ent_retco.

Check ENT_RETCO = 0.

2 REPLIES 2

Former Member
0 Kudos

This message is generated from SAP standard program so you can, not suppress it. Why don't you find the reason for error and correct it.

0 Kudos

Resolved by self.