cancel
Showing results for 
Search instead for 
Did you mean: 

How can we do the Testing in Idoc to File Scenario( With out using We19)

Former Member
0 Kudos

Hi All,

As all we know we can generate the Idocs from SAP R/3 to XI using the change Pointers,this we will apply in Production time.

But as of now in the Test system we can'd do it daily.

So we have already created materials in the SAP R/3 system.

I want to send the Idoc to XI by selecting some n number of materials.means i want to generate the Idoc for materials.this is like i have to do repeatedly for testing purpose.

Is there any T-code

How can we do this

Regards

Accepted Solutions (1)

Accepted Solutions (1)

shivhare
Active Contributor
0 Kudos

Hi Vamsi Krishna

you can put payload data in IS go to runtime work bench then component monitoring and adapter engine in testmessage tab you put payload and test your scenario

if helpful give reward Poin t

Thanks

Amit Shivhare

Former Member
0 Kudos

Hi Amit,

First of all i need to generate the Idoc in R/3 for particular maretial which is created in R/3

After that i can do that process in XI which u have suggested

Can you please let me know that process

Regards

Former Member
0 Kudos

hi

for testing from RWB i think we need IDOC-XML which we can obtain it from function module idoc_xml_display , and make use of file ports

regards

chandra

shivhare
Active Contributor
0 Kudos

Hi Vamsi Krishna

you can collect IDOC in XMl format in R/3 side by defining XML port and give directory name

or go to message mapping and testing tab put all data and save it and then pest it in RWB

Thanks

Amit Shivhare

Former Member
0 Kudos

Heyyyyy Amit,

The Process which iam Expecting is mentioned by punit jhawar.

Why you are thinking with out generating the Idoc in R/3 side and manipulating in XI??

iam asking the process at R/3 side, i said clearly in my first post itself buddy ))

Regards

shivhare
Active Contributor
0 Kudos

Hi Vamsi Krishna

i think you dont want to generate IDOC in R/3 side and testing scenario

yes you can use Punnet process

That is standard process to sending IDOC

Thanks

Amit Shivhare

Former Member
0 Kudos

Hi Vamsi,

Please assign the points if you find the solution suitable.

Thanks,

Punit

Former Member
0 Kudos

Hi punit jhawar

What is the Similar process for ORDERS Idoc

Regards

Former Member
0 Kudos

Hi Vamsi,

For the Message Type ORDERS you can configure Output Type (txn NACE) for IDoc generations and then you can trigger the IDoc using transaction WE15.

Selection Parameter will be as follows

Output application: This will be from Output Type

Object key : Order Number

Output type : Output Type name, that you configured

Transmission medium : A

Check the checkbox "Send Again".

Thanks,

Punit

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vamsi,

You use transaction BD10 to send materials from R3 to XI. On the selection screen specify Material Numbers, Message Type (MATMAS) and Logican system name of XI system.

Thanks,

Punit