Client Dependent or Client Indipendent

Hi All,
Could you plz tell me, XI Scenarios are Client Dependent or Client Independent ?
Is there any T.Code Creation for every scenario like ABAP ?
Who run these scenarios in Production system ? And how they are know this scenario for this purpose ?
( Based on Namespace or any thing )
Thanks & Regards
Murali
Edited by: Murali Dusi on Jun 26, 2008 9:49 AM
Edited by: Murali Dusi on Jun 26, 2008 9:53 AM

Xi s not same as R3..
Its a middle ware .. even XI system has a R3 (ABAP stack) other than JAVA(Integration Builder)
common Tcoded used in XI are:
SXMB_IFR
Start Integration Builder
SXMB_MONI
Integration Engine Monitoring
SXMB_ADM
Integration Engine Administration
SXMB_MONI_BPE
Business Process Engine Monitoring
SXI_CACHE
XI Directory Cache
SPROXY
ABAP Proxy Generation
IDX1
Port Maintenance in IDOC
IDX2
Metadata display in IDOC
IDX5
IDOC Adapter Monitoring
SLDCHECK
Test SLD Connection
RZ70
SLD Administration
SLDAPICUST
Maintain SLD Access Data
SM59
RFC Destination
ALRTCATDEF
Define Alert Category
ALRTDISP
Display Alerts
SU01
User Maintenance
SXI_SUPPORT
Test all the Repository and Directory Objects
SMICM
ICM administration and monitoring
SMQ1
Outbound Queue monitoring
SMQ2
Inbound Queue monitoring
SWELS
Switch event trace On/Off

Similar Messages

  • How we can find BAPI Release dependent OR Release indipendent

    Hi Every one,
    I want to find some BAPIs which are release dependent or release independent
    ->how we can find BAPI Release dependent OR Release indipendent
    Regards,
    Kmr.

    Hello,
    Maybe the following link can help you :
    [http://help.sap.com/saphelp_46c/helpdata/en/d2/42f955cafe11d1ad0c080009b0fb56/content.htm|http://help.sap.com/saphelp_46c/helpdata/en/d2/42f955cafe11d1ad0c080009b0fb56/content.htm]
    Also take a look at the SAP Notes and related SAP Notes of obsolete BAPIs in the link.
    Success.
    Wim

  • Working in Client 001

    Hi
    I have recently installed a development server for BI. The working client was set by default to 000, and I understand the working client should be 001. I have started to develop in client 000 and cannot do some of the things that I need to so I need to change the working client to 001.
    I understand I need to change the MANDT entry in table RSADMINA, but now my existing and any new data loading objects do not work. Please could anyone let me know whether there is something that I can do to fix this? If I need to delete all of my work and start again, what do I need to do to enable new developments to work?
    Thanks
    Al.

    All the objects in BW client are workbech object so client-indipendent.
    But, master data IDs and dimension IDs are taken from number ranges. The BW objects are cross-client, but the number range intervals are client-specific.
    As the IDs must be unique, they must be determined in only one client. This means that BW can operate in only one client and you cannot change it after developed objects.
    A solution could be to make a client-copy, so the new client (for example 200) will have the number ranges table equal and you can change  RSADMINA-MANDT  with 200. Please check note 793717 for pre-requisite of a correct client-copy in BW
    Regards,
    Sergio

  • Regards:Scripts

    hi i am david,
    1, scripts are client dependent & smart forms are client indipendent....WHY?.
    2.what is R/3 architecture?
    3.what is diffarent between reports and ALV?
    4.what is R/3 flow?
    5.how to debugg scripts?
    6.what si Index and where it is using?
    7.what is diffarent between transparent table and pool table, cluster table?
    8.Scripts are supports to mailling,why and How?
    Regards,
    David raju.

    Hi David,
    1.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.
    2.SAP R/3 system is to provide a suite of tightly integrated, large scale business applications. Following are the standard set of applications or functional module in R/3 system:
    Please check these links
    http://www.ryerson.ca/~ppille/sap/Resources/EnterpriseResourcePlanningSAP2.htm
    http://www.sapfans.com/sapfans/sapr3con.htm
    3. There are 2 type of reports. They are:
    Interactive report
    Classic reports
    In classic reports,we can see the output in single list where as in interactive reports we can see the output in multiple list.
    Classical Reports
    These are the most simple reports. Programmers learn this one first. It is just an output of data using the Write statement inside a loop.
    Classical reports are normal reports. These reports are not having any sub reports. IT IS HAVING ONLY ONE SCREEN/LIST FOR OUTPUT.
    Events In Classical Reports.
    INTIALIZATION: This event triggers before selection screen display.
    AT-SELECTION-SCREEN: This event triggers after proccesing user input still selection screen is in active mode.
    START OF SELECTION: Start of selection screen triggers after proceesing selection screen.
    END-OF-SELECTION : It is for Logical Database Reporting.
    [Edit section]
    Interactive Reports
    As the name suggests, the user can Interact with the report. We can have a drill down into the report data. For example, Column one of the report displays the material numbers, and the user feels that he needs some more specific data about the vendor for that material, he can HIDE that data under those material numbers.
    And when the user clicks the material number, another report (actually sub report/secondary list) which displays the vendor details will be displayed.
    We can have a basic list (number starts from 0) and 20 secondary lists (1 to 21).
    Events associated with Interactive Reports are:
    AT LINE-SELECTION
    AT USER-COMMAND
    AT PF<key>
    TOP-OF-PAGE DURING LINE-SELECTION.
    HIDE statement holds the data to be displayed in the secondary list.
    sy-lisel : contains data of the selected line.
    sy-lsind : contains the level of report (from 0 to 21)
    Interactive Report Events:
    AT LINE-SELECTION : This Event triggers when we double click a line on the list, when the event is triggered a new sublist is going to be generated. Under this event what ever the statements that are been return will be displayed on newly generated sublist.
    AT PFn: For predefined function keys...
    AT USER-COMMAND : It provides user functions keys.
    TOP-OF-PAGE DURING LINE-SELECTION :top of page event for secondary list.
    5. Debugging of Scripts 
    This can done in two ways:
    In the form Utilities->debugger / RSTXDBUG FM for debugging script
    The Procedure for debugging SAP script is:
    Generally SAP script contains the Layout and corresponding print program.
    First go to SE71 and enter ur script name. In the same screen go to Utilities->click on activate debugger option.
    Now go to SE 38 and enter ur Print Program name and execute the program.
    Now you can debug the script Page wise and window wise.
    6.Indexes speed up access to rows in a table. They can be created for a single column or for a series of columns. When defining indexes, you specify whether the indexed column values in the different rows must be unique or not.
    Please check this link
    http://www.sapdb.org/7.4/htmhelp/48/8af59ea54f11d2a97100a0c9449261/content.htm
    7. Transparent Table :  Exists with the same structure both in dictionary as well as in database  exactly with the same data and fields.
    Pooled Table : Pooled tables are logical tables that must be assigned to a table pool when they are defined. Pooled tables are used to store control data.  Several pooled tables can be cominied in a table pool. The data of these pooled tables are then sorted in a common table in the database.
    Cluster Table :  Cluster tables are logical tables that must be assigned to a table cluster when they are defined. Cluster tables can be used to strore control data.  They can also be used to store temporary data or texts, such as documentation.
    reward if helpful
    raam

  • Customization for Transaction OMBS (Movement types)

    Hi All,
    In Development Server, i made a change in transaction OMBS & when i saved it gave me a transport request, asking me to enter the Project name. Since i am creating for the first time, i entered a new name 'Cust_one', but the system gave a prompt saying
    'Project cannot be used: Project object list is missing'
    Can someone let me know how i should go about managing this? If there is any document which explains the transportation part, would be helpful. Await inputs.
    Regards,
    Vivek

    Hi Vivek
    You have to enter  SD1 only.
    There are two tyeps of requests.
    1.Customization request Nomally all fucntional configurations.These are Client dependent.You have trasport these fro one client to Other in same server and Also from Dev to Quality clients.
    2.Workbench request: Technical developments.These are client indipendent.Once you do change, it will reflects in all clients of the Server, but you need to transport from one server to other server.Dev to Qualtiy.
    Regards
    Ramakrishna

  • Supporting project

    what is the client dependent and client indipendent ? how to consider the script is client dependent and smartform client indipendent?

    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.
    Scripts are client dependent and Smartforms are client indipendent.
    The best way to identify the objects as client dependent and independent is create the object in one client and try open it in other client of the same server
    Eg.
    Suppose we have one development server and it will have 2 diffrent clients
    first client - 100
    second client - 200
    If you create sap script at 100 client ,then it will not available in 200 Client.
    if you create sap smartform at 100 client ,then it will be available in 200 client.
    So Script is client dependent
    smartform is client independent.

  • 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

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

  • 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

  • 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

  • How to make Forms less dependent of client PC ? (Best Practice?)

    Hello,
    We are on Forms 10g (and I also noticed the same pb with previous versions)
    We built quite big applications that use Webutil and jInitiator (not Java plugin)
    The application is used via Web only.
    At the deploiement of the applications, we experienced many difficulties due to specific configuration of Internet Explorer (or another browser, Firefox) of each one person of the company
    I suppose this situation has also been experienced by others...
    Do you have any suggestion of best practices for making such application less dependent of the client PC configuration ?
    Thanks in advance,
    Olivier

    Try to use http, i don't thing direct open the socket can pass throught the socket if your proxy haven't forward those ports~
    Hi All,
    I have problems with my applet working through
    gh proxy.I am using a client applet which makes a
    socket connection to a Java application running on the
    same pc as the web server.
    Everything works fine when I am directly
    ly connected.However it does't work when connected
    through a proxy? I am using object o/p & i/p streams
    for the exchange of data b/w client applet & the
    server java application.How do I overcome this
    problem.
    Currently I am using WinGate 3.0.2 as my proxy(I
    (I did't see any firewaal setting there) but I intend
    to make applet work through any proxy for that
    matter.Using a higher level protocol such as UDP would
    help in this regard?i think UDP/TCP is not the matter for that!
    This is urgent.PLease reply ASAP...
    best rgds,
    prithvi

  • 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

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

  • Client data dependent or independent

    hi experts,
    i have one doubt. now iam working in client 100.iam creating some sales order ,deliveries and billing documents.is it implies any impact on the client having th realtime data.
    we have the data in client 600. is my work disturb any database tables here.
    because iam testing all the functiomodules what i have in client 100. later i have to check in 600.
    advance thanks ....right answers are rewarded

    if the database table have a field called MANDT as the key field, the data in that particular table will be client dependant or else client independant
    Suppose u have two clients say ,
    client 1 - 600
    client 2 - 800
    Client independent means not dependent upon client. For example a report is client independent.ie, a report (zex1) which is created in client 600 can be accessed in both clients 600 and 800 and viceversa.
    Client dependent means dependent upon client. For example script is client dependent ie, If u create a script (zscript1) in client 600 then, that script is accessible in client 600 only, we cannot access it in client 800 and viceversa.
    If u want to access it in client 800 we have to transport it
    Similarly , tables which are having mandt field is client dependent and which does not have mandt field are client independent.
    Regards,
    Santosh

Maybe you are looking for

  • Descriptions for attributes is not coming in PPOMA_BBP

    Hi Friends, We are facing a problem. We have maintained the attributes for Purchasing Organisation. Currently we can see the description only in english , if we logon using french language we dont get the description. Though when we check the structu

  • VMWare Fusion unity view vm apps crash under Mavericks

    Just upgraded to Mavericks. All good, except unity view in VMWare Fusion of my Windows XP vm doesn't work. It boots fine, and windows pop up. But as you click on them, instead of being able to use a program either (1) the window disappears from view,

  • BSOD on toshiba qosmio x775 q7272 0x100000b8, hal.dll, athrx.sys, ndis.sys and ntoskrnl.exe

    This is my first post on the toshiba forums. Recently i have been gettin the dreaded BSOD (blue screen of death) on my toshiba qosmio x775 q7272 with the error code 0x100000b8 'attempted switch from dpc'. So far i have scanned for viruses which was c

  • Intel Safari & Intel FP9 NOT WORKING!

    I have already read some posts indicating this problem and offering not better solution than going back on releases. Has anybody been able to successfully run FP9 (latest version April 12) in Safari????? After installing it, I can't see any Flash Pag

  • What are the best coding standards for ADF 11g?

    Hi, Do we have any link that will suggest the best coding standard practices used for ADF 11g? I am looking out from the perspective of some standards that can be defined before starting my project to know the team on how to 1. Minimize Duplicity and