Multiple application Configurations /Component Configurations.

Hi,
I want to know in which scenario we  have to create multiple application Configurations and multiple Component Configurations.
Plz explain With examples...
Best Regards,
dev

A component config controls the component it self. All views.
eg a Component when called with config SALES, hides all PRODUCTIN fields.
Or a Component called with config EXTERNAL automatically switches fields to DISPLAY only. whatever...
You can see why many configs of 1 component make sense.
Now you also know   a component can embed other components.
SO how to you string these all together.
When you configure an application:
    You simple choose one of the configurations for all embedded components
that should be used.
The APPL config tool, looks inside components to find other embedded components.
You can have a deep selection of component configuration until you reach the lowest level.
Hence why APPLICATION configuration is required and not just component configuration.
The application config can have many component config selections inside it.
Cheers
Phil

Similar Messages

  • How to create application and component configuration

    Hi ,
                Can any one have Tutorial for creating application and component configuration (like tutorial available in SDN for ALV create).
    Thanks in advance

    hi varun.......
    check out these links....
    Web Dynpro for ABAP - Customization and Personalization [original link is broken] [original link is broken]
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b52e13c3-0901-0010-8fa6-d11a51821b7c
    ---regards,
      alex b justin

  • How to configure single web server instance to multiple application servers..

    Hi all,
    we are running single instance of IWS6.0 SP2 on solaris, we want to comfigure this single instance to multiple application servers(JRun). Can any one advise me whether it is possible to do.
    Thanks
    Raj

    Hi Raj,
    "how to configure single web server instance to multiple application servers.."
    It's not possible for setting up multiple applicataion servers for Single iWS instance.
    Thanks,
    Dakshin.

  • Difference between component configuration and application configuration in webdynpro

    what is the difference between component configuration and application configuration in webdynpro?

    Hi Rohit,
    With the component configuration, you can control the behavior of each individual component within a Web Dynpro application or the user interface of individual views. For each component, several records of configuration data can be created.
    Using the application configuration, it is now possible to assign the configuration required in the current application to all the components used.
    In short : Component Config belongs to WDP Component and Appl'n Config. belongs to WDP Appl'n.
    Check this document for more information.
    Web Dynpro for ABAP - Component and Application Configuration
    Thanks
    KH

  • Configuration Component or Application Configuration in PCD?

    Hi,
    If I develop a self-service application based on FPM, do I have a choice between implementing a Configuration Component and implementing an application configuration in PCD? Or, both of them should exist/be created?
    I'm confused between the both.
    Is sap.xss.BaseConfigurationID a mandatory parameter for a self-service app?
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/43/3b95dab4ab1800e10000000a1553f6/content.htm
    Any details are most welcome. I'm looking for a technical explanation (lets say, the initial steps of building a self-service application).
    My setup is ECC 6.0, EP7 SP13.
    Thanks a lot,
    Rajit

    Hi thenewmexican62,
    Take a look of this pretty useful document of Embedding and importing Flash assets into Flex.
    http://livedocs.adobe.com/flex/3/flash_component_kit_flex3.pdf
    Thanks,
    Bhasker Chari

  • Use of multiple Applications for single webdynpro component in ABAP WEB DYNPRO

    I am working on a object which have multiple webdynpro applications for single webdynnpro component.How to assign a different functionality to each application bcoz when we right click on webdynnpro component and select create webdynpro applications ,it just creates a application how so we assign diff functionality to each of them .Also in the parameter tab of the webdynpro applications ,there is a diff config id mentioned for each application.what is its relavance

    Hi Sam,
    Different functionalities for a single webdynpro component can be achieved by many ways. Among them is the use of multiple applications. Say for example if you want different views/windows to be displayed at the start up, you can achieve it by specifying at the default window, for each every webdynpro application.
    And if you want control the fields, say for example you want to display input fields as editable for one application and read only for other application, you can achieve it through application parameters. Based on parameters, in HANDLEDEFAULT method of window controller , you can specify the type of behaviour , whether it has to editable or not based on parameters and same can be used at context binding of UI properties. 
    Application configuration can be used for personalization.Web Dynpro ABAP Application Configuration. This tutorial would help you understanding the concept much better. There can be multiple application configurations for a single application.
    Regards,
    Harsha

  • FPM: Error while creating component Configuration

    Hi,
    I have installed ABAP trial version (NSP), but without loopback adapter. So, now for every WebDynpro application, I have my manually change link from "http://<mymachineName>:8000" to  "http://localhost:8000".
    I create an application on FPM component: FPM_OIF_COMPONENT, then an application configuration for this application.
    I open this Appl. config. in se80 and press "Start configuration".  Now I try to create new component configuration.
    After maintaining description and transport information, I save it.
    At this point, I get a dump:
    "RFC Error while sending logon data"
    CALL_FUNCTION_CONNECT_ERROR in CL_WDR_CFG_COMP_SHBROKER======CP.
    The class: CL_WDR_CFG_COMP_SHBROKER method: INVALIDATE
    has a call:  call function 'WDR_INVALIDATE_CFG_PATTERN' starting new task l_cfg_task
            exporting client = client pattern = l_instance_name .
    where it dumps.
    could you please to resolve what could be wrong? is there some system setting which I missed.
    Regards,
    Daman

    Hi ,
    This exception is raised when a connection or communications failure occurs.
    This exception reports all failures and system problems on the remote machine . so look like there  is some porblem with your system connection .
    Could you please check in your host file , is that entry for system is maintain  or not ?
    Hope this help .
    Regards,
    Dinesh

  • No component configuration possible for some web dynpros?

    Hi experts,
    I want to configure buttons for a view. Display of technical information (right click) for UI element
    says:
    Application: /SAPSRM/WDA_L_FPM_OIF
    Web-Dynpro Component: /SAPSRM/WDC_UI_DO_ACC
    Window-Info: IV_L_FPC_CA_DETAILS
    View-Info: V_DO_ACCOUNTING
    Configuration Id: A56B0481584E314F46F1C5E908E8819E
    In SE80 no such configuration id (looks like a GUID) is found. What is
    the name of the configuration ID? How can I configure this strange WD?
    Other views have normal config. id's.
    Any ideas?
    Thanx.
    Joe

    Right click on the application name - in context menu chose create\change configuration, and then create application configuration.
    While creating your application configuration you will be prompted with a component configuration, click on create and then navigate to component configuration and then you can make settings for visiblity of ur reqd button.
    Regards
    Manas Dua

  • How to use custom component configuration

    Hi Experts,
    For a standard webdynpro object I have created a new z component configuration by copying from existing one. In the standard there are already 2 existing component configuration.
    This webdynpro does not have any application created so I am not able to directly assign this component configuration.
    During run time in portal when I view the properties I can see a application for this webdynpro component and the standard component configuration being used.
    My question is how to use the z component configuration I have created in the webdynpro?

    Hi Srinivas
    I researched your problem. I hope the below code helps you. You could add the below code to wddoinit.
    DATA:  lo_api_controller       TYPE REF TO if_wd_component,
              lo_pers_manager      TYPE REF TO if_wd_personalization,
              ls_config_key           TYPE wdy_config_key.
               lo_api_controller = wd_comp_controller->wd_get_api( ).
               lo_pers_manager = lo_api_controller->get_personalization_manager( ).
                     ls_config_key-config_id = 'ZTEST' .
                     lo_pers_manager->load_config_by_key( ls_config_key ).
    Regards
    Lorraine

  • FPM - How to change the title in a component configuration

    Hello,
    I am working with the component configuration EHHSS_INC_REC_NRM_QAF_V3 (version 7.31) and I need to change the title of the tab. I created an OTR with the text "Report Near Miss test". I changed the application title and I also change the tooltip text in the IDR to this OTR.
    When I executed it, I only see the modication on the tooltip. Why the application title is not shown with the modification? How can I modify also the tab and the title?
    Thank you for your help!
    Marie-Josée

    Hello,
    Thank you for your time. The application configuration is link to the business object EHHSS_INCIDENT...I did not find a view. I do not have a lot of experience in FPM so can you show me how? I looked in BOPF but I am not able to do it with an enhancement
    Marie-Josée

  • Component Configuration in Webdynpro ABAP

    Hello,
    I created a Webdynpro ABAP Application which works fine . Then I created a Component Configuration to hide a particular UI Element . Now how can I test it? Also I tried creating a iview on Portal and point to the Application name and Configuration name but still that UI Element shows up.
    What is the right way of doing this.?
    Thanks

    Hi,
    To test the web Dynpro Configuration
    1) Right click the web dynpro component and select the Create/Change configuration item
    2) A new application configuration window opens in that window give your Web Dynpro component name and in the Configuration id give a Name for your configuration and save it
    3) After saving a new window opens with list of created configuration find your config file and select it and click on the go to configuration button
    4) Here you will find the component name and Configuration id which we have already given
    5) Choose change button here you will see Attribute, Component Defined and Web dynpro built-in tabs
    6) select the context attribute which you have created in the custom controller with type boolean and set it to false to hide it
    save the configuration and test it.
    Note: To test the Configuration an configured application will be created under the web dynpro application right click and select test.
    You can refer [this|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b52e13c3-0901-0010-8fa6-d11a51821b7c?quicklink=index&overridelayout=true] link.
    Regards,
    Arun.P

  • Dynamic switch of component configuration

    Hello all,
    In my webdynpro application i select a list of addresses. Dependent on selected address i would like to show an address with predefined component configuration.
    Selection of addresses and show of an address are implemented in two components but in one application. I have definied configurations for each adress type.
    Is it possible to switch the component configuration at runtime?
    Or i must create two applications and after selection of an address start the second application with an application configuration?
    Thanks
    Regards
    Paul

    hi
    good
    go through this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0446f5c-fcb9-2910-e082-88becbe3ddc9
    thanks
    mrutyun^

  • Component Configuration Problem

    Hi!
    When trying to create a new Component Configuration, I receive the following error:
    The following error text was processed in the system TS3 : Screen output without connection to user.
    The error occurred on the application server PSD1P02_TS3_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPLSKEY
    Function: TADIR_OBJECT_CHECK of program SAPLSKEY
    Function: CHECK_ACCESS_KEYS of program SAPLSKEY
    Method: CHECK_TROBJ_BEFORE_EDIT of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: FILL_PERS_DATA of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: EDIT_COMPONENT of program /1BCWDY/5EW9TCGM8MA6AXLHVUNF==CP
    Method: IF_COMPONENTCONTROLLER~EDIT_COMPONENT of program /1BCWDY/5EW9TCGM8MA6AXLHVUNF==CP
    Method: ONACTIONACTION of program /1BCWDY/5EW9TCGM8MA6AXLHVUNF==CP
    Method: ONACTIONACTION of program /1BCWDY/5EW9TCGM8MA6AXLHVUNF==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/5EW9TCGM8MA6AXLHVUNF==CP
    Has anybody got an idea what the problem could be?
    Regards,
    Thomas

    Hi Thomas,
    I have come accross such a error when i am trying to save the Component Configuration. I have saved the component in the $tmp/local objects and later when the object entry comes below the WebDynpro component then I changed the Object directoty entry and changed the package.
    Best regards,
    Suresh

  • Changes in enhancement to the component configuration not reflected

    Hi,
    I have created a Z enhancement to a standard OIF component configuration. In the enhancement I have added a button.
    When I run the application I am not able to see the button I added. When I select More Field Help on the context menu of the WD application, I see the Z enhancement name in the Configuration ID. This means that the enhancement configuration is getting called but the button is not displayed. The button's visibility and final properties are set to true.
    Can anyone help? To my knowledge I do not have to do any other configuration after creating an enhancement. Let me know if I have missed something.
    Thanks,
    Reena

    The issue is resolved. I noticed that there are 2 variants set for the componont configuration (OIF conf). And the variants are set dynamically at runtime. I was making enhancements to a wrong variant earlier. That was the reason why the changes were not reflected.
    Edited by: reenaSDN on Sep 26, 2011 8:09 AM

  • Assignment of Component Configuration

    Hi,
    As you see in the screenshot, the Comp.Conf /.../GRC_GRAC_ERM_OIF is assigned to Component FPM_OIF_COMPONENT:
    But I think this is the cause for some errors in my application. The standard looks like this:
    I want to set up the configuration to the standard, but I have no idea how to assign the component configuration GRAC_ERM_OIF (which is the standard for this application) to the component FPM_OIF_COMPONENT.
    The configuration is standard:
    Any ideas how this could be configured?
    Thanks and regards
    Peter

    Hi Peter,
    the most interesting question in your case is, how this change could have happened. It doesn't seem to be a delegation enhancement - this could be detected via the technical help (and your screenshot doesn't seem having a delegation enhancement implemented).
    Probably the following documents can help to analyse your situation in more detail:
    ** TEAM FPM ** - Analyzing your FPM Application (in general, customizing, enhancements, ...)
    How to Create, Enhance, and Adapt Floorplan Manager Applications on SAP NetWeaver 7.31
    From your screenshots I would assume that someone has purely modfied the standard delivered SAP application configuration (which is dangerous and not the way we recommend to enhance standard delivered applications - for smoothly enhancing SAP delivered FPM applications we recommend the above documentation).
    What you could analyze additionaly is to have a look at your application configuration via the WD ABAP application wd_analyze_config_appl to see whether any changes to the standard can be found.
    Best regards,
    Julia
    PS.: If it is really a modification you assign the original floorplan configuration via SE80. You double-click on the affected application configuration, press "Start Configurator", enter in change mode. Then you select the affected configuration and press button "Assign Configuration Name".

Maybe you are looking for