2007 Mar 15 4:39 AM
hi....
can any one tell me procedure for retreving the programs written in other client into my client
thanks in advance
vinayaka
hi....
can any one tell me procedure for retreving the programs written in other client into my client
thanks in advance
vinayaka
2007 Mar 15 4:42 AM
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
2007 Mar 15 4:50 AM
hi how to retreive data that is client dependent to other client
2007 Mar 15 4:45 AM
Hi
ABAP Programs are Client Independent only.
There is no question of importing programs from other clients.
Regards,
kumar
2007 Mar 15 4:47 AM
Almost all the programs and database objects are client independent.
Only the data in Database tables are client dependent.
Regards,
Sujatha.
2007 Mar 15 4:49 AM