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

Similar Messages

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

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

  • 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

  • Sapscript is a client dependent or independent?

    sapscript is a client dependent or independent?how we can downlod sap script?plzz tell
    Edited by: Alvaro Tejada Galindo on Feb 12, 2008 10:17 AM

    Hi
    sapscript is client dependent.
    Use ABAP program: RSTXSCRP
    It will download and upload your sapscripts as a text file in your local harddisk.
    copy SAP Script from one client (512) to client (500). 
    Login to Client (512)
    Goto SE38 or SA38 and execute the abap program: RSTXSCRP
    Mode : EXPORT
    Login to Client (500)
    Goto SE38 or SA38 and execute the abap program: RSTXSCRP
    Mode : IMPORT
    or
    Login to Client (500)
    Goto SE71 - Click Utilities - Copy from client
    Edited by: Jyothsna M on Feb 12, 2008 4:21 PM

  • 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

  • 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

  • ABAP Objects: Introduction to Programming SAP Applications

    Hi, does anybody knows any tutorial that would explain me how to install and make available in my SAP installation the examples and database that comes with this book ABAP Objects: Introduction to Programming SAP Applications
    The point is that i couldn't install the version of SAP BASIS that came with the book ( it was SAPmini BASIS 4.6D) on my Windows XP. Instead, i've installed Mini WAS 6.20 with Front-End 6.40 and i'd like to use it while studying the same book.
    any ideas?
    sorry, may be it could sound obviuos for some of you, but i'm complete SAP virgin

    Not sure if this data generator is available in 6.20 or now.  SAPBC_TOOLS_GENERATOR_NEW  Run this program to generate the data for the FLIGHT tables.
    Then you should check out the example programs which start with BCALV*   and also check out transaction code DWDM.
    Regards,
    Rich Heilman

  • 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

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

  • 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

  • IPod Touch + iTunes + Windows Vista = NOT SYNCING!

    I used to have no problem syncing my iPod Touch 3rd Gen to the computer. I now can no longer sync it. I have done countless of fixes, including clearing temp folder, deleting and reinstalling drivers, etc. Pretty much everything but wipe my harddrive

  • How do I prevent multiples of the same page downloading without a force quit?

    When I click on a link to download, Firefox 3.6.17 starts trying to download the page quickly over and over without success increasing in speed. I must do a force quite to stop this repetitive action as the many pages build up on my screen. This does

  • [b]FRM-92060 Oracle Developer 9i Error Message[/b]

    Dear Sir, when I have run the module that builds with Oracle 9i form developer the following error happened: Frm-92060: Filed to connect to the Server. Bad machine Specification: /forms90/l90serverlet:-1 Also when I try to run address with L90servlet

  • How can I replace iMovieHD with an earlier version?

    I have iMovie 6.0.1 and I really miss 5.0.2. can I "downgrade?" how? sorry if this question has been asked before. I was sure it must have been, but I couldn't find it. many thanks!

  • Exchange 2013 sp1- msexchangemailboxreplication.exe.config now XML?

    I just went to check the maximum moves setting before I start a migration and this file is now XML? It used to be a text file. Its now very hard to follow. What is the best practice way of viewing and modifying this file now? The reference I used to