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: 

data from two clients and displayed in one layout

Former Member
0 Kudos

hi ,

how to get data from two clients(i.e. source and target) and data should be captured in internal table and it should be displayed in single layout using alv i.e two lists in single layout.

thanx in advance

2 REPLIES 2

Former Member
0 Kudos

Hi,

If the clients are in the same system use the addition client specified on the select statement.

If it is in another system use the function module RFC_READ_TABLE.

Darren

Former Member
0 Kudos

USE

SELECT * FROM XYZ CLIENT-SPECIFIED INTO TABLE ITAB WHERE MANDT IN (200,220).