Component and application configuration for RPLM_QIMT_NOTIF_MAIN_COMP

Hi folks,
I've been enhancing a used component RPLM_QIMT_NOTIF_COMP as part of RPLM_QIMT_NOTIF_MAIN_COMP and I now need to configure the display output for a new application, but it doesn't work??
I have configured components and used components of a completely bespoke application and all works correctly, but when I configure the enhanced standard components RPLM_QIMT_NOTIF_MAIN_COMP & RPLM_QIMT_NOTIF_COMP the changes don't take effect???
Am I missing something? Is there something else I need to do to enable the configuration for standard (enhanced) webdynpro components?
Many thanks,
Drew

Hi Drew,
You have to explicitly load the component configuration using the following:
data: l_personalization    type ref to if_wd_personalization,
        l_current_controller type ref to if_wd_controller,
  l_config type wdy_config_key.
  l_current_controller ?= wd_this->wd_get_api( ).
  l_personalization = l_current_controller->get_personalization_manager( ).
      l_config-config_id = 'ZCOMPCONF'.
      l_config-config_type = '00'.
      call method l_personalization->load_config_by_key
        exporting
          config_key            = l_config.
Hopefully this will do the trick !

Similar Messages

  • Package assignment for wd component and application configuration

    Hello,
    Is it possible to change the package assignment for wd component and application configuration?
    Usually it is possible via "Other Functions" but for configurations this option is not show
    Best regards,
    Paul

    Hi,
    For the Web dynpro component there is an option of  other functions,
    but for application configuration  i couldnot find out.
    Priya

  • Component and Application Configuration not working

    Dear Friends,
      I want to disable the reject button in HCM Processes and Forms Webdynpro component HRASR00_PROCESS_EXECUTE and in application asr_process_execute only for some specific roles in Portal. So I tried to use the component configuration followed by the application configuration and passed this configuration id as a application parameter in the Portal, but its not working.Please find below the config steps which I did, let me know if I am missing anything.
    1. Created a new Component configuration ZTEST for the Webdynpro component HRASR00_PROCESS_EXECUTE  and changed the property of the Reject button to "Invisible".
    2. Created a new Application configuration ZTEST1 for the Webdynpro application ASR_PROCESS_EXECUTE and included the component configuration in the application configuration.
    3. Created an Application Parameter WDCONFIGURATIONID for the Webdynpro application ASR_PROCESS_EXECUTE and hard coded its value as ZTEST1(Application configuration ID) for testing purpose.
    4. Tried to test the application from Portal, but didn't work. I don't think the UWL customization is required at this point as we have hardcoded the WDCONFIGURATIONID in the Webdynpro Application.
    Regards,
    Sapient

    Hi,
    We had a same issue....the work around we got was that we had to create an enhancement...we removed the standard button...and created our custom button in place of the standard button....of course...the action method for our custom button was the same as the standard button....now since it is a custom button we were able to control the visibility of it....
    you can try to do it the same way....there is no coding involve in this...only removing the standard button and placing in your own button....SAP does not allow changing the properties of the standard ui elements.....just want to mention that by removing the standard button...you are not actually removing the button....it stays on the layout....but it will not show up when you run the application....but your own custom button will show up....
    If you do not know the procedure of removing the standard ui...it is fairly easy...right click on the ui element under the ROOTUIELEMENTCONTAINER...and select remove element....as i said before do not worry you are not removing it completely...it stays on the layout...and if you want to put it back...just right click on it again and select "undo deletion"....that is all
    once you have your custom button there...you can control it the way you want...depending on the role....
    Thanks..
    AS...

  • 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

  • Define Tabs and Process Configuration for Template (HAP_TA_CONF)

    I am currently building a new appraisal template for my client and I have configured the process timeline in the development system via the IMG node Define Tabs and Process Configuration for Template (transaction code HAP_TAB_CONF).
    Does anyone know how to transport the tabs and process configuration through the system landscape?
    We are on SAP ECC 6.0 Enhancement Pack 4

    Hi Sushil,
    I have used the report RHMOVE30 as you recommended and it worked perfectly in one run. I did not have to create custom relationships. I simply selected all the Process Item (VH) objects for my appraisal template and ran the report.
    Many thanks for your help. It has saved me having to configure the tabs and process timeline in each client.
    Janet

  • Define Tabs and Process Configuration for Template

    Hi All
    I would like to give the local HR the ability to define Tabs and Process Configuration for Template
    The only way I can find to create these definitions is using SPRO and I don't want to give HR users SPRO
    Is there a transaction which will allow the HR users to define Tabs and Process Configuration for Template?
    Thanks
    Maya

    You can try this URL:
    http://server.domain:port/sap/bc/webdynpro/sap/hap_configuration?WDCONFIGURATIONID=HAP_AC_TAB_CONF
    Just change server, domain and port to match your SAP instance.

  • Software and application cd for Soundblaster Live/Audigy Windows

    Hello, i have got a Soundblaster Li've Platinum 5. and a computer with Windows xp. I need the software and application cd for the Soundblaster li've/audigy to make it work as i want .Who can help me get this cd or a copy?Anton.

    Download Sound Blaster CD ISO?s:
    http://hosted.filefront.com/BadBoyforum

  • Appraisal- "Define Tabs and Process Configuration for template"

    Hi Experts,
       I am looking for implementation of Flexible template. However, I am unable to do so because "Define Tabs and Process Configuration for template" config node is not available even though we have activated business functions HCM_OSA_CL_1 and HCM_OSA_CL_2. We are in EHP 5 SPlevel 44.
      Please help.

    1. Check with Business Function CA_HAP_CI_1 ..first go through the documentation of the Business Function.
    2.Check with BC Sets is activated or not through tcode SCPR20PR...If it not activated then activate with Tcode SCPR20..
    BC Sets for HR
    EA-HR-MENU
    EA-HR-AKH
    EA-HR-IMG
    Mohan

  • 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

  • Problems Oracle 9iDB and ASO Configuration  for Cybersafe

    Oracle 9iDB installation on Solaris with ASO option
    Objective
    My objective is to configure Oracle 9iDB, Release 9.0.1 ASO on Solaris for external authentication using Cybersafe ActiveTRUST, which is a Kerberos, based authentication product.
    Question
    Getting ORA-12641: Authentication Service failed to initialize when trying to connect to Oracle 9iDB using sqlplus from a Oracle 9i Client machine, when ASO is configured for Cybersafe authentication on both Oracle 9iDB and Oracle 9i client
    Can anyone help me setup Oracle 9iDB and Oracle 9i client for ASO using Cybersafe Authentication?
    Environment
    1. I have a Solaris box as my Oracle 9iDB server
    2. I have an NT Server as my Authentication server and Oracle 9i Client.
    Installation Procedure
    I installed as per the steps given in the doc, Oracle Advanced Security Administrators Guide, Release 9.0.1
    Authentication Server / Oracle Client setup (NT Server)
    I installed on the NT Server the following
    1. CyberSafe ActiveTRUST 4.0 Security Server on the NT Server, which acts as an Authentication server.
    2. CyberSafe ActiveTRUST 4.0 Security Client
    3. Cybersafe Application Security Toolkit (GSS runtime libraries) as needed by Oracle ASO setup procedures.
    4. Oracle 9i Client, custom installations with ASO option.
    Oracle 9iDB Server Setup (Solaris Server)
    I installed on the Solaris Server the following
    1. CyberSafe ActiveTRUST 4.0 Security Client
    2. Cybersafe Application Security Toolkit (GSS runtime libraries)
    3. Oracle 9iDB server, custom installation, with ASO option selected.
    Installation of all the above components is successful.
    Note: Installation of Oracle 9iDB server with ASO option never prompted me to choose a Authentication mechanism like Cybersafe, or Kerberos or Radius etc..,
    Note: Oracle 8.1.7 DB installation on NT actually prompted for Authentication mechanism selection.
    ASO Configuration:
    I configured ASO on the Oracle server and client side as mentioned in chapter 5 of Oracle Advanced Security Administrators Guide, Release 9.0.1
    I created an external user in Oracle, [email protected] as mentioned in http://download-uk.oracle.com/otndoc/oracle9i/901_doc/network.901/a90150/1004747
    I configured the NT server, Oracle 9i client for ASO using Net8 Assistant and I have the sqlnet.ora file.
    ASO Problems:
    Once I have configured both Oracle 9i client and 9iDB server for ASO, I am not able to log in to the database using sqlplus /@cybr.
    It returns with an error ORA-12641, saying Authentication Services Failed to Initialize.
    I could not get much help from questions posted on metalink on ORA-12641.
    It looks like Solaris 9iDB could not recognize cybersafe even though, Cybersafe is listed as one of the installed adapters, when I ran # $ORACLE_HOME/bin/adapters. From this, it looks like Cybersafe adapter is linked to ASO.
    Oracle Server is not able to initialize authentication services and call the authentication server at all.
    Can anyone help me setup Oracle 9iDB and Oracle 9i client for ASO using Cybersafe Authentication?

    The problem has been resolved after providing cn=orcladmin instead of orcladmin for the OID user admin user. Now the overall sso solution is working fine with ADF applications.
    Regards,
    S R Prasad

  • Foriegn Trade and CIN configuration for SD

    Hi all,
      Can anybody please send me step by step procedures regarding
    1. Foriegn trade configuration in SD Module wrt India.
    2. CIN configuration in SD Module.
    Regards,
    Khan

    You require to do thenecessay configuration for Foreign Trade Data:
    IMG --> Sales and Distribution --> Foreign Trade/Customs --> Basic Data for Foreign Trade --> (Do the necessary configuration here)
    In most probability, it will not default, but it is required to be maintained in Invoice (based on configuration)
    Regards,
    Rajesh Banka
    Reward points if helpful.

  • Best Web Filter and Application control for K-12 School using Chromebooks

    Sophos UTM has good education pricing and provides all this and a lot more
    Wil replace the firewall and has excellent web filtering and application control
    Also nice features for education like allowing google apps but limiting to your google domain

    We are currently using Barracuda Web Filter (410) with a Watchguard firewall. This school year we are launching Google for Education with 160 Chromebooks to start the program.
    We need to upgrade our webfilter and are considering another Barracuda as well as Litespeed, Websense and perhaps OpenDNS. 
    is there anyone who is in a similar situation that has some recommendation?
    Here are a few more details:
    School is 900+ students
    300 wired workstations
    Active directory environment
    Ruckus Wireless with 30+ access points
    This topic first appeared in the Spiceworks Community

  • Performance Mgmt - Define tabs and process configuration for templates

    Hi,
    I would like to utlize the feature of process/phase/step configuration for appraisals by the Web Dynpro configuration for tab and process. I choose the "Process Configuration" tab, enter my appraisal template and period, and click "Start Selection". A warning is displayed "No process defined for <my appraisal template>". Clicking on "Add" and no matter what I did, I don't seem to be able to maintain any process/phase/step into the "Configure Available Elements for Process" table. What is the pre-requisite to maintain and configure the Process/Phase/Step(s) ?
    How do I maintain the in preparation, in planning etc statuses in here, I created templates using SAP defined templates for ex: templates for performance feedback etc., statuses are maintained in there by default.
    Can you please suggest anything?
    Thanks
    Murthy

    >
    Munna wrote:
    > Hi,
    >
    > I would like to utlize the feature of process/phase/step configuration for appraisals by the Web Dynpro configuration for tab and process. I choose the "Process Configuration" tab, enter my appraisal template and period, and click "Start Selection". A warning is displayed "No process defined for <my appraisal template>". Clicking on "Add" and no matter what I did, I don't seem to be able to maintain any process/phase/step into the "Configure Available Elements for Process" table. What is the pre-requisite to maintain and configure the Process/Phase/Step(s) ?
    >
    > How do I maintain the in preparation, in planning etc statuses in here, I created templates using SAP defined templates for ex: templates for performance feedback etc., statuses are maintained in there by default.
    >
    > Can you please suggest anything?
    >
    > Thanks
    > Murthy
    Hi Munny, I am experiencing the same condition. I have released my template and when I go thru the IMG to the 'Define Tabs & Process Configuration' selection I get the browser screen for setting up the tabs and process.  I click on the Process tab and see the screen but the New and Delete buttons are not active (grey'ed out).  I toggled my review template (cancelled release and re-released) to see if it changed the symptoms but it did not. 
    All - are there other conditions that must be met before setting up the Process steps vis the IMG ?  I have all of the Status/substatus config complete and it shows up in the right side, but I cannot add anything to the left side to define the process.
    Chris Thomas
    Duke University

  • Adobe Flash Builder availability, usability and application export for students?

    Hello!
    I'm a student from Estonia and i'm making my final paper for my graduation.
    What chances or possibilities do i have, if i want to acquire Flash Builder, make an application, export it and use it for my final paper (code tutorials in Estonian language) for free?

    Well, Adobe did have a program that gave free Flash Builder to students & teachers, but apparently it has been discontinued - sorry! 
    The 30-day trial versions of Flash Builder and all other CS6 and Creative Cloud tools are still available though, if that helps.
    Adobe is also currently offering free copies of Edge Animate 1.0 for everyone (permanent versions for creating interactive & animated web content), which could serve as a nice replacement.

  • SSL and Credentials configuration for webas

    Hi..
    I got a doubt in SSL certificate configuration.When i need to configure a JAVA engine for activating SSL.I would create .CSR and get signed from Trust center which inturn gives three certificate root,intermediate and original certificate and so we can configure the JAVA URL as https://<hostname>:<port no>:500001/...
    Now the same can also can be configured for ABAP WEBAS engine.my doubt is as per note : 510007,SAP has said to generate .PSE file and SSL configuration which will work in 443 port and HTTPS port as in SMICM transaction
    But I have two instances running on single host.I have already configured HTTPS 443 for one instance say for ABAP webas.And If i need to configure for another instance, <b><u>can i change the HTTPS port as per my requirement ????,</u></b>because 443 has been assigned to another instance (earlier) .And <b><u>Can i generate PSE file from that new port and get the certificate installed that is obtained from Trust center ???</u></b>
    Expecting you Ideas and solution for this scenario..
    Thanks
    Gopalakrishnan M

    Hello Gopalakrishnan,
    To specify the https port of ABAP, you can use paramenter
    icm/server_port_<X> as PROT=HTTPS,PORT=<port>
    I think the default port for http is like below
    icm/server_port_0 as PROT=HTTP,PORT=80<instance_number>
    Then you can just specify icm/server_port_1 for https.
    Good luck,
    Victor

Maybe you are looking for

  • Single Item Access

    I am relatively new to XML / JAXP technologies and was wondering if there is a syntax available that would permit retrieving a node by specifying the ancestory of the node? For example, if I had the following XML: <?xml ?> <person name="Daffy"> <addr

  • Application containing only resources and no run target

    HI Gentlemen, I have a set of web applications with XSQL sheets. These reference different subsets of stylesheets, and XML files as lookups from a large pool. Now it happens several times that a stylesheet or XML file is referenced in many different

  • PO Header level Descriptive Flexfields (DFF)

    Hi, We would like to define different sets of DFFs on PO Header level based on different nature of Purchase Orders. For example: Local Purchase Order (Cotton) Import Purchase Order (Cotton) Local Purchase Order (Chemicals) Service Purchase Order (Pro

  • Wants to be a Jdeveloper guru

    Guys, I am new to java and Oracle Jdeveloper. How can I start writing simple appliaction with Oracle Jdeveloper Thanks

  • Alert Inbox :: Full contents not visible

    Hi I am working on Alert Management & everything went fine. But when I am getting Message under " <i>Long text</i> " & user list under "<i>recipient</i>" tabs in <u>Alert Inbox</u>, they are not completely visible. I mean only the message within one