For some Inbound error idocs i am not getting message text for the associated numbers even though we are maintaining in T100 table.Pls let me know how to proceed.
It depends on the application which you are using. and are you facing this problem in IDoc or you are trying to retrieve the error messages using some selects on T100.please let me know.
R u updating the IDOC status with respective error numbers before you are passing it to IDOC_STATUS_CONVERT or any other function module? I think you are missing that part.
Please check this part, may be useful...
PERFORM SET_IDOC_STATUS USING C_IDOC_ERROR_STATUS
'E'
'ZMM'
'965'
S_Z1EDPSEASN-J_3ASEAN
s_edidc-docnum
changing idoc_status[].
FORM SET_IDOC_STATUS USING VALUE(RV_STATUS) TYPE EDI_STATUS
You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that you answer complies with our Rules of Engagement.
Add a comment