Workbench independent and workbench dependent

What difference it makes for an application to be workbench inpedent or work benchdependent.
for instance... smartfroms/sapscripts or workbench dependent or independent..what does this mean
regards

Hi Henry,
Even though I found the place where it says that the smartforms are client independent, I didn't see the term workbench used anywhere(I am referring standard SAP help).
But I can just make a guess here. If you see the development of SAP Scirpt form Vs. a smartform, for a sapscript form, you need to work in SE38(a workbench tool) to write the code that fills and prints the form. Whereas, for a smartform, everything is done within the smartform definition transaction itself. You don't need to go out of that transaction. The coding is automatically generated and even if you want to insert some coding, you can do it from within the same transaction. You can draw an anology with Query development. In both cases you don't use SE38 for coding. Coding is generated by the system. So smartforms is more geared for power users.
Hope that helps,
Srinivas

Similar Messages

  • Time independent and time dependent

    Hi  ,
    Can anyone explain 
    What is difference between time independent master data and time dependent master data?
    time independent  navigation attribute and time dependent  navigation attribute?
    Regards,
    maya

    Hi Maya,
    As the name states time dependent and time independent ceratin data could be dependent on time. Lets say there is a sales person and he resides in Indian from June to Dec and from Jan to May he resides in US then you can make that characteristic as time -dependent.
    Bye
    Dinesh

  • Client independant and client dependant

    can anybody explain me what exaclty is clientdependant and independant..also cross client means?
    thanks and regards
    vijaya

    Hi Durga,
        As the name says
        Client - for example assume there is company called
                 "sony".  It can have many plants across the
                 countires. Sony divides these plants into
                 different groups based on functionality.
                 These groups are called client.
        Mostly which ever the object that is developed in the SAP will developed in a way that is usefull across users.
        But there will some sepcific needs for users/clients of SAP like language barriers....units..currecies....etc...etc. Which will be not same for all.
        Client dependent - if object is prepared taking
                           into consideration of above    
                           example barriers it is dependent
                           ELSE.
                           It is client indpendent.
       Client dependent or independent can be know for the filed sy-mandt.  and also in SE09

  • Client independent and dependent transport request

    Hi
    I have a list of transport requests, I need to find which is a client independent and which is client dependent request.
    I am aware that workbench req is client independent and customizing req is client dependent.
    But i think i need to look someting else also, please help
    Regards

    Very interesting!
    As we all know that customizing requests are always client dependent, the question obviously target workbench requests.
    To my knowledge tables are always cross-client, but their contents are not necessarily.
    As one can put table -contents- into a workbench request as well, this one would thus be client dependent. Same applies e.g. for forms.
    But E070* does not give any information about the transport contents.
    E071* however states the objects included, but not if those are client dependent or not.
    How are table -contents- and forms reflected in E071* ? Can I filter for those somehow?
    Thanks
    Christoph

  • 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 independent and dependent tables

    Hi,
    Is there any report or program to get list of all client independent and dependent tables from a client in sap ECC6.0 ?

    Check the table DD02L and the field CLIDEP. If its set as X they are client dependent tables else client independent tables.
    Vikranth

  • BPM Collect Message dependent AND time dependent

    Hi
    I have a IDOC to file scenario where I have to collect all the IDOC until I receive a stop IDOC.
    Once the End collect IDOC is received I have to do a n:1 transformation and write the file to the FTP.
    The problem is, at times the IDOC which is suppose to end the collect loop gets stuck in ECC R3 system.
    So Im wondering If I can do something like say, we have two options inside BPM both time dependent and message dependent.
    In this case which ever comes first (the Stop/END IDOC or the Time say 3 mins) will end the collect process.
    Can anyone pls suggest will it work and if so what are the additional steps I have to introduce in the BPM.
    Pls advice.
    Right Now these are the steps in the BPM Collect Message dependent.
    1. Block (I have used correlation)
    2. Fork inside the block
    3. Fork branch one has a look with end condition as 1=1; then a receive step and a container operation inside the loop.
    4. Fork branch two receives the end collect idoc.
    5. Transform step outside the block.
    6. Send step.
    Thanks
    Prasanna

    Hi Abhishek/ Raj
    Thanks!!
    I have done the changes let me confirm after testing it once. In the mean time I have one more question regarding the same BPM, as I have mentioned in the first post, the BPM contains the 6 steps mentioned but the the 6th step is inside another block (Block2).
    The steps 1 to 4 are inside Block1.
    The step 5 ie the transformation step (n:1) is in between the Blocks ie not inside any block (hope im not confusing).
    The second block is for sending the file to the FTP and based on the acknowledgement (transport level) I have to send an email.
    So Block2 already contains a deadline branch, it is to wait for the positive acknowledgement for say 3 mins and send the error email if incase we dont get positive ack within the time limit.
    My doubt is,
    1. Is it the only way (having two block and two wait steps) to achieve this.
        (one block for collecting and one block for ack)
    2. Is there any way I can have a single Block in the BPM insted of two. If so what are the steps.
        Having single block, Will improve anything??
    Thanks
    Prasanna

  • OSS notes for MB1B in checking Amount and Quantity depending on the mat. #

    Dear All:
    Where can i download OSS notes in MB1B for  checking the amount and quantity depending on the material number?
    Thanks,
    CHOCO

    Hi ,
    We are not getting what you mean to say.
    But as far my understanding of your query I am giving the reply.
    OSS notes can be download at the tcode SNOTE.
    Pls go to the tcode SNOTE-> GOTO ->DOWNLOAD SAP NOTE.
    here you need to give the sap note number.
    To get this number you first need to search in service.sap.com and find the relevant note that is useful for ur scenario.
    And after finding that note and we need to give this number in SNOTE tcode and we need to download.
    Pls tell me your requirement clearly so that i will try to find a oss note for you.
    Pls get back to us for further assistance . Happy to help you.
    Regards,
    Viveks

  • Finding direct and indirect dependency

    Hi,
    I have table say SAPECC, which is used in one of the procedure as given below :
    create or procedure test121
    as
    begin
    insert into sapecc2
    select * from sapecc;
    end;
    And SAPECC2 is used in another procedure as given below :
    create or procedure test122
    as
    begin
    insert into sapecc3
    select * from sapecc2;
    end;
    Now if I want to get what are the direct and indirect dependency for SAPECC, how can we get that? Say I want to see TEST121 procedure and SAPECC2 table are the 1st level dependency for SAPECC and TEST122 procedure and SAPECC3 table are the 2st level dependency for SAPECC.
    Regards,
    Koushik

    Hi Koushik,
    There are no dependencies as you describe them between the sapeccX tables.
    SQL> select level
              ,name
              ,type
              ,referenced_name
              ,referenced_type
          from user_dependencies
    start with referenced_name like 'SAPECC%'
    connect by prior referenced_name = name
    LEVEL NAME         TYPE         REFERENCED_N REFERENCED_T
        1 TEST121      PROCEDURE    SAPECC       TABLE      
        1 TEST121      PROCEDURE    SAPECC2      TABLE      
        1 TEST122      PROCEDURE    SAPECC2      TABLE      
        1 TEST122      PROCEDURE    SAPECC3      TABLE      
    4 rows selected.I don't know about 11g and PL/Scope maybe you can get something from there.
    As a final resort you can play with user_source:
    select *
      from user_source
    where name like 'TEST%';Regards
    Peter

  • How to delete everything, but base group and their depends?

    If I install KDE or Gnome, and even a bunch of different programs, or have too much broken system, or even what the cause ..
    How to easiest delete everything, but to keep packages in base group and their depends?
    Last edited by atommixz (2010-10-14 11:37:31)

    You're drawing an erroneous conclusion. Dependencies for base are self contained within base. That is to say, you can install only the packages in base, and boot into a working system.
    If it's not working, then it gives rise to the idea that you have packages outside of the base group that are providing the functionality of packages in base. I'm not willing to test this further than verifying what I think the output of the comm should be -- and it looks correct on my end.

  • Significance of the include Reservations and include dependent reservation

    Dear friends,
    Please throw some light regarding   significance of the include Reservations and include dependent reservations in OPJJ and impact of both settings.....

    Hi R.S.,
    In the material availability check
    - include reservation means it will take the material reservations, while doing material availability check
    and in dependent reservation means it will take into account the orders, purchase orders...
    So while doing availability check in PP orders so here in OPJJ we will define what PP check rule can be defined for which elements which should be accounted for to determine the components availability in the production order.
    Hope this clarifies your question. Please let me know if there is any doubt.
    Regards,
    Abhijeet

  • Component dependency and sld dependency

    hi all,
    i need to create,component dependency and sld dependency.how to create and wht is the use of these dependencies.
    regards,
    AVR

    Hi,
    it's explained here:
    http://help.sap.com/saphelp_nw04/helpdata/en/44/63977c40b54ddfe10000000a1553f7/frameset.htm
    Regards
    Patrick

  • Steps to define company code and its dependent entries for mm,pm

    Hi Experts,
    kindly share that how to define company code and its dependent assignments for PM & MM module

    Dear Hitendra
    Company code, Contolling area, Profit Center are Financials related fields and are mapped under FI Enterprise structure as its Org unit. Plant (Logistics Plant) is defined in MM. Related modules like PP, PM, SD extend this logistics plant in their repsective modules as Production Planning Plant, Production Plant, Maintenance Planning Plant, Maintenance Plant, Sales Plant etc.
    Company code is never defined in any logistics moudle , its in Financials where it is defined. It is then assigned to the Plant in logistics thru which the company code gets populated easily in respective modules.In contolling end, its controlling area that talks.
    IMG-->SAP Customizing Implementation Guide->Enterprise Structure-->Definition-->Financial Accounting-->Edit, Copy, Delete, Check Company Code
    This is a very broad upper level details for your query. Please search the SCN in relevant spaces for more information.
    Award points if the above explanation was useful...
    KR
    Murad Ahmed.

  • What is a Aggregate rollup monitor and a Dependancy rollup monitor

    Hi All,
    Can any one explain in simple what is a Aggregate rollup monitor and a Dependency roll up monitor in SCOM ?

    Aggregate rollup - Sums up all the monitors below it in some way. (you can report the status as best health
    state of any member or % of members in warning/error ie 50% so if there are 4 members below it 2 of them have to be in error for the parent monitor to be error)
    Dependency - The health is this depends on that status of everything below it.
    Cheers,
    Martin
    Blog:
    http://sustaslog.wordpress.com 
    LinkedIn:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Client independent and dependent

    Hi All,
    What are the Client dependent objects and independent objects in Financial Accounting and Controlling?
    Urgent please
    Thanks and regards
    Krishna

    Go to SPRO-Additionl information-Technical data- Client specific.
    The to the right of the implementation guide categories you'll see either Client-specific (customizing) dependent or Cross-client (workbench-independent)
    pls assign points to say thanks.

Maybe you are looking for