cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer of table data

Former Member
0 Kudos

Hi,

I have a requirement in which in a server i have two clients say 100 and 200. In 100 i have created a ztable with some fields and one of the fields as Status filed. Now i need to insert these table records into standard tables of 200 client. And one more thing is that if the record of 100 client is inserted into 200 client , in the 100 client the status of the record should be checked in the status field.

What are the possible scenarios in XI. Could any one suggest me

Regards,

Vijaya Lakshmi.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Answered

Former Member
0 Kudos

For this requirement , YOU DON'T NEED XI

if you want update anything between two clients , you can create a RFC and embed the functionality in the same RFC.

Call the RFC with destination of the desired client.

CALL FUNCTION func [DESTINATION dest]

Thnz

Former Member
0 Kudos

Hi,

Try RFC to RFC (Synchronous) scenario

Thanks,

Mahi