Application Development and Automation 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: 
Read only

Print Error Message

Former Member
0 Likes
1,762

Hello,

Message Class ME Error 320 "Message outputted under spool request number &" < Spool number>

I am getting the above error in the PO PDF print custom FM , What does this indicate and how to solve it.?

Below are the objects called

FUNCTION CM_F_MESSAGE SAPLCMFE

FUNCTION NAST_PROTOCOL_UPDATE SAPLWMCP

FORM PROTOCOL_UPDATE SAPLZMEDRUCK_LA

FORM ENDE SAPLZMEDRUCK_LA

FUNCTION ZM_PRINT_PO SAPLZMEDRUCK_LA

FORM ENTRY_NEU ZAPFM06P_LA

FUNCTION ZM_PO_ADOBE_OUT SAPLZMXX_RUI

Do reply asap.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
993

Goto SE91 and give ME, 320. FInd the message in Where used list, it will list out the programs. Check the related program and keep break point you will understand where it is going wrong. It is very diffiuclt to answer your question in the below format

2 REPLIES 2
Read only

Former Member
0 Likes
994

Goto SE91 and give ME, 320. FInd the message in Where used list, it will list out the programs. Check the related program and keep break point you will understand where it is going wrong. It is very diffiuclt to answer your question in the below format

Read only

0 Likes
993

Hi,

Thanks for your reply. I had done the same way too.. by which i got all the related objects and the list is there in my question.