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

Similar Messages

  • What exactly is the diff between main window and variable window

    what exactly is the diff between main window and variable window in SAP script?

    hi,
    MAIN WINDOW :- In a main window you display text and data, which can cover several pages (flow text). As soon as a main window is completely filled with text and data, the system continues displaying the text in the main window of the next page. It automatically triggers the page break.
    You can define only have one window in a form as main window.
    The main window must have the same width on each page, but can differ in height.
    A page without main window must not call itself as next page, since this would trigger an endless loop. In such a case, the system automatically terminates after three pages.
    VARIABLE WINDOW :- The contents of variable windows is processed again for each page, on which the window appears. The system outputs only as much text as fits into the window. Text exceeding the window size is truncated; the system does not trigger a page break. Unlike constant windows, the page windows declared as variable windows may have different sizes on different form pages.
    As far as the processing of the window contents is concerned, the system currently treats constant and variable windows alike. The only difference is that constant windows have the same size throughout the form.
    hope this will be useful.
    If useful then reward points.
    with regards,
    Syed

  • HT2729 what exactly is the difference between regular video and video playback?

    i am wanting to purchase a black video playback ipod with 30 gb, the fifth generation and before i get it i would like to know all the details about video playback

    i am wanting to purchase a black video playback ipod with 30 gb, the fifth generation and before i get it i would like to know all the details about video playback
    http://support.apple.com/kb/SP41

  • What exactly is the difference between enqueue,latch & lock

    Can someone explain in simple words (with example if possible) what exactly is the difference between enqueue,latch & lock?
    I have gone through documentation & other links,but just not able to figure out the exact & clear difference between these three..
    Cheers,
    Kunwar

    In addition to links provided by Sb and nice explanations by Aman, i would like to add below :
    1.Latches and enqueues are lightweight serialization devices used to coordinate multi-user access to
    shared data structures, objects and files.
    Latches are locks that are held for extremely short periods of time, for example the time it takes to modify
    an in-memory data structure. They are used to protect certain memory structures, such as the database
    block buffer cache or the library cache in the shared pool (as described in Chapter 2, Architecture). Latches
    are typically requested internally in a ‘willing to wait’ mode. This means that if the latch is not available,
    the requesting session will sleep for a short period of time and retry the operation later. Other latches may
    be requested in an ‘immediate’ mode, meaning that the process will go do something else rather than sit
    and wait for the latch to become available. Since many requestors may be waiting for a latch at the same
    time, you may see some processes waiting longer than others. Latches are assigned rather randomly, based
    on the ‘luck of the draw’, if you will. Whichever session asks for a latch right after it was released will get it.
    There is no line of latch waiters, just a ‘mob’ of waiters constantly retrying.
    Oracle uses atomic instructions like ‘test and set’ for operating on latches. Since the instructions to set
    and free latches are atomic, the operating system itself guarantees that only one process gets it. Since it
    is only one instruction, it can be quite fast. Latches are held for short periods of time and provide a
    mechanism for clean-up in case a latch holder ‘dies’ abnormally while holding it. This cleaning up
    process would be performed by PMON.
    Enqueues are another, more sophisticated, serialization device, used when updating rows in a database
    table, fro example. They differ from latches in that they allow the requestor to ‘queue up’ and wait for
    the resource. With a latch request, the requestor is told right away whether they got the latch or not.
    With an enqueue, the requestor will be blocked until they actually attain it. As such, they are not as fast
    as a latch can be, but they do provided functionality over and above that which a latch can offer.
    Enqueues may be obtained at various levels, so you can have many ‘share’ locks and locks with various
    degrees of ‘shareability’.
    Source:Expert Oracle Database Architecture by Thomas Kyte
    2.Good PPT at http://nocoug.org/download/2001-05/latches.ppt
    3.Good PPT by Mark bobak at http://www.mi-oaug.org/Presentations/Understanding%20Locks%20and%20Enqueues.ppt
    HTH
    Girish Sharma

  • Whats the diff between Transfered Records and Added Records

    Hi
    whats the diff between Transfered Records and Added Records in any data target Request Tab.
    Regards
    ll

    Hi.......
    Check this.......
    What's the difference between Transferred Records and Added Records?
    Manage ODS : Difference of Transferred Records and Added Records
    Regards,
    Debjani......

  • What would be the difference between sling:folder and nt:folder?

    what would be the difference between sling:folder and nt:folder?

    See,
       As Nicolas said, there are some things that you can do only in a sling:folder type of node.
       The "nt" means "Node Type", and a "node type: folder" is just a empty node that can be referenced as a organizational structure file folder. The "sling" prefix means that this one special folder belong to the type "Sling", in other words, that folder type node is built in the sling Framework structure and is constructed with some setting already, which I do not know to tell you. Take a look at "/libs/sling/nodetypes/sling.cnd" on you CRXDE Lite or CRXDE.
    (I may be wrong about some details, eveything here is what I believe myself after some research and experience)

  • What will be the diff.between Custiomizing(C),Client dependent(E) in BSI System

    HI Experts,Can you just clarify in this two components or table names used how it wil be helpful to us. When we have to use these two in updation of taxation updates(TUB)-Tax Updations Bulletin.
    So, please give me clarity about these two.
    Thanks&Regards
    Rajeshwari

    Hi
    Customizing entries are those which are created by customer himself not delivered via TUBS.If the tables where you have created custom entries are having any new table delivered care must be taken not to import the whole cumulative transport which will then overwrite your custom entries. Custom entries ware not in client 000 they only reside in your development system
    Easiet way to decide if a table is client dependent or client independent is to check if it has client as one of the kep field.If it has then it is  a client dependent else it is client independent
    Hope this makes sense
    Regards
    Ajay

  • Can i use developer6 with Ora8i Lite? Whats the diff between 8i lite and personal8i

    Can anyone tell me if i can use Oracle8i Lite in conjunction with Developer6? I am running my computer on a Win98 operating system. Also, what are the differences between Oracle8i lite and Personal Oracle8i?
    i have only 64mb RAM and am therefore below the minimum requirements to install Peronal oracl8i (which requires 128mb of RAM), is there any way around this?
    Thank you in advance for your help in this matter

    There is a hope of Installing Personal Oracle on 64MB machine by increasing the Cache for the machine. I have done it for Oracle Server and it works
    Go to : Contron Panel
    then : System
    Select : Performance tab
    Specify Virtual Mem to 200 MB minimun for succesfully install the Database.
    I tried using Oralite for Personal Oracle but came to know that it is mostly ment for CE devices and other such things for having connectivity between PC Database and Oracle Server Database(I may be wrong).
    Using Personal Oracle with Developer6.0 will also give you some trouble in configuring the TNSNAMES for TCP/IP and Developer uses connect string and without that you probably will not be able to connect to database. Try it I tried but failed, take the help of ODBC.
    Good Luck
    null

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

  • What exactly is the difference between these two lenses?

    CanonEF-S 55-250mm f/4-5.6 IS STM Lens  
    CanonEF-S 55-250mm f/4-5.6 IS II Lens 
    I'm stuck between a rock, and not sure what my best option would be...any help is greatly appreciated!!! 

    The difference is in the type of motor used to focus the lens. The focus motor in STM lenses are more or less silent to the camera's audio system. This is important when shooting video but not for still photography. This may help.
    http://photo.stackexchange.com/questions/24109/what-does-stm-mean-on-a-canon-lens
    "A skill is developed through constant practice with a passion to improve, not bought."

  • Can anyone clarify what exactly is the difference between the new Airport Express and the Airport Extreme?

    The specs look virtually identical and the form factor is also much the same.
    The price is not.

    Extreme: three LAN ports, Express: one (four total Ethernet ports vs. two, respectively)
    Extreme: Gigabit Ethernet, Express: 10/100 base-T
    Only the Express can stream iTunes (AirPlay) music
    The first two limitations make it resemble the original AirPort Extreme. Dual band is a big plus though, and will go a long way toward alleviating a lot of people's problems with wireless interference.
    The form factor is different as the new Express is not designed to be mounted directly to a power receptacle. Also, the new one allegedly supports 50 clients whereas the 802.11n Express was only 10. However, those never seemed to be limitations in actual use.
    http://www.apple.com/wifi/

  • Whats the diff between PS CS5 and PS Elements 12?

    I currently use PS CS5, but a friend of mine wants to get PS Elements 12.  Are there major differences?  Is E12 an add on to an existing CS, or can it be used by itself?  I'm unfamiliar with E12 so any help would be welcomed.
    Thank you

    BobZ30 wrote:
    BTW, Elements 13 was released yesterday, I believe.
    It was last week, if I recall. The OP should be able to upgrade to version 13 if they so choose to go through the proper Adobe channels since they didn't know.
    Photoshop Elements is like the little cousin of Photoshop. (It doesn't have some of Photoshop's adjustment masks like Curves, for example.) But it has lots of the core features like layers and masks (should one use Elements' "Expert" mode).
    The thing that burns my buns, though, are the elitist "photographers" who disparage the use of Photoshop (in any form, be it Elements or full-on Photoshop). Yes, I get it. You're just like Ansel Adams. No, I don't care. So somebody used the "Photomerge Compose" feature in Elements. Whooop-deee-doo. Doesn't mean one has to get his panties in a bunch over it.

  • The Diff Between Pre-Order and Reserved

    Pre-Order:
    You walk into the store between the 24th and the 1st of July and walk out with an iPhone 4.
    Reserved:
    You stand in line after all the pre-order people have gotten their iPhones (or if they don't show up, their phone is held for 7 days) and any extra phones are given to you, in a first come, first serve of the people who reserved. You are not guaranteed to get one.
    No Pre-Order or Reserve:
    You get dibs on the phone after all the reserve people have gotten their phone.
    End of story. Please stop asking.

    Sorry, that doesn't make any sense. I mean, I get that a lot of people don't know there's even a difference between "pre-order" and "reserve", but why would "reserve" people have to wait until after all the "pre-order" people get their phones? The Apple store employees know not to give away the pre-order phones, I'm assuming they're pulling from a different "pile".
    And there have been a few people on here who have said that Apple employees assure them there is an actual phone with their name on it. Difference is, their phone isn't programmed to their account yet and the reservation expires at the end of the day (as opposed to pre-ordered phones which expire after 7 days.) Not that the Apple store employees know all, they sure didn't today, but if it's a consistent answer like this, I'm inclined to believe them. Also, then, what's the point in telling the reservation people to come at 7AM if they're not even going to start giving them out then?

  • How can you make the iPod tell the diff between a movie and music video

    Greetings!
    How can you make iPod tell the difference between a Music Video and Movie? Everything I put up on the iPod falls into Movie. So is it something I have to do in iTunes?
    Thanks for the help!

    Rightclick the video in iTUnes, hit Get info then the "Options" tab. Beside kind you can set it to movie. music video. or TV show

  • What exactly is the difference between the new photos app for mac and iPhoto? i'm very confused...

    Ever since i've bought my macbook pro i used iPhoto to organize my photos. Now apple added this new photos app and i don't really understand what is it meant for? can someone please explain me the difference? I'm very confused about the purposes of both apps....

    Now apple added this new photos app and i don't really understand what is it meant for? can someone please explain me the difference? I'm very confused about the purposes of both apps....
    Photos is a completely new designed photo application, designed for Yosemite and the MacOS X versions to come. Many differences are under the hood. It uses the new system libraries and frameworks for more efficient image processing on the new powerful macs, like the mac pro, it is extensible by app extensions, if other developers will add functionality, and most important, it brings integration with iCloud Photo Library. With Photos you can store your photo library in iCloud and sync it across all devices.
    Some features are still missing however, and you can continue to use iPhoto, if you like. Or create a small Photos library for testing and explore Photos, while keeping your main libraries in iPhoto.

Maybe you are looking for

  • Simple bind failed: adserver:636 --  While connecting to AD from OIM

    Hi, I am using OIM 9102 BP 11. AD Connector version -- MSFT_AD_Base_91150 App Serv -- Weblogic Database -- oracle 10g. I am trying to provision passwords form OIM to AD. The connector is working fine over non-SSL (389). I have exported the ROOT CA fr

  • Vga to dvi with cinema displays?

    are the aluminum apple cinema display DVI-I or DVI-D? we have some extras and some people with vga computers (analog out) want to use the monitors. will a vga to dvi-i adapter work with these displays? or are they dvi-d (digital signal only)? thanks

  • How to make a website for desktop and mobile

    I just have a question about, for example, washingtonpost.com.  I know in CSS you used to be able to put that "/media" and "/screen" command in head and when the page loads, it detects the device and sends you to either mobile or desktop. I went to W

  • Imported photos slow to appear in iphoto for upload by other applications

    I've noticed a lag in photos being available for import from iphoto (via Safari or Chrome). The photos are being imported from an iphone 5. It takes several minutes and several restarts of iphoto before I can see the imported photos in my iphoto libr

  • Using standalone vs. opensolaris for running programs in FPGA model?!

    Was anyone able to do anything other than print a simple string using a standalone program in the openSPARC FPGA implementation? If so, would you please share your experience and what tools/libraries did u make use of? I am hitting a limitation in ru