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

error message on program SAPLXM06

Former Member
0 Likes
2,119

Hi boss:

I encountered the issue when using transaction me21n,me22n,me23n,me31k,me32k,me33k,and as I looked at the programe error message of SAPLXM06 by use se38 to check its syntax,it said "include ZUSEHSHSIB_PO_RISK_THRESHOLD

The type "ZUSEHSS_ERR_MSG" is unknown,what does it mean? Help.

7 REPLIES 7
Read only

rvinod1982
Contributor
0 Likes
1,604

Hi,

In include ZUSEHSHSIB_PO_RISK_THRESHOLD, there might be some field which is declared as type ZUSEHSS_ERR_MSG.

But this data type is not available. Are you getting this message is in a production system or development system.

If you are getting this message only in production system, check in development system whether you have transported the request containing this data type. Also check whether this data type exists in development system.

Goto SE11 and enter ZUSEHSS_ERR_MSG in Data type.

Regards,

Vinod

Read only

Former Member
0 Likes
1,604

Hi:

I am in the development system,it looks like this data type was declared in the production system and had not transported to the development system,so how could I eliminate this error message in the development system? I went to the row where the error message occurred as below showed:

i_msg TYPE TABLE OF zusehss_err_msg INITIAL SIZE 0,

So to delete this row then the program will be fine?

Read only

Former Member
0 Likes
1,604

But to change the program SAPLXM06 are forbidden by SAP? And I think this data type was not deleted in development system? How can I fix issue please advise,thanks very much!

Read only

Former Member
0 Likes
1,604

The programe is mess up,it needs to be retransported.

Read only

Former Member
0 Likes
1,604

So how to transport the program SAPLXM06 from production system to the development to recover it?

Read only

Former Member
0 Likes
1,604

it needs to be investigated

Read only

0 Likes
1,604

Hi,

In dev. system goto SE11 and create the data type ZUSEHSS_ERR_MSG as it is in prd. system.

Then check the program.

Regards,

Vinod