cancel
Showing results for 
Search instead for 
Did you mean: 

XI Question

Former Member
0 Kudos

Can some one geive idea about this

1. How do we trace the errors when the IDOC sends to File, need info End to End tracing

2. How do we add an extra field to IDOC

3. When the System Does not exists in the landscape, What are the actions to be taken while configuring the Receiver system, Is it only place needs to configure on Sender CC

4. What is the first component that gets hit in XI when any Scenario Triggers like File to File, or File to IDOC, IDOC to File

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

All questions have been answered,

Thanks a lot

RP

VijayKonam
Active Contributor
0 Kudos

>

> Can some one geive idea about this

> 2. How do we add an extra field to IDOC

Import the IDoc in to the repository. Then export it to XSD. Then import this XSD into repository as Data type. Now add whatever you want to add. Create message type over it.

> 3. When the System Does not exists in the landscape, What are the actions to be taken while configuring the Receiver system, Is it only place needs to configure on Sender CC

> If you want to go with Business System.. You have to create the technical and business systems in SLD. If not, just create Business service in ID.

> 4. What is the first component that gets hit in XI when any Scenario Triggers like File to File, or File to IDOC, IDOC to File

AE->IE (Pipeline)->AE

VJ

Former Member
0 Kudos

Hi,

1. How do we trace the errors when the IDOC sends to File, need info End to End tracing

A) First check the message in SXMB_MONI.See the input and output payload.

If any error found then check the following

1) Check the configuration on R3 end.

2) Check the configuration on XI end

3) Check the file adapter configuration parameters and login credentials

4) Check the read write access on folder

5) Check the path of file adapter.

See the below troubleshooting guide

IDOC configuration

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

Troubleshooting File-to-IDOC Scenario in XI

/people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi

2. How do we add an extra field to IDOC.

A) U first need to enhance the standard IDOC in R3 use We30 and We31 transaction for the same.

One u have enhanced the IDOC u need to import the IDOC in XI

U need to upload the metadata in XI using IDX2 tcode.

Go through the below weblog for the process:

/people/jiaxiang.huang/blog/2008/01/14/some-experience-on-idoc-enhancement

3. When the System Does not exists in the landscape, What are the actions to be taken while configuring the Receiver system, Is it only place needs to configure on Sender CC

A) For IDOC or RFC u need to create the Business system in XI through SLD and then import the Business system in ID.

check the below link for configuration:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/workingwithSystemLandscapeDirectory+%28SLD%29&

4. What is the first component that gets hit in XI when any Scenario Triggers like File to File, or File to IDOC, IDOC to File

Message flow:

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi

http://help.sap.com/saphelp_nw2004s/helpdata/en/41/b714f85ffc11d5b3ea0050da403d6a/content.htm

/people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii

http://help.sap.com/saphelp_nw2004s/helpdata/en/41/b714f85ffc11d5b3ea0050da403d6a/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

http://help.sap.com/saphelp_erp2005vp/helpdata/en/21/68f1f860454a2396aa709f9b91a685/frameset.htm

Thnx

Chirag

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>1. How do we trace the errors when the IDOC sends to File, need info End to End tracing

Sxmb_moni , RFC Destination Test Connection, Sender File adapter Status in RWB

>2. How do we add an extra field to IDOC

Adding in Message type we can acheive it

>3. When the System Does not exists in the landscape, What are the actions to be taken while configuring the Receiver system, Is it only place needs to configure on Sender CC

With the help of Business Service we can acheive it

>4. What is the first component that gets hit in XI when any Scenario Triggers like File to File, or File to IDOC, IDOC to File

Adapters ,Integration Engine

Regards

Sangeetha