‎2009 Oct 27 9:01 AM
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.
‎2009 Oct 27 9:10 AM
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
‎2009 Oct 27 9:18 AM
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?
‎2009 Oct 27 9:23 AM
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!
‎2009 Oct 27 9:37 AM
‎2009 Oct 27 9:41 AM
So how to transport the program SAPLXM06 from production system to the development to recover it?
‎2009 Oct 27 9:49 AM
‎2009 Oct 27 9:56 AM
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