cancel
Showing results for 
Search instead for 
Did you mean: 

SM21 log

Former Member
0 Kudos

Hi All

In SM21 when we go to the more details screen we get the following information

Technical details

File................ 000308

Position............ 0000041580

Entry type.......... m ( Error (Function,Module,Row) )

Message ID.......... Q0 G

Variable parts...... NOWP DpRqBadbad_reqdpxxdisp4599

Can anyone tell me for which I will be thankful and of course grant points, what this information means and more importantly how can I actually use this information to resolve the problem.

In SM21 I got an error message :

Request (type NOWP) cannot be processed

Deb

Accepted Solutions (0)

Answers (3)

Answers (3)

vincentlim826
Employee
Employee
0 Kudos

Hi,

There are few possibilities for the error message like:

Request (type NOWP) cannot be processed

these errors are generally symptoms of a program sending large number

of messages to the dispatcher (NOWP) or Dialogue queues.

Can you please check if the dispatcher queues have overflowed? see in SM51 ->...-> Queue Information.

On top of that, it can also caused by RFC calls.

These error messages will be written if a program issues RFC calls,

requesting a return value for the RFC call, but then terminates without

trying to receive the return values. If the return value can be

delivered only after the program has finished, the system will realize

that the program is no longer there and will thus write this error.

In order to avoid these messages, you will have to find the program

that are running shortly before these trace entries are written in the

work processes mentioned. These programs should be corrected to wait for

the return value or to issue RFC calls so that no return value is

expected.

Hope this helps.

cheers,

Vincent

former_member185954
Active Contributor
0 Kudos

Hi,

Please check SAP Note:

Note 365156 - Q0G Bad request (NOWP) in Syslog or DEV_DISP

The SAP note gives details about your error/warning.

Hope that helps.

Regards,

Siddhesh

Former Member
0 Kudos