Application Development and Automation 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: 
Read only

How to update table in another client / application??

Former Member
2,593

Hello Expertise,

i have to synchronize two z table in different client ....... so i am looking for RFC standard function module <b>OR</b> BAPI from which i can do standard table operation (select,insert,update) in another client.....

its urgent....

Thanks In advance

Nishant Bhatt

1 ACCEPTED SOLUTION
Read only

Former Member
1,634

Hi Nishant

You can do this 2 ways

(1) Create a RFC Function module and inside the FM write the code to update value to the Ztable and execute the Function module in the client where the ZTABLE values are available by providing the destination to different client.

(2) Capture the table entries in a transport request and do the SCC1

Regards

Madhan Doraikannan

Hello Expertise,

i have to synchronize two z table in different client ....... so i am looking for RFC standard function module <b>OR</b> BAPI from which i can do standard table operation (select,insert,update) in another client.....

its urgent....

Thanks In advance

Nishant Bhatt

6 REPLIES 6
Read only

Former Member
1,635

Hi Nishant

You can do this 2 ways

(1) Create a RFC Function module and inside the FM write the code to update value to the Ztable and execute the Function module in the client where the ZTABLE values are available by providing the destination to different client.

(2) Capture the table entries in a transport request and do the SCC1

Regards

Madhan Doraikannan

Read only

0 Likes
1,634

Thanks Madhan....

are there some standard BAPI which has released status to all RFC destination.

coz i am not able to call BAPI from my RFC destination.

can i have a sample code for that....

Read only

0 Likes
1,634

Hi Nishant

You can connect between 2 systems, only if there is a RFC destinations between 2 systems.

You can check the same via SM59 transaction.

Take the basis help for the same.

let me know, if you need further information on the same

Regards

Madhan Doraikannan

Read only

Former Member
0 Likes
1,634

Hi

For the above statements you can use CLIENT SPECIFIED.

        • your statement *** CLENT SPECIFIED ***

      • MANDT = * clients list *.

Regards

Surya.

Read only

Former Member
0 Likes
1,634

Hi,

If the differences aren't that great you can also do this manually.

You can use TR. SCMP to search for individual differences in tables.

Kind regards, Rob Dielemans

Read only

Former Member
0 Likes
1,634

Thanks to all experts