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: 

ml81n error

Former Member
0 Kudos

Please help me. I am getting a dump when selecting "Other purchase order" and puting a entry sheet no. in the transaction ml81n.

A RAISE statement in the program "CL_ALV_TREE_BASE==============CP" raised the

exception condition "ERROR".

Since the exception was not intercepted by a superior program, processing was terminated.

Program CL_ALV_TREE_BASE==============CP

Include CL_ALV_TREE_BASE==============CM014

Row 14

Module type (METHOD)

Module Name QUEUE_APPEND_NODES

CALL METHOD ME->QUEUE_APPEND_NODE

9 EXPORTING I_NODE_KEY = L_NODE_KEY

10 I_MODE = I_MODE

11 exceptions others = 1.

12

13 if sy-subrc ne 0.

>>>>> raise error.

15 endif.

16 ENDLOOP.

1 REPLY 1

Former Member
0 Kudos

Hi Anwesha,

I think that the problem that you are facing is due to some missing patches.

Ask the BASIS or Admin team upload the respective patches.

Also try using some other user id and see if you are facing the same problem. If not then the error may have occured because of some User settings/suthorizations for your user id.

Regards,

Abhisek.