cancel
Showing results for 
Search instead for 
Did you mean: 

client dependant objects in ABAP or SAP

Former Member
0 Kudos

5.What are client dependant objects in ABAP or SAP?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Client Dependant: Objects which other clients do not have access to, like scripts layout, smartforms etc

Client Independant: These are universal and can viewed and changed across multiple clients. Eg Dictionary objects like tables, domains, views and also Function module, programs etc.

Sameer

Former Member
0 Kudos

Client dependant objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects

Smartforms and Programs like (EXEC,SUBP,MODU,INCL) are client independent. and SAP Scripts are client dependent.

Check this thread for more information

rewars points if u found it useful

former_member556603
Active Contributor
0 Kudos

Hi Venu,

Sap Scripts are Client dependent

How do we debug sapscript?

First we need to put Break point in Print program where ever you want to stop the execution.

After in SE71 give your form name and go to Utilities-->Active De-bugger.

Then go to your transcation like VF03(for Invoice or Credit memo) etc to see the print preview or print the form execute it.

When you execute it the the form Debugging will get activated and you can see your Form execution step by step.

Thanks,

Satya

Edited by: SATYA KUMAR AKKARABOYANA on May 30, 2008 12:45 PM