Use of client dependent tables

Hi Gurus,
I have read many threads on difference between client dependent and independent data/objects etc.
But, someone tell me please, wheat exactly the 'Use or Advantage' of client dependent tables/data.
Thanks in advance.
V

HI,
   The use of client dependent tables is that if  data in one table of a particular client is updated then that data wont be seen in any other clent it provides a security to the data we retrict users with their authorizations in differen clients
When you log on to an SAP System, you log on to a particular client of this system. Any activities you carry out in the system are always carried out in one client. When you plan your SAP system landscape, you must consider which clients you need for which activities.
By assigning activities to be performed in a client, you give each client a particular role. This section describes the most important client roles.
Since you need to adapt the SAP software for your own business needs, each SAP system landscape requires a client where Customizing settings, and possibly ABAP Workbench developments, can be made. This client is known as the Customizing and development client, or Customizing client for short. The abbreviation CUST is used for this client.
Before you can use the Customizing settings and Workbench developments productively, you need to test them extensively for errors. Any faulty settings can seriously disrupt productive operations, and at worst, lead to the loss of productive data. The integrated nature of the various SAP applications means that there are many dependencies between the different Customizing settings. Even an experienced Customizing developer may not discover these dependencies immediately. The correctness of the settings can only be guaranteed with extensive testing. The client where these tests are made is the Quality Assurance Client, QTST for short.
A separate client is required for productive use of the SAP System. So that this client can be used without disruption, it is essential that no Customizing settings or Workbench developments are made here, and also that no tests are carried out. This client is known as the Production Client, PROD for short.
These three clients, CUST, QTST and PROD, are the central clients that exist in every system landscape. Standard system landscapes have precisely one client for each of these client roles.
We recommend that you make all your Customizing settings in a single Customizing client, and then use the CTS to transport them to the other clients.
We also recommend that you do not make any Customizing settings or Workbench developments in the quality assurance or production clients. You can make sure of this by making appropriate client settings.
In addition to the central clients, you can also set up other clients for other tasks. However, you must remember that each extra client takes up additional system resources (main memory and database space). They also need to be administrated. For example, you need to set up and administrate access authorization for the users, and also distribute any changes to other clients with the CTS. You must weigh up the advantages and disadvantages of setting up other clients.
Examples of other client roles are:
Development test client (TEST): Developers can use this client to test their Customizing settings and Workbench developments, before they release their change requests. In this client the developers can create test application data for realistic tests. If they discover errors, they can remove them in the Customizing client. A development test client is always set up in the same SAP System as the Customizing client. This means that any changes that are made to cross-client data in the Customizing client are also immediately visible in the development test client. Changes to client-specific data are copied from the Customizing client to the development test client using a special  client copy function. The client copy function uses the unreleased change requests from the Customizing client to do this. The development test client is set so that you cannot make changes to Customizing data and Repository objects.
Prototype or sandbox client (SAND): You can use this client to test any client-specific Customizing settings if you are not sure whether you want to use them in this form. Any settings that you want to keep are then entered in the Customizing client. To prevent conflicts between the prototype client settings and real settings in the Customizing client, you cannot make changes to cross-client Customizing data and Repository objects in the prototype client. The CTS does not record changes made to client-specific Customizing data, and does not transport them from the prototype client. You can make sure of this by making appropriate client settings.
Training client (TRNG): To prepare end users for new functions that are to be transported into the production client, you can set up a training client. The users can use the new functions in this client with specially created application data. This client is set so that you cannot make changes to Customizing data and Repository objects.'''
plzz reward if this information is usefull to u plaa dont forget to reward

Similar Messages

  • Transport client dependent table and data

    Hi,
    How do you add a client dependent table and the entries inside to a transport?
    Please help.
    Thanks,
    John
    Edited by: Alvaro Tejada Galindo on Feb 20, 2008 4:33 PM

    Hi there!!!
    go to Txn SE09, create a request type "Workbench Request".
    1 . Go to the Sub task, select the 'Objects' Tab.
    2. Enter the Program ID - R3TR
                      Object       - TABU
                      Object Name - (Your Required Table Name)
    3. Now Press the Function Button on the right, Enter the Table Key, which is nothing but the value of the primary key fields of row to be sent, typed as one.
    eq. to send material number 1 from MARA in client 100, following would be the table key:
    100000000000000000001
    where first 3 characters are for the client
    and the remaining 18 characters are for the material number.
    Another simple method would be to-
    1. execute Txn se16 and display the required Table Contents.
    2. Select the rows to be sent, by selecting the check boxes corresponding to those rows, and then selecting the Menu Option
    Menu->Table Entry -> Transport Entries.
    3. Create a request.
        the enties would be included in the request.
    Hope This solves your Problem. <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 20, 2008 4:34 PM

  • Client Independent & client dependent tables

    Hello,
    Can anyone please tell me what is client dependent and client independent tables?
    Thanks in advance.
    Regards
    Srini

    In SAP, highest level of organisation structure is client which you are entering at the time of log-in itself.
    In most of the tables are client dependant where first column is client (MANDT) by default and entry in that field is complusory. so that is client dependant table.
    There are few tables which are client independents, effect of any change in this table will affect all the clients. In that table client field is not there.
    Whenever you making any change in value of such table, system will give you message that "this is client independance, whether you want to change it".
    Hope it is clear.
    Regards,
    Vinod

  • Difference between client dependent table and client independent table

    hi all,
                  i m new in sap pls tell me the difference between client dependent table and client independent table.
    tell me in detail.
    thanks and regards
      vikas saini

    HI
    Client dependent Means if you create that data in one client is limited to that client only and it is not accessable in other clients
    Like SAP SCRIPTS and STD texts data
    where as Client Independent means the data if you create in one client that is available in that as well as in other clients
    Like SMARTFORMS, All dictionary Objects data and Repository objects data like Programs, Fun modules, tables etc..
    There is no specific reason behind why scripts are client dep[endent and smartforms are client independent!!!
    As for SAP -- Scripts are called client dependent because if you create client in say,200 it would be available in that only.If you want to test the script in client 300 then it won't be there,you will have to go to transaction se71 in 300 .Then Utilities-> Copy from client.Give the source as 200 & form name(i.e. script name) & copy.
    Few more reasons why....? Please read below:
    SAPscript technology is based on a mainframe product from the 1980s.SAPscript forms have always been -- under the hood -- relatively passive objects, with minimal embedded logic. These forms were designed to be driven and controlled by ABAP programs, much in the way ABAP programs read in database tables to produce reports;
    if you ever download a SAPscript form (e.g., via utility program RSTXSCRP), and look at the portable text file it produces you'll see what I mean.
    Many text objects (e.g., invoice header texts) are bound directly to documents which are client-dependent, so it makes sense for these text objects to also be client-dependent. From a complexity standpoint, SAPscript forms are close enough to these text objects where I can see how it made sense at the time to make them client-dependent too.
    What is client dependent and Client Independent
    https://www.sdn.sap.com/irj/sdn/forums

  • Client dependent table

    incase if u r table is client dependent how the end user will access the data?

    Hi,
    use this statement to select data form client specific table:-
    select * from <DBtable> into table <internal table> CLIENT SPECIFIED where MANDT = '0100' and field1 = .....
    Here it select the data belongs to 0100 clients.

  • Client dependent tables.

    there types of tables are
    A- Application table
    C- Customer Table.
    E,S,W -System table .
    L - Table for temp storage.
    Among these 4 types , which can be set as client dependent ones and client Independent ones.
    Need help .
    Moderator message: please search for information and try yourself before asking.
    Edited by: Thomas Zloch on Oct 7, 2011 11:28 AM

    Hi gopan,
    1. the same table is available in other client w
      I think there is some confusion in this statement.
    2. When we say different client,
       it means,
       a) There is only ONE BOX (Server)
       b) In that there is ONLY One database
       c) The database contains tables
       d) The tables contain ONE EXTRA COLUMN
       e) This EXTRA COLUMN is called Client (MANDT)
    3. So if a table is client dependent,
       it means, it has one extra column for client (MANDT)
    4. All RECORDS,
       of all clients (on this server)
       will be contained in this table only.
      (and not any other table / server)
    5. So if we make one record change ,
       It won't appear in another client
    6. BCOS CLIENT FILTERATION while selecting records
       from table, is AUTOMATICALLY DONE BY R/3.
    regards,
    amit m.

  • Client independent and dependent tables

    Hi,
    Is there any report or program to get list of all client independent and dependent tables from a client in sap ECC6.0 ?

    Check the table DD02L and the field CLIDEP. If its set as X they are client dependent tables else client independent tables.
    Vikranth

  • Client Dependent & Client Independent

    Hi
    How can I identify Client Dependent & Client Independent Data ?
    Thanks
    Christine

    Hi,
    There are two types of objects in SAP, client dependent and client independent.
    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.
    A client-dependent table has the field MANDT of data type CLNT, which indicates Client id.
    A client-independent table does not have this field.
    Data which can be access by all user are client independent (no mandt field in table). Data which can be access by some specific user are client dependent (use mandt field in table)
    Mohan
    Award points if it adds information

  • Why  SAP Script  client-dependent  but  Smartform is client  independent

    Hi  All,
        What   are  the  fundamental  reasons   for  justifying  that  SAP Script  is  client-dependent  but  Smartform is client  independent  ???
    Regards
    jaman

    hi,
    why script is client dependent?
    the reason is:
    in script, to display some table data, we use text elements, where the text elements access the dictionary tables data. there the table from which we are fetching data, that may be a client dependent table, so first the text elements became client dependent. as script use text elements, script also became client dependent.
    hope u got the point. to b simple, the text elements r client dependent, there fore scripts also became client dependent.
    smartforms are client independent. bcoz it doesnt use any text elements. it will be executed through a function module, as you know function modules are client independent, the smartform also became client independent.
    hope ur clear, if any doubts, plz post them back.
    reward if helpful.

  • Urgent:Why Script is cliend dependant and smartform is not client dependant

    Hi all,
    Can any one pls tell me why script is client dependent and smartform is not client dependant.
    <b>Please give some real time examples in brief</b>
    regards
    tapu

    Hi
    DIFFERENCE BETWEEN SMARTFORMS AND SAPSCRIPTS ARE:
    1. script is client dependent one while smartform is client independent.
    2. In scripts we have to write print program while in smart forms it is not necessary.
    3. In scripts we can print background logo while in smartforms we cant print background logo
    4. In scripts we have 99 main windows while in smartforms we have only 1 main window.
    5. In scripts we should write paragraph format otherwise we cant execute program while in smartforms no need to create paragraph formats .
    6. In scripts we can print the text in only two character formats.
    while in smartforms we can do with more.
    7. In scripts we dont have line types while in smartforms we have linetypes.
    8.Multiple page formats are possible in smartforms which is not the case in SAPScripts
    9.It is possible to have a smartform without a main window .
    10.Labels cannot be created in smartforms.
    11.Routines can be written in smartforms tool.
    12.Smartforms generates a function module when activated.
    SAPscript technology is based on a mainframe product from the 1980s, while Smart Forms have only been around since (roughly) 2001. With that sort of time gap, there are bound to be significant differences between the two tools. Client dependence is a fundamental one. Although SAPscript has had some incremental improvements over time, its forms have always been -- under the hood -- relatively ...
    also refer
    difference between smartforms and scripts
    Diff betwen Scripts & smartforms
    advantages of smartforms over scripts
    Whenever a smartform is created, a funciton module gets generated. So, we can access the smartform in different clients. But in case of scripts, it is not so.. So, scripts are client dependent.
    Smart Forms are implemented using the Function Module SSF*, and all the logic lies in the FM. Function Modules are client independent objects, so Smart forms are also client independent
    SAP Scripts are the Layout Forms that you design and there are aviable in the client in which you have created them, for making them available you have to copy across the clients.
    Because, Sapscripts are saved in ITF format as text in client dependant tables STXH and STXL. smartforms are not saved in client dependant tables and visible across clients.
    SAPscript technology is based on a mainframe product from the 1980s, while Smart Forms have only been around since (roughly) 2001. With that sort of time gap, there are bound to be significant differences between the two tools. As you have noted correctly, client dependence is a fundamental one.
    Although SAPscript has had some incremental improvements over time, its forms have always been -- under the hood -- relatively passive objects, with minimal embedded logic. These forms were designed to be driven and controlled by ABAP programs, much in the way ABAP programs read in database tables to produce reports; if you ever download a SAPscript form (e.g., via utility program RSTXSCRP), and look at the portable text file it produces you'll see what I mean. Many text objects (e.g., invoice header texts) are bound directly to documents which are client-dependent, so it makes sense for these text objects to also be client-dependent. From a complexity standpoint, SAPscript forms are close enough to these text objects where I can see how it made sense at the time to make them client-dependent too.
    Conversely, a Smart Form is significantly more robust and complex. For instance, it can contain program nodes and nested tables with patterns. When a Smart Form is compiled, it generates an ABAP function module – and these are always client-independent. This is appropriate, given that this form has more in common with an ABAP program than its predecessor. For instance, when a print program calls a Smart Form, the form itself takes over to produce output, without any further direction from the print program. In fact, the join is so seamless that I often find myself using a Smart Form's Initialization section for logic to handle any data gathering not handled by the print program. I would never even think to attempt this with SAPscript.
    I suspect several factors figured into SAP's decision to make Smart Forms client-independent, including customer feedback. There are significant advantages to client-independence. For instance, a change made in one development client happens immediately across all development clients. Among other things, this means we don't have to waste time figuring which client contains the most recent version -- they all do! In addition, transporting Smart Forms is easier, since we can safely bundle them together in the same transport as their client-independent print programs (no worry about mixing client-dependent and independent objects).
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Client dependency

    Hi all,
    Could anybody tell me about client Dependent and client independent ?
    ABAP programs , Tables are  client Dependent or client independent ?

    hi,
    Client dependent means suppose if you have 2 clients in Development server like 025 and 125 .
    Normally all the  tables are client dependent tables means first field is MANDT (char 3 type ).
    the data available in 025 client is different from client 125 data.
    While using selection from these tables also we can restrict data fetch in the program as shown below.
    select * into table it_mara 
    from mara
    client specified
    where mandt = '025'.
    So it fetches data from 025 client only.
    By default,only data from the current client is selected (without you having tospecify the client field specifically in the WHERE clause). If you want to select data from several clients, you must use the ...CLIENT SPECIFIED addition in the FROM clause as shown in the above example.
    Regds
    Sivaparvathi
    Please reward points if helpful...

  • CLIENTThe maintenance tables for the logical files; may we use any client

    Please  see this link http://help.sap.com/saphelp_47x200/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm
    See the import parameter
    CLIENT     The maintenance tables for the logical files and paths are client-dependent. Therefore, the desired client can be imported. The current client is stored in the system field SY-MANDT.
    Does it mean that we may use any client  even if our client number is different?

    I put it back once more

  • Unable to create datawarehouse tables using DAC client

    Hi,
    We are facing error while creating data warehouse tables in DAC Client.
    Please find the below mentioned error message
    =====================================
    STD OUTPUT
    =====================================
    CREATING SIEBEL DATABASE OBJECTS
    F:\DAC\bifoundation\dac\UTILITIES\BIN\DDLIMP /I N /s N /u infdomain /p ******* /c DB_DAC /G "SSE_ROLE" /f F:\DAC\bifoundation\dac/conf/sqlgen/ctl-file/oracle_bi_dw.ctl /b "" /K "" /X "" /W N
    Error while importing Siebel database schema.
    =====================================
    ERROR OUTPUT
    =====================================
    Siebel Enterprise Applications ODBC DDL Import Utility, Version 7.7 [18030] ENU
    Copyright (c) 2001 Siebel Systems, Inc. All rights reserved.
    This software is the property of Siebel Systems, Inc., 2207 Bridgepointe Parkway,
    San Mateo, CA 94404.
    User agrees that any use of this software is governed by: (1) the applicable
    user limitations and other terms and conditions of the license agreement which
    has been entered into with Siebel Systems or its authorized distributors; and
    (2) the proprietary and restricted rights notices included in this software.
    WARNING: THIS COMPUTER PROGRAM IS PROTECTED BY U.S. AND INTERNATIONAL LAW.
    UNAUTHORIZED REPRODUCTION, DISTRIBUTION OR USE OF THIS PROGRAM, OR ANY PORTION
    OF IT, MAY RESULT IN SEVERE CIVIL AND CRIMINAL PENALTIES, AND WILL BE
    PROSECUTED TO THE MAXIMUM EXTENT POSSIBLE UNDER THE LAW.
    If you have received this software in error, please notify Siebel Systems
    immediately at (650) 295-5000.
    F:\DAC\bifoundation\dac\UTILITIES\BIN\DDLIMP /I N /s N /u infdomain /p ***** /c DB_DAC /G SSE_ROLE /f F:\DAC\bifoundation\dac/conf/sqlgen/ctl-file/oracle_bi_dw.ctl /b /K /X /W N
    Connecting to the database...
    Unable to connect to the database...
    I have established ODBC connection using Oracle client driver and able to connect with the oracle server.
    Oracle DB & client Version : 11.2.0.2- 64 bit
    DAC Version : 10.1.3.4.1
    Informatica version : 9.0.1
    OBIA : 7.9.6.3
    Can someone please help me to resolve this issue?
    Thanks,
    Prasanna

    The 64 bit odbc (odbcad.exe) which is in system32 folder contains oracle client 11g driver
    But in 32 bit odbc(odbcad.exe) which is in syswow64, I am not able to see the oracle client 11g driver.Instead Oracle Merant ODBC Driver in DAC 10g_Oracle OH888717393 is there
    When we try to establish connection with this driver, it is throwing following error
    Specified driver could not be loaded due to system error 193:
    *(Oracle Merant ODBC Driver in DAC 10g_Oracle OH888717393,*
    F:\DAC\bifoundation\dac\utilities\DataDirectODBC\seor820.dll).
    Can you please explain how to create dsn in 32 bit odbc also for oracle client?
    Thanks,
    Prasanna

  • BDLS - Client Independent Table

    Hi All,
    When I execute BDLS, there are two options there, one is conversion of client dependent and independent tables and the second is conversion of client dependent only.
    In a BW system, what are the differences of these two options and which one should be used after system copy ?
    I can't understand from the standard documentations provided.
    Please share. Thanks.

    Hi,
    See the following  SAP Notes:
    SAP Note 886102 - System Landscape Copy for SAP NetWeaver BW
    SAP Note 325470 - Activities after client copy in BW source systems
    SAP Note 325525 - Copying and renaming systems in a BW environment
    SAP Note 1333302 - Special procedure for BW system copy
    SAP Note 996238 - Dump 'RFC connection error' after BW system copy
    Search for PDF in SDN
    How Tou2026System Copy in SAP Business Intelligence System Landscapes
    Thanks
    Reddy

  • Hi abapers doubt in client dependent  and independent

    i am having a doubt could you please explain me
    i created a dependent table using mandt in client 100(development).
    if transfered this  table to quality 110(quality). it is possible access data?
    when i see development 100 it's having data but i can't find any records in quality it's not showing the records.
    how we can see data in quality110 , if table is dependent.

    Hi Sayeed,
    Data in the table will only we transported accross a system landscape if you have marked the recording routine in your development system.
    Regards,
    John.

Maybe you are looking for