Cannot find created Enhancement to customize a standard WD Component

Hi All,
I need to customize a standard WD ABAP component. For this purpose I had created an Enhancement. I saved it, but when I try to enhance my WD Component View, I do not see that enhancement name from the list of available enhancements.
I went to SE19 and found that the enhancement that I created is in Inactive state. When I tried to activate it, it throws an error saying Webdynpro Component does not exist.
Please advise where am I going wrong.
Thanks and Regards,
Sayan Ghosh

I guess , you have to assign the enhancement to a client.
1. SM30 ---> BSPWDV_EHSET_ASG
2. Click on Maintain.
Note : There might be other Enhancement sets already assigned to various clients.
           Just check with your team regarding that.
3. Assign your Enh set to the client.
Hope it helps.
Regards,
VR.

Similar Messages

  • How to Customize the Standard UWL component

    Hello Experts,
    We have a requirement to customize the standard UWL component. 
    But I am not sure how to get standard UWL source code in NWDS and how to create a custom DC from the standard component with different namespace.
    Can anyone please guide me how to achieve this requirement?
    Regards,
    Sambaran Chakraborty

    REPOST with proper format:::
    HI Amar,
    Thanks for you input.
    But we have no option except to go with this customization of UWL; we are in middle of SAP upgrade (NW 7.01 SP07).
    Previously we were in NW 7.0 SP10) and that time we were customized the UWL component.
    But after upgrade it is not allowing us to deploy the old UWL custom component.
    Therefore we have decided to customize the UWL component again with current version.
    Now for NW 7.01 SP07 SAP is not providing the source code(SRC>ZIP) for UWLJWF.sac file. But we are able to get the source code for NW 7.01 SP00.
    Now we have successfully able to build and deploy a local DC from the SRC.ZIP file from UWLJWF.sac of NW 7.01 SP00.
    Then we have created an iview and call the UWL Substitution Application from the custom UWL DC. But when we checked in the UWL Substitution screen we get few issue:
    1.     In the UWL Substitution screen there is not text available for any of the button.
    2.     When we clicked on first button (should be Create Rule button, though no text available for our case) we got an error message of incompatibility, below is the error:
    java.lang.ClassCastException: com.sap.netweaver.bc.uwl.ui.wdp.InternalUWLPeoplePickerInterface$External incompatible with com.sap.netweaver.bc.uwl.ui.pp.wdp.IExternalUWLCustomPicker        at com.sap.netweaver.bc.uwl.ui.subst.wdp.InternalSubstitutionRuleView.wdGetUWLCustomPickerInterface(InternalSubstitutionRuleView.java:362)
            at com.sap.netweaver.bc.uwl.ui.subst.SubstitutionRuleView.wdDoInit(SubstitutionRuleView.java:179)
            at com.sap.netweaver.bc.uwl.ui.subst.wdp.InternalSubstitutionRuleView.wdDoInit(InternalSubstitutionRuleView.java:255)
            at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
            at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
            at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
            at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
            at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
            at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
            at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:793)
            at com.sap.tc.webdynpro.progmodel.view.ViewManager.performNavigation(ViewManager.java:296)
            at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:767)
            at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:881)
            at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
            at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
            at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
            at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
            at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:333)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:741)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:694)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(AccessController.java:219)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Can you please provide your valuable input on this condition?
    Any help from anyone on this issue will be highly appreciated.
    Regards,
    Sambaran Chakraborty

  • 'Font contains bad/Widths' and 'Cannot find/create font' errors when saving pdf as Other Reduced Size PDF

    I am exporting .indd files from within Indesign as pdf files, opening in Acrobat Pro XI. I have no trouble creating the initial pdf file, however, when I go to Save Other > Reduced Size PDF I get error messages. Depending on the file, I receive either the message, "The font (Myriad Pro) contains bad/Widths" replacing the text with dots or "Cannot find or create the font (Helvetica) Some characters may not print or display properly" replacing text with dots or boxes.
    My confusion is that the file is exporting to pdf from Indesign without error, it is only when I try to Save Other> Reduce Size PDF that the error occurs.
    Also, it is only occurring on five out of 120 pages. These same fonts are on other pages and I have no trouble at all with exporting or Reduce Size PDF.
    More frustrating is that I have never had this problem occur in all my previous versions of Acrobat using the same process and typefaces.
    I am reaching deadline on this and cannot find a solution other than to reload Acrobat 9 and ditch this upgrade.
    Any help would be greatly appreciated.

    I, too have experienced this issue. Upon export from INDD CS6, I see the error message "The font 'IXWIPX+SourceHanSansSC-Bold' contains bad \Widths."
    The only items on the single-page InDesign document I'm trying to export are copies of a one-page PDF (which was extracted from a longer PDF, arranged into a cover format). I can provide all files as necessary. The longer document that the one page came from also experienced an error when I tried to print to Adobe PDF. While I still get a PDF of the cover on export, despite the "bad \widths" message, it won't print from certain machines. I get nothing (not even an empty shell file) from the attempt to print the larger document (where the cover elements came from) to PDF.
    I can deal with these issues with a few unorthodox workarounds, but wanted to offer comments or volunteer to help test fixes if possible.
    For the record, I'm really not enjoying Acrobat XI. It doesn't seem to have much by way of new features (at least not that I use), and some of those I used most in version X are gone or less functional. Common fonts like Times New Roman are often not found (even though they are definitely on my system); I have a much harder time editing text through the new interface, and I have a few other small gripes—some that I don't have time to get into, others that wouldn't really matter, except that they weren't a problem until I "upgraded." Just sayin'.
    Thanks for listening.

  • Creating enhancement spot in the standard  program

    Can we create our own enhancement spot in the standard program?

    Yes you can create your own enhancement point. But SAP should have provided the space to create it.
    In every standard program SAP has provided some spaces to create your own enhancement points.
    In order to check these spots
    Click on the ICON looks like Masquito coil   just left to the syntax check icon then  go to the following path
    EDIT->Enhancement operation->Show Implicit enhancements.
    when you select that path it will show you the implicit enhancements with doble commas
    right click on that and select Enhancement operation->Create
    Rewars points if useful.
    Need further help get back to me.
    Regards,
    Nageswar

  • Cannot find "Create A Role " in BI Publisher

    Hi All,
    I am trying to configure EBS security and assign catalog permissions to the EBS Roles.Following the Oracle Document Integrating with Other Oracle Security Models - 11g Release 1 (11.1.1)
    and it says under Security Center-->Role & Permissions click "Create A Role" but I can't find Create A Role button or option. I am using OBIEE 11.1.1.7.0
    Any help or thoughts if i am missing anything.
    Thanks
    SYK

    As Per the Oracle Support Documentation
    1. Login in to xmlpserver as weblogic user
    2. Navigate to Administration > Security Center > Security Configuration
    3. On the bottom of the page navigate to the Security Model section
    4. On the drop down list select "BI Publisher Security" and provide a password for the security
    5. Log out of xmlpserver and login as weblogic user on Weblogic Console and restart the BI Server
    6. Once restarted then login back to xmlpserver with the username as administrator and provide the password you had provided on step 4.
    7. Now navigate to Administration > Security Center, and a new link called "users" is available and on the Roles and Permissions link, "Create Role" button can be found.
    N.B this solution is applicable to only Standalone BI Publisher
    It is not recommended to  change the Security Model to 'BI Publisher Security'  when  using BI Publisher within OBIEE installation.
    For OBIEE installation the Security Model should be 'Fusion Middleware' security or 'BI Server Security'.
    It Worked for me ..Just posting it if anyone run into same issue:)

  • Cannot find created infoobject in infoobjects, can see it in metadata repos

    Hi all,
    I have created a characteristic infobject in an infoarea. But i cannot view the infoobject in the infoobjects (when i click find and see, it says not entries found).
    But the same when i check in the meta data repository, i can see the infoobject.
    In the environment tab i have selected display all infoobjects, but still i am facing the same issue.
    Help needed!
    Thanks
    Rani

    Hi,
    While creating the info object, hope you may not assigned to any package.
    You can open any of the Info object catelog and you get the info object from the right pane by search option and then you can move the same to left pane and then you can activate the info object catelog. later you can see the same info object the catelog where you have moved...
    Regards,
    RAO.

  • Cannot find created Alert monitor in RZ20 being asigned to any moni context

    Dear colleagues!
    I have created my own monitoring object in rz20 (of virtual type).
    But I cannot see It in any so called monitoring contexts -> segments.
    Example: there is one monitoring segment on each instance:
    SAP_CCMS_<hostname>_<SID>_<ID>
    And several monitoring contexts which assigned to that segment.
    How & where can I find my own monitoring object to be asigned to some context?
    Please help!
    Best Regards,
    Ivan

    Hi,
    Try adding faces string after your context root when you request a page.
    That is :
    http://<host>:<port>/<context-root>/faces/<what-ever.jsp>
    -Amol

  • I cannot find create an apple id for a child on itouch. Any suggestions please?

    can someone please assist with the above. I set up the iTouch using my apple ID but i can't seem to find the option to set one up for a minor

    What part can't you do:
    Go to Settings > iCloud > Family, and tap "Create an Apple ID for a child."
    Enter your child's birthday and tap Next. The birthday for a child's account can't be changed after the account is created. Be sure to enter the correct date.
    Review the Parent Privacy Disclosure and tap Agree.
    Enter the security code for your credit card and tap Next. If you don't have a credit card on file, you'll need to add one.
    Enter your child's name, tap Next, then create their Apple ID ([email protected]) and tap Next.
    Follow the onscreen instructions to set a password, choose security questions, and set up your child's account. Choose passwords and security questions that you both can remember.
    Above from:
    Family Sharing and Apple IDs for kids - Apple Support
    The blank boxes are images of screen that did not paste

  • Cannot find "Create new: Polymorphic VI"

    I am completing the self-paced LabVIEW Basics II course.  I'm trying to complete "Exercise A-1  Sort Poly Array VI".  When I open the New dialog, in the "Create new:" I do not have a Polymorphic option under "Other Document Types".  All I have are: "Global Variable", "Custom Control", "Run-Time Menu", "VI Template", "Global Variable Template", "Control Template".  I've re-checked several times, just can't find it.  I'm using LabVIEW 7.1 Full.  Could it be an installation issue? 
    Certified LabVIEW Developer
    NI-VLM Administrator

    Sorry, you need the Professional Version
    See Link: http://www.ni.com/labview/how_to_buy.htm#compare
    Message Edited by mfitzsimons on 12-01-2005 03:19 PM
    Matthew Fitzsimons
    Certified LabVIEW Architect
    LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison

  • A critical program error has occurred. BEx Analyzer. Cannot find trace file

    I have now spent about 20 hours trying to resolve this issue.  I receive the following error message when attempting to open any BEx Query: u201CA critical program error has occurred.  The program will now terminate.  Please refer to the trace for further information()u201D.  Iu2019ve provided a video example of the scenario (couple minutes long): http://www.altnetwork.net/misc/Analyzer%20Critical%20Error.html
    I cannot find the trace file in the standard C:\DOCUME1\BaldwiJE\LOCALS1\Temp\BexAnalyzerTrace.txt path.  I cannot set/change the path/name of the trace file because the Trace File Name text box is grayed out (disabled) in BEx Analyzer > Global Options (see the above flash video link).  I know that I am using the same Business Explorer and GUI build as my colleagues and I am able to login with my ID on their machines and not receive an error.  We are using SAP BW 7.01 and I am using Excel 2007.  I have entirely reinstalled Microsoft Excel, and the SAP Frontend including Business Explorer and SAP GUI.  Iu2019ve monitored using both windows process monitor and windows process explorer but nothing is readily apparent as an issue (glad to share the process information if someone thinks it might help).  No relevant event logs in the Windows event viewer.
    Per the sapbexc.xla file, my system configuration is as follows:
    Computer Name:      DEN-SSI-SYS-L61
    File Location:      C:\DOCUME1\BaldwiJE\LOCALS1\Temp\sapBEX_PC_0614_103147.xls
    Check done on:      6/14/2011   10:31:47 AM
    Excel Version:      Excel 2007 (12.0.6535.5002)
    Windows Version:      Windows 2000  (2195)  Theme: %SystemRoot%\resources\Themes\Windows Classic.theme
    Default Browser:      Internet Explorer (7.0.6000.17093)
    SAP GUI:      720 Patch 1

    Resolved!  It actually seemed to be related to my windows profile.  I notice that if a co-worker logged into windows on my machine that he was able to run the same BEx queries that I couldn't.  I renamed my profile folder at c:\documents and settings\<myaccountname> to ...<myaccountname.bak>.  I did this using a local administrator account on my computer.  Then I logged back in to windows using my AD credentials.  A new profile was created and then I was able to use BEx Analyzer again.
    I also went back and tried to reload everything from my .bak profile into the newly created folder under documents and settings and hoped that I could isolate what specifically was causing the issue.  However, even after moving everything over to my newly created profile I could not get the error to generate again.  Sorry.
    Highly recommend to anyone with the same issue that you confirm that a new profile works by a) having someone else login to your computer who has not already logged in before b) if that works, replace your c:\documents and settings\<myaccountname> folder.
    Thanks to all who offered support.
    Jerimiah

  • Best Practice for enhancing the SAP delivered standard WD ABAP application

    Hi,
    I am new to WebDypro ABAP.
    To enhance the SAP delivered Standard WebDynpro Component (complex component with Business objects & powl).
    Kindly let me know the best practice for enhancing the Standard WD ABAP from the below 1 or 2.
    1) To copy & create a "Z" of the component & make changes in that (or)
    2) to enhance directly on the same standard component without making "Z".
    Regards,
    NS

    Hi NS,
    If it is a standard component its better we go for enhancing the component rather than copying it into Z component.
    If there is any issue with in the standard component , SAP supports it through notes and OSS messages. If it is a Z component, SAP doesn't support it.
    If there is any up gradation of business packages, changes will be done to standard , but not the Z components, wherein we could miss it.
    Further, since it is a standard component it might have been used at many places, changes that has to done to reflect all changes might be difficult in this case if it is a z component.
    Regards,
    Harsha

  • Customizing standard ESS component using WebDynproJava.

    Hi All,
          I am a WebDynpro Java developer. I am new to ESS . My requirement is to customize the Open Enrollment (need to add a pop-up window to the existing Open enrollment flow). Our Portal version is NW 7.0 EPH!1 and NWDS version is NW 7.0.
    Please let me know what all i need to know to customize the standard ESS component and also suggest any document that shows the step by step process starting from NWDI till deploying the customized component in NWDS.

    Hi,
    there you go:
    1. once you need to know how to work with NWDI:
    http://help.sap.com/saphelp_nw04s/helpdata/en/03/f6bc3d42f46c33e10000000a11405a/frameset.htm
    (you can also find the link here to NWDS)
    2. You need to know how to deal with ESS development, here you go, see the guide inside the following note
    #872892 - JDI/NWDI Cookbook for ESS/XSS (http://service.sap.com/sap/support/notes/872892)
    Here you'll find an attachment NWDI.zip, and that includes as PDF file which I kindly ask you to read very carefully even multiple times if necessary.
    Let me know if you need other guides, but I believe this is a plenty of material, but this should be a nice starting point.
    Best Regards,
    Ervin

  • Creating a customized copy of an ADF component

    Hi,
    Is it possible to create a copy of a standard ADF component, and then customize the copy without changing the original?
    Using a skin, it is possible to change the look and feel etc. of standard ADF components. But I have a case where I need a customized version of a panel splitter AND an un-customized version, at the same time (on the same page). Any suggestions?
    Regards,
    Andreas

    Hi Arun,
    Sorry about the delay.
    I'm having some trouble making the style take effect.
    I have this in my skin css:
    af|panelSplitter.splitterHelp af|panelSplitter::horizontal-collapse-icon {content: url('/faces/images/Help-icon32x32.png');width:25px;height:25px;}
    af|panelSplitter.splitterHelp af|panelSplitter::horizontal-restore-icon {content: url('/faces/images/Help-book32x32.png');width:25px;height:25px;}
    and, on my page I have:
    <af:panelSplitter id="ps2" styleClass="splitterHelp">
    <f:facet name="first">
    <af:outputText value="Content" id="ot6"/>
    </f:facet>
    <f:facet name="second">
    <af:outputText value="Helptext" id="ot7"/>
    </f:facet>
    </af:panelSplitter>
    But this doesn't work (the splitter is displayed, but unstyled).
    I've tried using this syntax in the css file instead:
    .splitterHelp af|panelSplitter::horizontal-collapse-icon {content: url('/faces/images/Help-icon32x32.png');width:25px;height:25px;}
    .splitterHelp af|panelSplitter::horizontal-restore-icon {content: url('/faces/images/Help-book32x32.png');width:25px;height:25px;}
    But this does not work, either.
    Lastly, I've tried doing something simpler but similar:
    .styleTest af|inputText::content
    background-color: InfoBackground;
    (just to see if I could get ANY style from my skin to take effect). And this works fine.
    The definition of .styleTest seems to me to be very similar to the definition of .splitterHelp. Yet, .styleTest works, and .splitterHelp does not.
    Thinking that the problem might be the icon files, I've tried using some of my own icons instead (placed in an image folder in the skin workspace), but this does not seem to make any difference.
    Can you (or anyone else) please tell me what I'm doing wrong?
    Regards,
    Andreas

  • Cannot Create PDF Acrobat 9.4 Standard Windows 7, 64 bit

    Hi,
    Currenlty my colleague and I have the same issue; we cannot create PDF documents using Acrobat 9.4 Standard or the office plug in, and there is no PDF printer available after the acrobat installation either.
    We are both using Windows 7, 64 bit version. I have checked and confirmed Acrobat 9 on Windows 7 64 bit with Office 2007 should be compatible.
    * When using the 'Create PDF from file' feature from Acrobat we get the following error: "Unable to find "Adobe PDF" resource files. Do you want to run the installer in repair mode?"
    I have run the installer in repair mode multiple times, same isssue occurs after this is done.
    * When using the Acrobat plug-in for office, for example in Word (we both use Office Professional 2007) and selecting 'Create PDF' it will prompt for a save location, after select save nothing happens, and there is no PDF file created in the save locaton.
    So far I have tried the following without any success:
    - Un-installing and re-installing acrobat, multiple times
    - running the acrobat application in compatability mode for Windows XP
    - attempted to create PDF files from older word versions i.e. .doc and .docx have the same issue
    - attempted to manually install PDF printer using the acrobat installation files - did not work
    * I am aware that Office 2007 will allow me to save a document as PDF, however we still need acrobat for the publishing quality and editing features.
    Any help or suggestions regarding this issue would be greatly appreciated :-)
    Kind Regards,
    Wade

    I understand what you are suggesting. I have two laptops the same model. AA works on one but not the other.  I do have office 7 and a 64 bit OS.
    Thanks for the help
    Jack Sherwood
    From: "Bill@VT" <[email protected]>
    To: Jack Sherwood <[email protected]>
    Sent: Sunday, July 10, 2011 8:21 PM
    Subject: Cannot Create PDF Acrobat 9.4 Standard Windows 7, 64 bit
    If you are running a 64-bit version of OFFICE 2007 (if one exists), that may be the issue. AA X did not work with that version until the most recent release as I understand it. Since you have AA 9.4, I am not sure of the compatibility of it with the 64-bit version. It is strange that the printer does not appear. It seems a few others have had similar problems and as I recall, someone made a suggestion to fix that recently -- though it may have been for AA X. You might search on 64-bit or such.

  • I cannot find CL_EXITHANDLER= GET_INSTANCE  in standard program

    i cannot find CL_EXITHANDLER=>GET_INSTANCE  in standard program can u get me why

    Hi,
    If you have created a New BADI, then u need to use GET BADI and CALL BADI statements.
    For classic BADI you can use CL_EXITHANDLER=>get_instance.
    //Kama
    Edited by: Kamarajan.pkb on Apr 26, 2009 9:02 AM

Maybe you are looking for

  • Itunes says it is downloaded on my laptop when it isnt

    I am copying my music from an old laptop to a new one through an external hard drive. I have found other posts to help with that, however i was still wondering if i still need to download itunes on my new laptop and just import the music library into

  • A POSITIVE thread in this forum for once

    i posted here before i got my macbook, with worries that it would have some problems like everyone else here, but i've had my MB for 3 days, and its been working fine, nothing wrong yet keyboard is great, screen is beautiful, photobooth is great when

  • Safari crashed when I go to my favorite blog

    I've been reading my favorite blog for over two years - http://joemygod.blogspot.com The past two months Safari has been crashing a lot when I load the blog page. Can anyone tell me what might be the issue? I removed the Internet Plug-ins and it stil

  • Pb with advanced routing - RV082

    Hi, I got a problem to configure the static routing in advanced routing options : i fill in all the fields, including destination ip (192.168.1.10). When i add it to the list, all is ok, but when i clic on save or come back in this menu, the destinat

  • Mismatch in Qty between MB51 and MCE3 / MCE7 / Table S012

    Hi Experts, At my client place i am running MB51 report for a material / vendor / particular period / plant / goods receipt movement type 101,102,105,106,122 so that i can get the total receipt quantity in that given period. After getting the total q