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 retrieve programs from other client

Former Member
0 Likes
592

hi....

can any one tell me procedure for retreving the programs written in other client into my client

thanks in advance

vinayaka

5 REPLIES 5
Read only

Former Member
0 Likes
570

Hi,

All ABAP programs,func.modules are client independent. SO the programs should be visible in all the clients of the same system.

If it is betn different systems, then you have to transport them or copy, paste the code.

Regards

Subramanian

Read only

0 Likes
570

hi how to retreive data that is client dependent to other client

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
570

Hi

ABAP Programs are Client Independent only.

There is no question of importing programs from other clients.

Regards,

kumar

Read only

Former Member
0 Likes
570

Almost all the programs and database objects are client independent.

Only the data in Database tables are client dependent.

Regards,

Sujatha.

Read only

0 Likes
570

how to retreive the data