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

communicate from client to other client

Former Member
0 Likes
531

Suppose there is a client ,we want to send the object from one cleint to the other client.

Plz tell me how many reasons or chances are there in ABAP for such situation.

Thankq

Shilpa Priya.

Suppose there is a client ,we want to send the object from one cleint to the other client.

Plz tell me how many reasons or chances are there in ABAP for such situation.

Thankq

Shilpa Priya.

3 REPLIES 3
Read only

Former Member
0 Likes
496

Hi Shilpa ,

It depends upon the type of Objects .if these Clients on the same sever then u may diff.options.

for example

1.in case of scrips we will use Tcode SCC1 to get the objects from one client - another client.

2.Create transport Request ,download and put it in another sever.

Regards

Prabhu

Read only

former_member69765
Contributor
0 Likes
496

See... the ABAP Objects like programs, FMs , Classes, Tables are not client dependent. Only the data is client dependent.

Any ABAP object on App server is available to all clients.

Can you please elaborate more on your question...

Read only

Former Member
0 Likes
496

HI Shilpa

I guess you are referring two different clients in the same server.

Two possiblities that i can recollect as of now for sharing Objects across clients are:

1. Transporting to the destination client

2. Using RFC Destination

Kind Regards

Eswar