Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How To Display Other R/3 System Sales Order in our R/3 System

Former Member
0 Kudos

Hi ,

We have 2 R/3 Systems, Say A and B

No my problem is in A we will create the Sales Order.

I require to display this sales order in B system.

By using 'GETDETAIL' i can get the details of the sales order, but I can not display the sales order in B.

Is there any way to display the transaction.

Regards,

Sai Damerla

4 REPLIES 4

Former Member
0 Kudos

Hi,

You have got 2 servers A & B. You have created the Sales order in Server A and you wanted to display the same Sales order in Server B. It cann't be displayed in Server B as the sales order doesn't exist in server B.

If you want to see the same sales order in Server B, you need to replicate the same into that server.

You are using a BAPI to get the details of the Sales order from Server A in server B, you will get the details of that in the BAPI tables and you can display the details from those BAPI internal tables into the output screen in Server B.

Thanks,

Mahesh.

Former Member
0 Kudos

Hi,

By using BAPIs and IDOCs you can get the data from system A to system B and then you can display the data.

Thanks and regards

Former Member
0 Kudos

duplicate

Former Member
0 Kudos

Thanks. My query resolved