‎2009 Apr 20 5:20 PM
Hi ALL,
I would like to send material numbers from my SAP system in an outbound idoc to another SAP system.
How can I make sure in my IDOC processing user exit - the material numbers I'm sending could be processed without any errors?
For example -
In our SAP system - Material numbers start with AXXXXX
Other SAP syetem - Material numbers start with NXXXXX
Any input appreciated.
‎2009 Apr 20 6:32 PM
Hi Meghna,
We will get to know the errors at the receiver side only when its actually gets under processing in the receiver side. As logical, this should make sense.
If the posting FM is remotely enabled you can give call from your sender system just to check if any error.
Regards
Shital
‎2009 Apr 20 5:24 PM
Hi Meghana,
for every idoc there is a message type ..
for every message type there is a function module attaached ( see in we57)..
for every Function module there is a customer exir and Badi available after the segment append..
you need to write your own code under the customer exit..
or
you can go to T-code we02 and put your message type and direction 02 and today's date and execute..
check the latest record and check the status if it is 03 that means success else check the status and error attached
.
Regards,
Prabhudas
Edited by: Prabhu Das on Apr 20, 2009 10:04 PM
‎2009 Apr 20 5:25 PM
Hi Meghana,
An Idoc may fail due to multiple reasons in the target system.
YOu really cannot avoid all the errors in the target system, by coding in your source system.
can you give any other example for your scenario ?
Regards,
Ravi
‎2009 Apr 20 6:32 PM
Hi Meghna,
We will get to know the errors at the receiver side only when its actually gets under processing in the receiver side. As logical, this should make sense.
If the posting FM is remotely enabled you can give call from your sender system just to check if any error.
Regards
Shital