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

Similar Messages

  • Are text elements client dependent

    Are text elements of an ABAP program client dependent?

    Hi,
    These are Client Independent and Language Dependent
    Regards
    Sudheer

  • Are programs client dependent

    Are programs client dependent

    HI,
    addding to above post. some more info.
    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"
    Reagrds
    Anver
    if hlped pls mark points

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

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

  • PA Datasource Client Dependent?

    Hello All!
    Are profitability datasources client dependent or client independent?
    I am trying to load transaction data from custom datasource. The config is done in R/3 DEV client 200 and the connection to BW is from R/3 DEV client 220.
    All the master data is successfully loaded. When I run RSA3 in R/3DEV client 200 it works fine but in R/3DEV client 220, it gives an error : The DataSource lkerhu01 3 is defined in another client.
    Long Text: Message no. RD 146
    Diagnosis
    DataSources from Profitability Analysis can only be used in one client since the information for the delta process must be saved client specifically.
    Procedure
    If you want to extract data from several clients in one operating concern, you have to create a CO-PA DataSource for each client.
    In case, if we remove the delta option from the datasource, would it work?

    I have already tried transporting the request for the config. from Client 200 to 220 but it gives the same error.
    So, PA datasources are client dependent!
    Thanks
    Sonal

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

  • 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

  • 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

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

  • Why sapscripts are client dependent & smart forms are client independent?

    why sapscripts are client dependent & smart forms are client independent?

    You developed the script in development client , you can't find the same in testing client even though the server is same.
    Where are You developed the smartform in development client , you can find the same in testing client even though the server is same.
    Few more reasons why....? Please read below:
    SAPscript technology is based on a mainframe product from the 1980s,
    while Smart Forms have only been around since (roughly) 2001. With that sort of time gap,
    there are bound to be significant differences between the two tools. As you have noted correctly, client dependence is a fundamental one.
    Although SAPscript has had some incremental improvements over time,
    its 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.
    Conversely, a Smart Form is significantly more robust and complex. For instance, it can contain program nodes and nested tables with patterns. When a Smart Form is compiled, it generates an ABAP function module – and these are always client-independent. This is appropriate, given that this form has more in common with an ABAP program than its predecessor. For instance, when a print program calls a Smart Form, the form itself takes over to produce output, without any further direction from the print program. In fact, the join is so seamless that I often find myself using a Smart Form's Initialization section for logic to handle any data gathering not handled by the print program. I would never even think to attempt this with SAPscript.
    Several factors figured into SAP's decision to make Smart Forms client-independent, including customer feedback. There are significant advantages to client-independence. For instance, a change made in one development client happens immediately across all development clients. Among other things, this means we don't have to waste time figuring which client contains the most recent version -- they all do! In addition, transporting Smart Forms is easier, since we can safely bundle them together in the same transport as their client-independent print programs (no worry about mixing client-dependent and independent objects).
    Check the beloe links for more information
    script and smart forms
    http://www.sap-img.com/smartforms/smartform-sapscripts.htm

  • Are HRFORMS client dependent?

    Are HRFORMS client dependent?

    Hi Gemini.
    I would like to suggest my opinion,
    [SAP HELP Library - Standard Reference - Client-Dependency of the HR Form Editor|http://help.sap.com/saphelp_40b/helpdata/en/60/d8bc77576311d189270000e8322f96/content.htm]
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • How to find out Which SAP programs are affecting Which Z programs?

    Do we have a program/tool that can tell us the following:
    How to find out Which SAP programs are affecting Which Z programs in the entire development server?  
    We have a list of SAP programs and a list of custom u2018zu2019 programs, which ones impact each other?   I know we have a u201Cwhere usedu201D functionality, however that is at the object by object level. 
    We need are looking for something a little larger u2013
    thanks in advance
    Vishnu

    Do we have a program/tool that can tell us the following:
    How to find out Which SAP programs are affecting Which Z programs in the entire development server?  
    We have a list of SAP programs and a list of custom u2018zu2019 programs, which ones impact each other?   I know we have a u201Cwhere usedu201D functionality, however that is at the object by object level. 
    We need are looking for something a little larger u2013
    thanks in advance
    Vishnu

  • 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

  • Validations(TCode GGB0)  are client dependent how to move from one client t

    Hi All,
    I have done chabges in Validation set (Requirement from FICO Functional). As Validations are client dependent. I done the changes in 200 client now Functional want me to do these in 100 client. So Will SCC1 TCode will wrok in this case ? Or there is any other method to transport from one client to other.
    Thanks..

    Dear friend .
            SCC1 works finely in this case. You have To create request and move it to development And for production transport this request..
    regards
    Ajit

Maybe you are looking for

  • FI Report Painter (FGI1) - add new button in output screen

    Hi all, I have a report created by tcode FGI1 (Create Drill-down Report) which bases on form 0SAPBSPL-01 (Fin. Statement: Actual/Actual Comparison). I wanna know if there are any ways to add a new button in output screen after report execution (i.e t

  • Fcc parameters at sender side

    Hi frnds, am doing one FCC to file Scenario my text file is like bellow please anybody help me how can i give parameters in FCC. "A","AAAAAAAABBXXX","AAAAA01","140314","1740","14032014174013","Transaction Status Report","IN","AAAAAAA INDUSTRIES LIMIT

  • Making progress with flash

    I compressed a 130meg QT movie to 17meg Flash. In Flash it comes out at 5 megs per minute of playing time at 320x240. The quality isn't unwatchable (it's not bad really). Is 5meg per minute the best I'm going to get?

  • Problems with wifi and airplay

    I recently purchased an apple tv 3rd generation I have been having issues like: 1) No video but audio plays and also no audio but video playing, when I use mirroring on my mid 2011 macbook pro running mountain lion 2) I have to restart my router ever

  • I'v got pop ups on my macbook and I can't get rid of the them

    Looking for help with pop ups and ads. I can stop them. Is there something to buy to help?