cancel
Showing results for 
Search instead for 
Did you mean: 

R/3 IDOC ->XI-> ORACLE Error Handling

Former Member
0 Kudos

Hi,

All

we have to send IDOC Data to ORACLE system Through XI.

R/3 IDOC (OB)->XI ->ORACLE(IB)

In This scenarion How we can handle the errors between

R/3 IDOC (OB) ->XI

And

XI->ORACLE

Here we need to check the Null Values and invalid Data. in XI.

Thnx in Advance

regards

kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Here: R/3 IDOC (OB) ->XI

you can use ALEAUD (idoc acknowledgment)

regards,

wojtek

MichalKrawczyk
Active Contributor
0 Kudos

hi,

what kind of errors?

if you need to check if the idoc has all fields

you can do checks in the mapping

and if it does not have everything start an exception

in the mapping

if the mapping will be done properly then

you can make you're call to DB in a sync or async way

in sync way you see the response (how many rows updated deleted etc)

Regards,

michal

Former Member
0 Kudos

Hi,

Michal

Thankyou for your prompt reply and I appreciate your help.

Ans:if you need to check if the idoc has all fields

you can do checks in the mapping .

In value mapping or in User define function we can check?

Ans: if it does not have everything start an exception

in the mapping

how this exception will intimate us does this data having errors?

regards

kumar