2008 Feb 14 12:56 PM
hi gurus,
i am trying to send material master data from IDES to ECC. From IDES data sent perfectly. but in ECC the inbound IDOC showing a error message as 'STATUS 56'. What does it mean and how to solve this eror. pls help me .thanks in advance,
santosh.
2008 Feb 14 1:04 PM
Status 56 means that the IDOC could not be processed in ECC. To be able to correct the issue you need to find out what caused the error.
Go to transaction 'WE02', select the IDOC in question and look at the status records. Most of the time you'll find a long text that describes what caused the error.
If that doesn't help your last resort would be to debug the IDOC while it runs in and setting a breakpoint at statement 'message' to see what caused that error.
Hope that helps,
Michael
Status 56 means that the IDOC could not be processed in ECC. To be able to correct the issue you need to find out what caused the error.
Go to transaction 'WE02', select the IDOC in question and look at the status records. Most of the time you'll find a long text that describes what caused the error.
If that doesn't help your last resort would be to debug the IDOC while it runs in and setting a breakpoint at statement 'message' to see what caused that error.
Hope that helps,
Michael
2008 Feb 14 1:04 PM
2008 Feb 14 1:04 PM
Status 56 means that the IDOC could not be processed in ECC. To be able to correct the issue you need to find out what caused the error.
Go to transaction 'WE02', select the IDOC in question and look at the status records. Most of the time you'll find a long text that describes what caused the error.
If that doesn't help your last resort would be to debug the IDOC while it runs in and setting a breakpoint at statement 'message' to see what caused that error.
Hope that helps,
Michael
2008 Feb 14 1:08 PM
Hi,
I saw the error message. i got where the mistake went.
actually in IDES there is extension to basic idoctype MATMAS04 and this is not there in ECC, so the maping has not been done coreclty. Now what to do, how to rectify this error.
thanks,
santosh.
2008 Feb 14 1:21 PM
Basically you have three options:
(1) use MATMAS04 to publish the data from IDES instead of the extension (only feaseable if you don't need the data in the added extension)
(2) create the same extension in ECC (you would have to add code in the userexit to handle the infos coming in in the extension)
(3) hook into a user exit right at the beginning of the IDOC input function module and remove the segments that were added by the extension.
Regards,
Michael
2008 Feb 14 1:38 PM
Hi Michael,
Thanks for your answer,
but actually i am sending material from BD10. There just i am giving message type as MATMAS. so its automatically taking the added segement also. what to do if i dont watn that extra segment, and if i only want to send basic MATMAS04 data. where should i do the configuration for that one.
thanks,
santosh.
2008 Feb 14 1:43 PM
The settings which extension is to be used when sending an IDOC is done in your output control customizing.
You might want to check with your functional team, because that type of customizing is usually done by them.
Regards,
Michael
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |