‎2008 Mar 14 10:58 AM
what is client dependent and independent?
what comes under these?
‎2008 Mar 14 11:01 AM
hi
Depends on the client.
For Ex:
Smartforms and Sapcripts are Client Independent
Tables are Client dependent
REWARD POINTS IF HELPFUL,
KUMAR
‎2008 Mar 14 11:02 AM
Hi,
Objects used in several clients are
called client independent while objects used in a specific
client is called client dependent. To identify if a table
is client dependent, one can use tcodes SE11 or SE12. In
the table field attributes, if the MANDT field is present
that table is client dependent
Data Dictionary objects,Layout and SAPscript are client dependent.
Smartforms is client independent.
Plz reward points if useful.
Regards
rose
‎2008 Mar 14 11:08 AM
Hi
When you Login to SAP through the Logon Pad/sapgui
you are asked the username and password to login
just above is a text box that mentions the client
If a abap object created in a particular client is accessible and useable in any client then it becomes a client independent object.
Reward Generously, If Helpful
Regards
Akshay Chonkar
‎2008 Mar 14 11:06 AM
hi,
tables which can be access by all user are client independent (no mandt field in table)
tables which can be access by some specific user are client dependent (use mandt field in table)
Along with the Repository, the database contains application and customizing tables that are usually
client-specific.
The Repository contains all development objects, for example, programs, definitions of database tables
and global types. Development objects are therefore also known as Repository objects. Repository
objects are not client-specific. They can therefore be viewed and used in all clients.
Variants are client-specific.
Hope this helps, Do reward.
Edited by: Runal Singh on Mar 14, 2008 4:39 PM
‎2008 Mar 14 11:07 AM
hi,
suppose U having different logins like 100, 200, 300 in development server...
now all these called clients...
all objects which can use among these clients without transfer or copying called client independent...
Like Smart forms...
if u have created smartform in 100 client, u can use it into 200..
but u need to copy SAP script to use it into different client so it is client dependent...
Dictionary tables are also client dependent as in all client it having different data...
reports are client independent
reward if usefull...