Client independent settings / crioss client

Hi all
How do i identify the clint independent/ cross client settings in sap ? 
Any table ?
Regards
Swapnil
Edited by: swapnil  kelkar on Nov 28, 2009 12:06 PM

Hi Swapnil,
Your question is wrong...as client independent and cross client both are same
Client dependant and cross client customizing are different
All client dependant changes will effect only working client, and all cross client changes will effects entire system.
All cross client setting get store in T* tables (ex"T000)....
Regards
Nick Loy

Similar Messages

  • Client Independent settings

    Hi Experts,
    Please explain me some of client independent settings in FICO
    Regards,
    Vineela

    Hi,
    Client independent settings means when you logon to SAP you have to give some 3 digit number in client filed say 100, 200 or 800, etc. There can be many clients in one SAP system, but some are client specific(Client dependent) and some are Cross client(Client Independent).
    Ex of cross client are operatin Concern, General master data of customer and vendor. There will be three tabs in Customer\Vendor Master data;
    1)General Data;
    2)Company Code data;
    3)Purch Org\Sales Org;
    Of these three data tab, general data is cross client, means available in all other clients.
    Hope this answers your question.
    Regards;
    Haider
    Assign points if useful.

  • Differnce between client dependentand client independent config

    Hi guys,
    Could some one please clarify me the difference between client dependent and client independent configuration and give me full details
    regards
    Murali

    Hi
    There are two types of objects in SAP, client dependent and client independent.
    configuration effect client tables called depedent.configuration not effect tables called independent
    u can distinguish as follows
    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)
    Hope ths Helps
    Please reward points
    Sunil

  • Client dependent objects and client independent objects

    Hi Experts,
    Is there a way to find which objects are client dependent and which are client independent? Recently, I changed a small GUI settings in testing client and the changes were happened in production also automatically without a transport request, how can it be possible?
    How can I identify similar other objects changing whom it impacts other client w/o a transport request?
    Kindly share your views on it.
    Thanks a lot..
    Regards
    Saurabh

    Just small correction to Rahul answer - tables with field defined as data element MANDT are client dependent.
    Usualy that field will not be shown in SE16 and SE16N transactions but you will find it's definition in table definition in SE11 - ABAP Dictionary Maintenance transaction, content of this field is visible when clicking on icon
    Br,
    Mario

  • Client dependent and client independent in ALE

    I am going through pdf learning of an ALE scenario,i couldnot get wat is meant by client Independent and client dependent.
    How can i conclude
    Create message type (WE81){color:green} Client independent {color}
    To create a new message type, follow these next few steps:
    u2022 Enter transaction WE81 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> Create logical message type)
    u2022 Choose Create logical message type by double clicking on it
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to add a new type
    u2022 Enter the required message type, in our case it is ZINVRV and an appropriate description
    u2022 Save and exit.
    Your message type has now been created. The next step will be to link it to the IDoc.
    2.2.1. Link message to IDoc type (WE82 & BD69) {color:green} Client independent {color}
    To link the message type to the IDoc type follow these next few steps:
    u2022 Enter transaction WE82 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> EDI: Message Types and Assignment to IDoc Types)
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to create the link
    u2022 Enter the message type ZINVRV and the BasicIDoc type as ZINVRV01
    u2022 Save and exit
    u2022 Enter transaction BD69 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> Assign message type to IDoc for ALE)
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to create the link
    u2022 Enter the message type ZINVRV and the BasicIDoc type as ZINVRV01
    u2022 Save and exit
    Your IDoc is now linked to your message type. We still need to link object types and add the message to the model before we can use the message.
    2.2.2. Maintain object type for message type (BD59) Client independent
    The ALE objects are used to create links between IDocs and applications objects, to control the serialisation, to filter messages in the customer model and to use listings.
    For our own message type and IDoc you must maintain object types for the links.
    If you want to check the serialisation for the message type, then you must maintain object types for the serialisation. If no serialisation object has been maintained for a given message type, then the serialisation will not be checked for this message type.
    To add an object type to our message type, follow these next few steps:
    u2022 Enter transaction BD59 (ALE -> Extensions -> ALE object maintenance -> Maintain object types)
    DOC NAME: ALE_SCENARIO_DEVELOPMENT_PROCEDURE
    Version 1 Page 6 of 16
    ALE Scenario Development Guide
    u2022 Type in your message type ZINVRV and press enter
    u2022 Click on New entries
    u2022 Enter your object type, LIFNR (We need to use the vendor as a filter object), the segment name where LIFNR resides, Z1INVRV, a number 1 for the sequence followed by the actual field name LIFNR
    u2022 Save and exit.
    You have now created an object that weu2019ll use as a filter object in the customer model to direct the flow of messages to the various logical systems based on the vendors in the filter of the message type ZINVRV.
    We now need to add our new message type to the distribution model.
    2.3. Configuring the Distribution Model
    This task is performed on your ALE reference client.
    2.3.1. Manual Configuration (BD64) {color:green}  Client dependent {color}
    To manually configure the customer distribution model, read the ALE configuration procedure, and follow these steps:
    u2022 Perform the Maintain customer distribution model directly function. (ALE -> Distribution customer model -> Maintain customer distribution model directly)
    u2022 Specify the customer model you want to maintain and the logical system that is to be the sender of the messages OR create a new model. (Create model ALE with logical system ALELS1C400)
    u2022 Choose the receiving systems to which the sending system must forward message type ZINVRV to.
    u2022 For each receiving logical system allocate the message type necessary for communication to the receiving systems as per ALE configuration procedure.
    u2022 Create filter objects (in our case LIFNR as the object type with the associated vendor number, 0000018001 with leading zeros, in the object area) for the message types.
    u2022 Save the entries.
    Refer my query within color:green
    Edited by: aditya  sharma on Jul 14, 2010 12:57 PM
    Edited by: aditya  sharma on Jul 14, 2010 1:01 PM

    A client is an independent business unit within an R/3 System, Data in the R/3 are classified as cleint-Dependent and client-independent.
    Client-independent data such as ABAP Programs, R/3 repository objects throught the entire system. Other data is client-dependent. meaning, it can be viewed from one client. Cleint-dependent data includes customizing application and user data.
    Eg.
    Scripts are client dependent, means the changes done to SAP scripts in particular client will not be reflected in other client.
    Smartforms are client independent, means changes done in one client will be reflected in all the clients.
    Server : ECC6
    Client : 100 , 200 , 300 , 400
    Now suppose you have developed report in DV server client 100.
    Then you will be able to see that in all clients.
    Hence this is called as client independent. You can change anywhere and changes will be reflected to all ...
    Now suppose you have developed a script in DV client 100.
    You will not be able to see that in client 200 or 300 or 400 unless ytou copy that from client since it is client dependent.

  • Cannot select outlook in sharing - email settings - email client

    I am trying to use PE11 with Outlook 2013 on Win 7. When I go into preferences under sharing -> email settings -> email client, I only see the default Adobe email service, I have no option for Outlook 2013 which is my default. I've looked around within Windows default program associatings and for sure Outlook 2013 is my default, is associated with all email types (.eml, etc).
    I have searched all the forums and the net and am not seeing a solution. How can I force PE11 to see Outlook 2013? I'm guessing it must be a registry hack. I've seen a .reg to add Windows Live, so does anyone have a hack to add Outlook 2013 ?

    For anyone still struggling with this, here's a decent workaround:
    http://helpx.adobe.com/photoshop-elements/kb/freeze-or-error-no-email.html
    Install Windows Live Mail and configure a single POP account as you have configured in Outlook. PSE's "preferences->sharing" will find Live Mail as an option for email accounts (you don't even need the registry hack the article above recommends, nor does Live Mail need to be your default email client).
    I just email the files to a single contact I've created in adobe for myself, avoiding the hassle of adding contacts in Adobe's contact manager or Live Mail, I get the email in Outlook and then resend the files out using my Outlook addressbook. A kludge, but at least I can email pix now from the PSE photo manager.
    I'm thinking that re-installing MS Office might be a solution but don't want to deal with that hassle.

  • What exactly is the diff between client dependant and client independant te

    Hi gurus,
    What is the diff between client independant and client dependant term.. I initially had a confusion related to client independant and client dependant Transport requests, where else are these words applicable, do they apply to data as well, if so how? any links to help me understand the difference..
    regards,
    kishore

    Hi Kishore,
    Client Independant: These objects are not specific to any client. And it is universal which can be viewed,changed across the clients.
    Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.
    In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.
    Client Independant transport requests will make the transported objects available across the clients. and Client dependent transport request make the objects available only for the client mentioned by field "Mandt"
    Regards,
    Dinesh D

  • Updation of List Settings through Client object model

    Hi all,Is there any way to update List settings through Client object model.
    I want to work with all the list settings programmaticaly using client object model.
    Is there any way??? 

    Hi,
         Handful operations you can do it with client object model as certain limitations are there, which are not in server object model. Sharepoint Client obejct model comes with 3 APIs .i.e .Net managed code, javascript api and silverlight
    object model . 
    For reference , i implemented test code to add list on the Quick launch.
             ClientContext clientContext = new ClientContext("Web FullUrl");
                Web web = clientContext.Web;
                List list = web.Lists.GetByTitle("Test");
                list.OnQuickLaunch = true;
                list.Update();
                clientContext.Load(list);
                clientContext.ExecuteQuery();
    Regards,
    Milan Chauhan
    LinkedIn
    |
    Twitter | Blog
    | Email

  • Best practice - Heartbeat discovery and Clear Install Flag settings (SCCM client) - SCCM 2012 SP1 CU5

    Dear All,
    Is there any best practice to avoid having around 50 Clients, where the Client version number shows in the right side, but client doesn't show as installed, see attached screenshot.
    SCCM version is 2012 SP1 CU5 (5.00.7804.1600), Server, Admin console have been upgraded, clients is being pushed to SP1 CU5.
    Following settings is set:
    Heartbeat Discovery every 2nd day
    Clear Install Flag maintenance task is enabled - Client Rediscovery period is set to 21 days
    Client Installation settings
    Software Update-based client installation is not enabled
    Automatic site-wide client push installation is enabled.
    Any advise is appreciated

    Hi,
    I saw a similar case with yours. They clients were stuck in provisioning mode.
    "we finally figured out that the clients were stuck in provisioning mode causing them to stop reporting. There are two registry entries we changed under [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CCM\CcmExec]:
    ProvisioningMode=false
    SystemTaskExcludes=*blank*
    When the clients were affected, ProvisioningMode was set to true and SystemTaskExcludes had several entries listed. After correcting those through a GPO and restarting the SMSAgentHost service the clients started reporting again."
    https://social.technet.microsoft.com/Forums/en-US/6d20b5df-9f4a-47cd-bdc3-2082c1faff58/some-clients-have-suddenly-stopped-reporting?forum=configmanagerdeployment
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Which are client independent and dependent objects in SAP ABAP

    which are client independent and dependent objects in SAP ABAP

    Hello Jagrut
    A special kind of objects are client-<u>dependent </u>repository objects. These objects have to be treated specially in the way that they have to be imported into their specific target client. In contrast, client-independent repository objects can be imported into any client.
    The following list shows the client-dependent repository objects:
    LIMU     FSEL     Field Selection
    LIMU     VARI     Report Program System Variant
    R3TR     COC1     CO: Cost Centers
    R3TR     COC2     CO: Activity Types
    R3TR     FORM     SAPscript form
    R3TR     LODS     HRDSYS: Logical information object client-dep. table E SYST
    R3TR     PCYS     HR: Transport standard personnel calculation rules
    R3TR     PHDS     HRDSYS: physical information object client-dep. table E SYST
    R3TR     SBNL     Logical Information Object for BDS
    R3TR     SBNP     Logical Information Object for BDS
    R3TR     SBNR     BDS: Relationship Between Information Objects
    R3TR     SBPL     Logical Information Object for BDS: Bid Invitation
    R3TR     SBPP     Physical Information Object for BDS
    R3TR     SBPR     BDS: Relationship Between Information Objects
    R3TR     SBRL     Logical Information Object for BDS
    R3TR     SBRP     Physical Information Object
    R3TR     SBRR     BDS: Relationship Between Information Objects
    R3TR     SBSL     Logical Information Object for BDS
    R3TR     SBSP     Physical Information Object
    R3TR     SBSR     BDS: Relationship Between Information Objects
    R3TR     SBTL     Logical Information Object for BDS
    R3TR     SBTP     Physical Information Object
    R3TR     SBTR     BDS: Relationship Between Information Objects
    R3TR     SBWL     Logical information object for BDS
    R3TR     SBWP     Logical information object for BDS
    R3TR     SBWR     BDS: Relationship between information objects
    R3TR     SRHL     SRM: Hierarchical Lists
    R3TR     SRLD     Language-Dependent Client-Specific Retrieval Index Objekt
    R3TR     STYL     SAPscript Style
    Regards
      Uwe

  • Client Independent Authorizations

    Hi,
    I would like to know, whether there are any ways in performing authorizations checks, irrespective of clients.
    I have a scenario where only 1 user, say USER01 in client 100 should be authorized to view, execute, change certain programs and other data dictionary objects in the client 100. All other users in this client 100, should be authorized only to execute the program and not to view any of the programs and dictionary objects.
    This should not be the case with any other user of the other clients of the server.They should not have any rights over these specified objects.
    Kindly help me out with a solution for the same.
    Venkat

    Hi,
    The authorizations are client independent. Whatever auth objects that you create and assign to the users in a client will NOT reflect in other clients. In fact the users are also client dependent. Having access to one client, does not guarantee access to other clients.
    This is the defaul functionality.
    regards,
    Ravi
    Note : Please mark the helpful answers.

  • Visual Admin - SLD Data Supplier - CIM Client Generation Settings Failing

    I am in VA -> cluster -> server -. services -> SLD data Supplier -> CIM Client Generation Settings.
    I am trying to save and I get the following error - "Failed to set permissions for domains"  I am using administrator for the id so I can eliminate permissions as a cause.  If I click on CIMClient test, it comes back successful.
    Any ideas?

    Hi Jason,
    Looks like the permission issue.
    Create a role called "Lcr administrator" and assign permission
    "Lcr administrator", "LCR write access" and "LCR read access"
    Then assigm "LCR administrator" to "Administrator" User.
    After that try doing CIM client settings again.
    Regards
    Usha

  • Smartform text modules client independent...

    Hi Guys,
    Are smartform text modules also client independent ?
    If I do some change in text modules in one client its not getting reflected in other. Can someone tell me why ?
    Thanks.
    Tushar.

    Hi Tushar,
    As Phani and Rich mentioned Text module are client dependent similar to smartforms. You have to transport from one client to another.
    Lanka

  • CIM Client generation settings

    Hello!!
    Does anyone know what User parameter settings i need to specify in CIM Client Generation Settings in Visual Administrator? I need to specify JCO connections in the WD Content Administrator and wanted to define the association between the logical system names used in model declaration and the actual SAP system.
    Thanks,
    Siva.

    Hi Siva,
    We need to give permissions  in Visual Administrator. These permissions enable us to create JCO connections in SLD, Start SLD server etc.
    In the above screen we have to give permission  to all the domain with “lcr” and “Webdynpro “
    host: localhost
    port:50000
    For user parameter settings give the administrator username and password for WAS server
    hope this helps you
    Regards
    Rohit

  • 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

Maybe you are looking for

  • My ipod touch is not working, my ipod touch is not working

    Hi, i am pallavi and i have a ipod touch 8GB i have bought this from Wal-Mart, from the last few days my ipod is not working i dont know why can u please help me in this

  • Flickering problem with R9 270X 4G LE

    I am having a problem with a flickering screen during and 2D operation, everything is fine during any 3D operations(ie. gaming). I assume from reading other forum posts that I need to update my bios even though LiveUpdate says that its good. My S/N i

  • Still images used in iMovie ('09) look bad, poor quality

    I'm curious why my photos look poor in iMovie? Is this just a lo-res rendering that I'm seeing on screen, or is this really how they're going to look? I'm using the photo browser in iMovie and selecting photos from both iPhoto and Aperture, just as s

  • Using iPhone's assisted GPS equals high data roaming fees?

    Consider the following setup: I buy an simlock-free iPhone 3G S in Brussels, Belgium for €512. I purchase the TomTom navigational iPhone application on the App Store so that I don't have to rely on an expensive Belgian mobile provider to get continuo

  • Named Searches - Performance Questions

    Dear MDM Pros, I have question regarding the performance of Named Searches. I have a repository with 600.000 datasets (and various lookup tables) now I need to setup named searches for restricting the access to the data. I have one field with classif