cancel
Showing results for 
Search instead for 
Did you mean: 

How To Test Idoc To File Scenario in ID From Tools->Test Configuration

Former Member
0 Kudos

Hi All,

Can any body help me in step by step process including screenshots for testing Idoc to file scenario in integration directory from tools->test configuration.

My scenario is passing the PO Idoc data from R/3 into a file using XI.

i have processed the idoc from R/3 and now i went to sxmb_moni in XI system and took the payload xml data.

In ID I have navigated to test configuration from tools then i have provided the following information.

Sender Service : Business system of R/3 b'coz here R/3 is the sender.

Sender Interface : ORDERS.ORDERS6

Receiver Service : Business system of XI b'coz here XI receives the data and places it into a file

In payload text box i have copied the xml code which i have taken from sxmb_moni and clicked the run button. then i got the following error:

Sender Agreement

 

Internal Error

HTTP connection to ABAP Runtime failed.

Error: 403 Forbidden

URL: http://bxdci.boewe.custservice.de:8093/sap/xi/simulation?sap-client=100

User: PIDIRUSER

Kindly look into it and correct me if iam wrong or is there any other way to test this scenario in ID please suggest.

Thanks & Regards,

Venkat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

I think this what you need exactly.

Troubleshooting R/3 to XI Flow of IDOC scenario.

http://help.sap.com/saphelp_nw04/helpdata/en/6a/e6194119d8f323e10000000a155106/frameset.htm

Generate Test Case for an IDOC Scenario

/people/suraj.sr/blog/2005/12/29/generate-test-case-for-an-idoc-scenario

Apart from these you can use

Test Development - we 19

IDX5 - IDoc Adapter Development

Thanks

santhosh_kumarv
Active Contributor
0 Kudos

Hi

do u have any BPM in your scenario.....?

If u have BPM in ur scenario then your receiver service will your BPM.

If u r sending the IDOC directly to filesystem then your receiver will be the file system.

Yor are not suppose to give XI as receiver that is the reason it shows no sender aggrement.

Regards

Santhosh

Former Member
0 Kudos

Santosh,

yes i am directly sending the idoc to file no bpm is used. I am using file system at receiver side not the xi system. Kindly suggest what might be the problem. Xi application server is a unix system and the path which i have to place file is /usr/sap/trans_interfaces, whether this directory allows me place the file or not because the slash used in this path and the slash in unix level will be different. because of that also i may get problem. please correct me if iam wrong.

Regards,

venkat

santhosh_kumarv
Active Contributor
0 Kudos

Hi Venkat,

Specify the test confisuration as follows.

<b>Sender</b>

Service : Business System of SAP R/3 System

Interface : The outbound message interface name of type the IDOC.

Namespace : will automatically loaded when u select the Interface. Check if it the correct namespace.

<b>Receiver:</b>

Service : Business System name for the Fle system.

Paste the payload that u copied from the sxmb_moni.

Now click on Run and test ur Scenario.

Was the scenario sucessfull in the Message Monitor.

Regards

Santhosh