cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging steps involved in IDOC to webservices scenario

Former Member
0 Kudos

Hi Gurus,

I would like to know the step-by-step debugging involved at various systems level,say for example the debugging steps available at SAP -R/3 level,SAP XI level and webservices level.

Simple steps answers will be more useful.

Regards,

M.Raj.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>

> Hi Gurus,

>

> I would like to know the step-by-step debugging involved at various systems level,say for example the debugging steps available at SAP -R/3 level,SAP XI level and webservices level.

>

> Simple steps answers will be more useful.

>

> Regards,

> M.Raj.

Hi Raj ,

You can try following tricks

1. IDOC - Use we19 tcode for IDOC posting , we05 for IDOC status monitoring

2. XI - You can Test Configuration tool in Integration Directory , Runtime Workbench for testing of your payload and administration purpose , SXMB_MONI in abap stack of XI bos wud fetch you paylaod status (Outbound/Inbound)

I hope this helps.

    • Reward if useful

- Sarang

Former Member
0 Kudos

Can you please brief step2 you have provided as solution?

Regards,

M.Raj

Former Member
0 Kudos

Hi,

For troubleshooting:

1) Check the below ALE configuration in R3 as well as Xi:

Pre-requisites for Outbound IDoc from R/3 to PI:

Configurations required in R/3:

Maintain Logical System (SALE)

Define RFC Destination (SM59) which points to PI system

Maintain Port (WE21)

Maintain partner profile. (WE20):

Maintain Distribution Model (BD64):

Configuration required at Xi side:

Go to IDX1: configure the port.

Go to IDX2: load the DOC metadata.

ALE configuration for pushing idocs from SAP to XI

/people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi

Then IDOC testing using WE19

/people/sameer.shadab/blog/2005/07/25/reposting-idocs-instead-of-recreating--for-testing-purpose-xi

SOAP troubleshooting:

1) Check the generated WSDL using the XML-spy there are some cases the generated WSDl is not correct.

2) Check the configuration for SOAP afdapters.

Go to the below PDF for the steps:

How to use SOAP adapter:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f...

troubleshooting SOAP:

/people/varadharajan.krishnasamy/blog/2007/01/09/troubleshooting-soap-message--xi

Thnx

Chirag

Former Member
0 Kudos

Hi Chirag,

Thank you for response.

I would like to know the following:

Who will configure the Port,Logical system,Distribution model and the related settings in SAP R/3 side?

Also,what about the configuration in XI side?Is it the Job of administrator?

Regards,

M.Raj

Former Member
0 Kudos

Hi Mohan,

Configuration is the job of Basis people but it varies upon org level. In my previous project developer is responsible for configuring all the settings at R3 as well as Xi level.

Thnx

Chirag

Rewards points for helpful answers.

Former Member
0 Kudos

Normally, all the ALE settings shall be configured by an abaper / basis consultants who is having acces to that r/3 system.

Answers (0)