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

Objects

Former Member
0 Likes
640

What are client dependant objects in abap/sap?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
623

Hi,

client dependent - SAP Scripts, tables

client independent - Smartforms, programs, function modules

Regards

Sailaja.

4 REPLIES 4
Read only

Former Member
0 Likes
624

Hi,

client dependent - SAP Scripts, tables

client independent - Smartforms, programs, function modules

Regards

Sailaja.

Read only

sonu_p2
Active Participant
0 Likes
623

Hello Aravind,

If an Object is Client dependant then it cannot be found in anyother client even in the same server(for ex if an event is created fro an WOrkflow Object it would be CLient Dependent and you have created in in Dev Client 100 and your testing client is Dev 120. Now the event which you have used to trigger the workflow would not be found in Client DEV120 unless or othewise you transport to the testing client).

If an Object is Client Independent then it would be available in all the clients of that particular server (for ex you create a Report program in SE38 in Client DEV 100 and then you have to test it in Client DEV 120 in this case the Program you have created will be available in Client DEV 120 and transport to that client is not required).

Objects that are stored in Customizing Request are Client Dependent and Objects Stored in Workbench Request are Client Independent.

<b>Reward points if helpful :-)</b>

Thanks,

Sachin

Read only

Former Member
0 Likes
623

hey thanks for giving me the valuable answers.

Read only

Former Member
0 Likes
623

Hi Aravind,

Check out following URL.

https://forums.sdn.sap.com/click.jspa?searchID=2890667&messageID=3473199

Award points if found useful.

Regards

Indrajit