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

Similar Messages

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

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

  • 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

  • Web-services.xml for EJB component and SOAP Message Handler Chain

    I have used the following example for my own web service with EJB component and SOAP
    Message Handler Chain:
    http://e-docs.bea.com/wls/docs70/webServices/dd.html#1058208
    I have a deployment error:
    javax.naming.NameNotFoundException: Unable to resolve 'app/ejb/DocumentService.j
    ar#DocumentService/home' Resolved: 'app/ejb' Unresolved:'DocumentService.jar#Doc
    umentService' ; remaining name 'DocumentService.jar#DocumentService/home'
    In attachement is the ear file.
    Is there a problem in web-services.xml?
    Thanks
    [ws_dox_sdi.ear]

    It works. Thanks,
    Ioana
    "Neal Yin" <[email protected]> wrote:
    The error means your EJB is not deployed.
    Adding a EJB module to your application.xml file of the ear should fixe
    it.
    <application>
    <display-name />
    <module>
    <web>
    <web-uri>dox_sdi.war</web-uri>
    </web>
    </module>
    <module>
    <ejb>DocumentService.jar</ejb>
    </module>
    </application>
    "Ioana Meissner" <[email protected]> wrote in message
    news:3cf640cc$[email protected]..
    I have used the following example for my own web service with EJBcomponent and SOAP
    Message Handler Chain:
    http://e-docs.bea.com/wls/docs70/webServices/dd.html#1058208
    I have a deployment error:
    javax.naming.NameNotFoundException: Unable to resolve'app/ejb/DocumentService.j
    ar#DocumentService/home' Resolved: 'app/ejb'Unresolved:'DocumentService.jar#Doc
    umentService' ; remaining name 'DocumentService.jar#DocumentService/home'
    In attachement is the ear file.
    Is there a problem in web-services.xml?
    Thanks

  • Material for cars (optional and standard configurations)

    Hi All!
    I have to chose the best solution to define a material for a car witch has standard and optional configuration. This material will be used in SD area, a car configuration (color etc.) can have a price or the price is 0 if the configuration is standard. The customer may chose to buy just a part of the optional configuration of a car.
    Should I create a BOM Material for the car?...If you have any hint for me...
    Thanks.

    Hi
    U need to maintain a material <b>super</b> <b>BOM</b> for the car with different combination and depend upon the cutomer needs respective BOM will pick up.
    Super BOM is basically used in Variant Configuration scenario, this is also a Simple BOM with all possible components which can be used to built a product.
    Component for Individual Order gets picked up based on the product configuration, selection of components will be driven through "Selection Procedure", "Variant Table", "Function", "Dependency" etc...
    Example of Super BOM can be a BOM of any CAR. It will have a simple BOM with all possible components to produce all the variants of the CAR, once the customer places order, based on his needs in the sales order the Product is configured, which drives the Production Order BOM.
    Ravi<a href="http://help.sap.com/saphelp_470/helpdata/en/92/58c0fb417011d189ec0000e81ddfac/frameset.htm">http://help.sap.com/saphelp_470/helpdata/en/92/58c0fb417011d189ec0000e81ddfac/frameset.htm</a>

  • Setting Cursor - For a window and application wide

    Hi,
    Can somebody please help with a cursor problem ? I am not able to set the busy cursor for a frame when the application is doing some work. I have tried many methods of doing this (some of them from these forums...) but still I am not able to make this work.
    1) setting the cursor before doing the work and resetting after the
    work doesnt work.
    2) setting the cursor for the window by calling
    Window window = SwingUtilities.windowForComponent(getRootPane().getGlassPane());
    window.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
    This works but the events are not blocked by the frame i.e if i
    click on any part of the window like a button or something, that
    event is fired after the work is done. So this is not good.
    3) created a glass pane for the window and blocked all the events. Then
    set the cursor for the the glass pane. This does not work either
    since the event thread is doing the work. So had to create another
    thread to do the work. This works but when the cursor is reset back,
    it doesnt reset. I have to move the mouse a bit to reset it. So this
    is not good either.
    4) created a work around for the cursor by creating a modal dialog box
    saying "Processing..." in the event thread and doing the work in the
    worker thread. The worker thread posts an event to dispose the
    dialog box after the work is done. This works perfectly though it is
    still not good because the cursor is not showing busy. Because of
    the modal dialog box, the user cant do anything in the application
    which is exactly what i want. Is this ok ? Can somebody provide any
    other work around for this ?
    5) Also I have another question for you guys. In the worker thread if i
    do something like updating the gui etc., it takes a lot of time
    almost 10 times more than when the work is done in a single threaded
    environment. Is this because of the communication between the worker
    thread and the event thread ? If I do only data related work not gui
    work in the worker thread, this is fine.
    I am new to Swing, so somebody please explain to me if they can.
    My environment is JDK 1.1.7, Swing 1.1 on Sun Solaris 2.5.1. Is this because I am using old versions. Is this resolved in the newer versions like 1.3 etc ?
    -Vijay

    moetunes wrote:I thought a
    chmod u+rw /path/to/.conf
    chmod go-rw /path/to/.conf
    would set the file to be read only by the user that owns it.
    That is all true.  The problem is the need to give a user the ability to run a program that has secrets that should only be visible by root.  If you give the user ownership, they cab see the keys to the kingdom.
    For example, you may want to allow a user to connect to an arbitrary wireless access point.  Generally, this is a privileged operation -- you want to give them permission to do it, but don't want to give them ownership.  You may also not want them to be able to see or modify the pass phrases.

  • Change package assignment for report texts ?

    Hi All,
    How to change package/development class assignment for report texts.
    Thanks & Regards,
    Ramasubramanian G.

    HI,
    Go to transaction SE03,
    choose option Change object Directory Entries,
    choose object with key R3TR REPT
    Give the program name

  • Serial Number assignment for main items and sub items

    Hi
    All, good evening, i need clarificaction on the serial number assignment. My client's requirement is to maintain the serial numbers, so in this regard when i am confirming production order in this i need some information how the serial numbers are picked and consumed for main items and the sub items.
    I need someone to help me in solving this.
    Regards
    Narsing

    dear Narsing,
    please look here:
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/f8c817b3f911d1896e0000e8284931/frameset.htm

  • Profit center assignment for Raw Materials and Store and spares

    Hi All,
    We have an issue with org structure while defining  Profit Centre.
    Presently we have  25 depots and 5 Manufacturing Plants and 10 type of Divisions.
    Plant and Depots are mapped with Business area
    10  type of Finished Goods and we have defined Divisions for the same in SD module.
    For the same we have defined 10 Profit Centre in order to get division wise profitability.
    10 Profit center will be used in FG materials  and we will be able to get the postings and profitability with product wise.
    But  for Raw materials and Stores material which profit center need to be assigned.
    Kindly help me in this regard.
    Regards,
    Sahil K

    Hi,
    profit centre basically used for the collection of cost and revenue  which are incurred and generated in an organization , so if your organization has created any profit centre which are assigned to the cost centre of manufaturing or production , those cost cost centre u can assigned to the raw materials.
    To assign  profit centre to raw materials - at the time of creation of Material master(mm01)  for raw materials you can choose  costing view at organizational level and can assign the cost PCTR which your assigning to cost centre.
    To assign division- you can choose the division according to the finished good wise if your divisions are segregated according to finished goods wise.(assignment of division  to the material master -according to the raw materials or spare and parts used to produce particular finished goods).
    Hopefully the above explanation clarify your doubt.
    Regards
    Binapani.

  • Common Apple ID and Password for All Devices and Applications

    I have devloped a plethora of Apple IDs and Passwords with iCloud, Apple Store, iTunes, Apple Support, etc., etc. and on iPad, iPhone, and MacBook. Where and how do I start to establish a single Apple ID and a single Password which will work with all the devices and applications?

    Can't help with iOS devices, since I don't own any and have only one AppleID. Call AppleCare and let them work it out for you. FWIW, the AppleID system is a bit bolloxed, since one can't eliminate or transfer them around. Good luck.

  • Is there an easy way to securely delete everything on my macbook PRO except for the OS and applications?  Giving my old Macbook to a family member.

    Is there an eay way to securely erase all information on my macbook Pro except for the OS and applicatios?  I'm donating my computer but want to eliiminate my files and info.

    Yes, boot to your install disk (start up while holding C key).  Go to Utilities>Disk Utility.  Choose erase and format your disk (make sure it's formatted as Mac OSX extended journaled).  There's is a button for security options.  Choose the 0 option (don't choose the multiple pass versions, or it will take forever, but that's extra security).  The 0 option writes a 0 in every location on the drive, and it takes a few hours.  It would take CIA or highly skilled hacker abilities to dig out any information.
    Once you wipe the disc, reinstall OSX.  You're done.

  • Packages needed for running GNome and GTK Apps

    On my desktop machine, a SPARC Sunblade 1500 I use the Java Desktop and successfully run such things as gedit, gnome_terminal, Eclipse, and Oracle's SQL Developer. I'm trying to determine what packages I need to have installed on my development server box so that I can run those applications there (still using my desktop as the X server).
    The server is a Sun Fire V240 running SunOS 5.10 , 11/06 , 118833-36. It has 4G of RAM. Gedit, gnome-terminal, and eclipse come up but they behave poorly. In additions some visual components appear only slowly or never at all: the gnome-terminal scroll bar doesn't show except for a gray rectangle the length of the screen. Menus in eclipse are painfully slow to appear and react.
    Any idea what is missing from the installation? Thanks for any help you can give.
    Tom True

    I apologize in advance for not being able to provide a specific answer to the
    problem you presented, but hopefully this might eliminate a few variables
    from the equation.
    When I need to find missing packages, I always use "pkginfo" on each box
    and compare lists. (pkginfo, pkginfo -x, pkginfo -l)
    When I can't find the answer there, I go ahead and bring my machines up to
    date with the latest Recommended patch cluster (following the directions on
    Jumbo patches will prevent a lot of problems i.e. use single-user mode, do
    not use -nosave option, and patch twice***see below)
    Regarding the display issues, here are some of the things I would
    check for (most of these should not matter if they differ, but it helps in
    overall troubleshooting)
    Are the locales the same ISO8859-1 vs. ISO8859-15
    (/etc/default/init)
    How is the network traffic between the two?
    Do the SB1500 and the V240 have issues resolving each other's I.P.?
    (/etc/resolv.conf /etc/inet/hosts /etc/nsswitch.conf)
    Are they both patched to the latest and greatest Recommended patch levels
    ( ***see latest README for 10_Recommended.zip for new warnings)
    differing versions of SSH? OpenSSH vs. ssh.com vs. Sun_ssh 1.1
    If they used the same internal disk drive, I would dd the good one, and take
    the copy to a V240 and see what happened on a boot -rv. Unfortunately, they
    do not in this case.
    CLUSTER_README
    NAME: Solaris 10 Recommended Patch Cluster
    DATE: May/22/07
    WARNING!! IT IS HIGHLY RECOMMENDED that the installation of this patch
    cluster be performed in single-user mode (Run Level S).
    ************** CAUTION:**************
    This cluster contains kernel patch 118833-36. Depending on the current
    kernel patch revision on the target system, this kernel patch may deliver a
    significant amount of code change. On certain configurations, some manual
    steps may be required in order to safely apply this patch. Please carefully
    review the Special Install Instructions in the 118833-36 README before
    installing this cluster. Note the following in particular :
    Use of the -nosave option with the install_cluster script is NOT
    Recommended, see 118833-36 README NOTE 74.
    Once all preliminary precautions have been taken, the cluster may be
    installed.
    Depending upon the starting patch level of the system, the cluster install
    script may need to be run up to two timeswith a reboot after each run in
    order for all the patches to be installed
    ....

  • Profit center assignment for Tax Component value in MIRO

    Dear SAP Gurus,
    As per our clents requirement the Tax component has to be posted to a Profit Center while doing MIRO.
    How to deal with this.
    Profit center default assign during MM transaction
    Account Assigned PO:
    1.     The Cost center/Asset and GL  is assigning in PO for each line item
    2.     Conditions for each line item
    3.     Tax code for each line item
    Goods Receipt:
    1.     GR/IR clearing Account as per PO (Account Assignment as per Default GL and as per PO -CC & PC)
    2.     The Conditions Account assigned as per PO (Account Assignment as per Default GL and as per PO -CC & PC)
    3.     Tax code value: Account Assigned as per PO (Default GL as per Assignment, but without PC Assignment)
    Invoice Posting:
    1.        GR/IR clearing Account as per PO (Account Assignment as per Default                  GL and as per PO -CC & PC)
    2.     The Conditions Account assigned as per PO (Account Assignment as per Default GL and as per PO -CC & PC)
    3.     Tax code Value: Account Assigned as per PO (Default GL as per Assignment, but without PC Assignment)
    pl help in solving the above problem.
    thanks in advance
    APPA RAO K.

    Hi,
    Try SAP Note 105024, 409520.  That might be of help.
    Thanks
    Krishna.

Maybe you are looking for

  • SQL Server 2008 XML Datatype variable size limit

    Can you please let me know the size limit for XML Data type variable in SQL Server 2008? I have read some where that the XML data type holds up to 2GB size. But, its not the case. We have defined a variable with XML data type and assigning the value

  • Advanced Queues with Form6i - Error 512

    I try to manage AQ via Forms, but its doesn't work. If I try to compile the following code sample, I'll allways get a error message 512. This means... "error 512. Implementation Restriction: 'REMOVE':Cannot directly access remote package variable or

  • Best Practice Question for Date Compares

    Hello, I'm far from an expert on Oracle and PL/SQL, so I may have this all wrong.  I'm working on some selection scripts, and the guy that wrote these before me likes to convert parts of dates to numbers in order to do a compare.  It seems to me a tr

  • Oracle Universal Installer  not launching

    Hello all, I have been facing a strange issue. I am trying to run Oracle Universal Installer in Aix5.3 platform to upgrade db patchset but for some reason it does not come up. I am trying to launch it through VNC session using vncviewer. Whenever i r

  • Mission Control icons are corrupted.

    As you can see, icons in Mission Control seem to be corrupted in some way. Also when I adjust the volume, the icon and volume range sometimes appear in pink, or black, rather than white. In both cases, the volume and mission control, as they're about