Client dependant object in SAP?

Hi
What are client dependant objects in abap/sap?
Thank You

hi,
  reports, module pool programs, smartforms etc are client independent. though we create in 800 client, we can see them in 810 client. DDIC tables are client dependent. Data in 800  client is not similar to data in 810 client.
Regards,
Sailaja.

Similar Messages

  • 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 dependant objects in ABAP or SAP

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

    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

  • 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 COPY- HOW TO Transport client dependent objects

    Hi
    We are planning to do Client copy and after reading forums it seems that some objects doesnot get copied over like
    Transfer rule
    DataSource
    Transfer Structure
    InfoPackage
    Process chain
    Process chain variants (PSA processes)
    now my understanding is i have to transport this object from System A to B
    Release the transport and do the system copy.
    Question 1-- what steps i need to make sure while creating a transport.
    Q2 Should i click on the object in Transport connection and select (Transport all below, add/remove additional object)
    (BECAUSE if i dont do that the boxes TRANSPORT is visible and no check box is in there )
    q3 - What should be grouping ? (in dataflow before/afterwards, save for system copy etc. ?? )
    q4 What should be Collection Mode - Collect automatically or start manual collection
    q5 what should be selected in PACKAGE
    q6 i can find Process chains and not PROCESS VARIANTS
    q7 i can find Transfer rules but i cannot find TRANSFER STRUCTURE
    i just want to make sure how to do these for all objects???
    as i have to release the transport before system closes out

    thanks
    but i still need to create transport and i want to know what options to choose while creating a transport request...
    so
    1 thing is clear i have to choose SAVE FOR SYSTEM COPY
    but following question i still need to do manually and need to know what to select
    Q2 Should i click on the object in Transport connection and select (Transport all below, add/remove additional object)
    (BECAUSE if i dont do that the boxes TRANSPORT is visible and no check box is in there )
    q4 What should be Collection Mode - Collect automatically or start manual collection
    q5 what should be selected in PACKAGE
    q6 i can find Process chains and not PROCESS VARIANTS while selecting process chains in transport
    q7 i can find Transfer rules but i cannot find TRANSFER STRUCTURE

  • Client dependent & client independent objects

    Hi All,
    What is meant by client independent & client dependent ?
    I know that sapscripts are client dependent while smartfiorms are client independent. Also reports & FMs are client independent.
    Want to have a better idea on this concept....
    Thanks in advance..
    Sweta

    If you create a table in 010 client in DEV server with CLNT as its first fields type, then you will find that table structure in all clients in DEV server. (i.e client independent)
    example: function module, abap program, smart form.
    If you create a record in that table in 010 client, you will not find that record in other clients. (i.e client dependent)
    Example: script.
    Sap script was developed a long back.
    smartform is developed to avoid these type of some restrictions
    Also:
    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.
    MANDT is the field which differenciates the table from Client Dependent and Client Independent Tables.
    All the Scripts are Client Dependent Objects
    Smart Forms, Function Modules are Client Independent Objects.

  • Are risks client dependent or independent in GRC 10.0?

    Hi Experts!
    My bosses has a question:
    Are risks client dependent or independent in GRC 10.0?
    Logically I would say client dependent, but they need a much official answer.
    Could you please someone give this info, who has an installed system.
    Thanks for your help!
    Peter!

    Hi if you're referring to risks generated after analysis 'YES'  it's client dependent, basically you analyse risk against the user/role assignment. If you're talking about the risk for initial load I've no system to check but since they're considered as database table entries from technical standpoint, they're client dependent objects only.
    Regards,
    Asok Christian

  • XI Repository objects client dependent or independent

    Hi All,
    As our XI installation is specific to perticluat client
    I have the following doubt.
    XI repository objects are client dependent or independent.
    Venu.

    Hi Sravya,
    Thank u very much for responding.
    Here i Suggested my basis gui based on the suggestions earlier i got from this post.
    I suggested the following things.
    1) Install 3 instances DEV/QAV/PRD one clinet in each of the instance..
    2) For the question they have raised regarding my IR/ID objects Client Dependent / Independ,  I answerd both are client Independent and we can transport the objects from one instance to another.
    3) here the confusion for them is if they are client independent , if we do change in ur objects that might effect in other instance objects since they are client independent. I told them unless we transport the objects from one instance to other there would not be any problem.
    Please confirm my answer. and suggest.
    Thanks,
    venu.

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

  • Why SAP Script is said to  be client dependent

    <b>Hi friends,
    Can you tell me Why SAP Script is said to  be client dependent .
    please let me know it
    Thank you</b>

    Hi,
    Please go through this link,
    http://searchsap.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid21_gci1190925,00.html
    Hope this will give you a clear idea.
    Feel free to revert back.
    --Ragu

  • Why  SAP script is client dependent ?

    why  SAP script is client dependent ?

    Hi,
    By design, SAP script is a word processing tool which displays data on the form with the help of text elements where the logic of those is written in the print program and Forms were designed to be driven from print program, hence are often termed as client dependent. Smart forms are client independent. Bcoz it doesnu2019t use any text elements. It will be executed through a function module. When a print program calls a Smart Form, the form itself takes over to produce output, without any further direction from print program.
    Pelase reward if useful.
    Bye

  • Is SAP HR client dependent

    Hi all,
      Is SAP HR client independent or dependent?
       what ever changes we make in IMG screen by logging into 1 client (eg:800) can they be seen when i login by another client (eg.000)?

    Hi,
    Almost all are client dependent...You need to transport to other client.All Configurations has to be transported to diff, server (Like QAS,PRD)  from DEV .
    Regards,
    Manoj.

  • Why SAP Script are Client Dependent, Smartforms are client-independent.

    why  SAP Script are Client Dependent,Smartforms are client-independent.
    Edited by: Srinivasa Reddy Ariga on Oct 27, 2008 12:28 PM
    Edited by: Srinivasa Reddy Ariga on Oct 27, 2008 12:49 PM

    Before you do anything else, read this: Welcome and Rules of Engagement
    Google is your friend.  Try keywords smartforms client dependent   Next time - search first and ask second.
    oh, and it helps to get the correct forum...

  • Are SAP programs client dependent?

    hi,
    send me replay

    Hello
    The following repository objects (basis = 6.40) are defined as client-dependent (-> function module <b>TR_CHECK_TYPE</b>):
    LIMU     FSEL     Field Selection     SYST     X
    LIMU     VARI     Report Program System Variant     SYST     X
    R3TR     COC1     CO: Cost Centers     SYST     X
    R3TR     COC2     CO: Activity Types     SYST     X
    R3TR     FORM     SAPscript form     SYST     X
    R3TR     LODS     HRDSYS: Logical information object client-dep. table E SYST     SYST     X
    R3TR     PCYS     HR: Transport standard personnel calculation rules     SYST     X
    R3TR     PHDS     HRDSYS: physical information object client-dep. table E SYST     SYST     X
    R3TR     SBNL     Logical Information Object for BDS     SYST     X
    R3TR     SBNP     Logical Information Object for BDS     SYST     X
    R3TR     SBNR     BDS: Relationship Between Information Objects     SYST     X
    R3TR     SBPL     Logical Information Object for BDS: Bid Invitation     SYST     X
    R3TR     SBPP     Physical Information Object for BDS     SYST     X
    R3TR     SBPR     BDS: Relationship Between Information Objects     SYST     X
    R3TR     SBRL     Logical Information Object for BDS     SYST     X
    R3TR     SBRP     Physical Information Object     SYST     X
    R3TR     SBRR     BDS: Relationship Between Information Objects     SYST     X
    R3TR     SBSL     Logical Information Object for BDS     SYST     X
    R3TR     SBSP     Physical Information Object     SYST     X
    R3TR     SBSR     BDS: Relationship Between Information Objects     SYST     X
    R3TR     SBTL     Logical Information Object for BDS     SYST     X
    R3TR     SBTP     Physical Information Object     SYST     X
    R3TR     SBTR     BDS: Relationship Between Information Objects     SYST     X
    R3TR     SBWL     Logical information object for BDS     SYST     X
    R3TR     SBWP     Logical information object for BDS     SYST     X
    R3TR     SBWR     BDS: Relationship between information objects     SYST     X
    R3TR     SRHL     SRM: Hierarchical Lists     SYST     X
    R3TR     SRLD     Language-Dependent Client-Specific Retrieval Index Objekt     SYST     X
    R3TR     STYL     SAPscript Style     SYST     X
    Regards
      Uwe

  • 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

Maybe you are looking for

  • Best Buy Smash Preorder Bad Experience

    I sent the following email to Best Buy regarding my bad experience when I went to pickup my Super Smash preorder. After hours of being on hold and being transferred to countless different people, the final explanation I was given is that Best Buy can

  • How to get the total execution time from a tkprof file

    Hi, I have a tkprof file. How can I get the total execution time. Going through the file i guess the sum of "Total Waited" would give the total time in the section "Elapsed times include waiting on following events:" . The sample of tkprof is given b

  • File Sender Adapter - Dinamic Source Directory and Filename

    Hi Experts, I have to receive in XI a file and depeding of some info, put it in diferent directories with diferent fieldnames. In receiver File Adapter we can set the directory and fieldname dinamically by ABAP-CLASS mapping, but not in Sender. I've

  • Variables defined in OnRequestStart - cant use in another template??

    In my onrequest start i have the following code: <cfset pagetype = 1> <cfif isDefined("URL.type")> <cfset pagetye = #URL.type#> </cfif> <!--- query to get the page type ---> <cfquery name="qryGetPageType" datasource="#Application.dsn#"> select type f

  • Does the 20" Display support high-definition (HDTV) content?

    Hi, I recently installed bootcamp on my mbp. In order to use my apple 20" display as the primary display I had to install an nvidia driver and it is asking me if my display supports high definition (hdtv) content. It says if I click yes and the displ