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

interview questions:

Former Member
0 Likes
691

what is client dependent and independent?

what comes under these?

5 REPLIES 5
Read only

Former Member
0 Likes
661

hi

Depends on the client.

For Ex:

Smartforms and Sapcripts are Client Independent

Tables are Client dependent

REWARD POINTS IF HELPFUL,

KUMAR

Read only

Former Member
0 Likes
661

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

Read only

0 Likes
661

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

Read only

Former Member
0 Likes
661

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

Read only

Former Member
0 Likes
661

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...