Deletion of dynamic button in Webdynpro?

Hi Experts,
We are upgrading from SRM 5.0 to SRM 7.0.
The requirement is to make few buttons invisible on SC screen (in NWBC portal), those buttons are generated by SAP dynamically,(when I have seen the respective componenet in WebDynpro, there is no Such button seen). How to delete dynamically created button in webdynpro?I have tried deleting through SPRO but not able to find those buttons.
Could you pls throw some light on this.
Thanks,
KP.

Hi Pranitha ,
To hide this buttons
1)System info
2)Export
3)Memory snapshot
4) import
if you remove SAP_ALL profile to the user then system info and Memory snap shot button will wont be visibel
and export button can be hide from component configuration .
go to tcode 80 in webdynpro /component : FPM_OIF_COMPONENT expand thei webdynpro component go to component configuration folder -->go this configuration : /SAPSRM/XYZ
click on the start configurator
on screen will open in browser
in this screen
click on other function button
click on this and create the enhancement , after creating enhancement then click on change button
in the screen you can find the export button & Import button click onit
here you can set the visibility as invisible .
Thanks & Regards
Pradeep Kumar Dondeti

Similar Messages

  • Make the Dynamic button to be invisible in srm

    Hi Guys,
    Am working in the current requirement where i need to delete the dynamic buttons in the shopping cart screen in SRM 7,i have mentioned the button names below ...Please help me out.
    Buttons;
    1)System info
    2)Export
    3)Memory snapshot
    Thanks,
    Vignesh.

    Hi Vignesh ,
    go to tcode 80 in webdynpro /component : FPM_OIF_COMPONENT expand thei webdynpro component go to component  configuration folder -->go this configuration  : /SAPSRM/WDCC_FPM_OIF_PO_PURCH
    click on the start configurator
    on screen will open in browser
    in this screen
    click on  other function button
    click on this and create the enhancement , after creating enhancement then click on change  button
    in the screen you can find the export button click onit
    here you cab set the visibility as  invisible .
    Thanks & Regards
    Pradeep Kumar Dondeti

  • Dynamic table in webdynpro interactive form not working. Urgent

    Hi guys,
    I am facing a problem when trying to retreive data entered in interactive form dynamic table.i can get the data entered in non dynamic fields no problem.
    I have a node structure like this
    Root
       Data 1...1 singleton and non tried both
           Table 1...n singleton and non tried both
    In my adobe form i tried adding rows using add instance, and also using add button in webdynpro native. In the same method that adds row i simulated the submit button to create row in WD context! It adds rows but any data entered later is lost. One more thing i have noticed is it sometimes works after adding just one row! Data is passed to context but from next row it doesnt work! What am i missing?
    I also tried adding a button in webdynpro tray and adding the row directly to the context. new row is created in form but any data entered in new rows is lost!
    I am unable to obtain the data entered in Dynamic fields. I thought i would try the xml reading method but the problem is after crating a couple of rows dynamically if i go save pdf locally the new rows are not showing up in the pdf!
    I have seen a post which said using the if_wd_iactive handler to set the form as dynamic but that method is not available in our system! Sorry i am not in front of an SAP system so i cant type exact names!
    I tried using zci update program/ etc etc but i am still struggling at the moment. Any help would be much appreciated! Pls ask if you need more info.
    Regards
    Naresh
    Edited by: naresh dwadasi on Oct 7, 2011 9:05 PM

    problem solved! I had to recreate the form. not sure if i corrupted the webdynpro scripts etc by mistake.

  • Create Dynamic button

    can anyone guide me to create dynamic button? Thank you,

    Hi Pankaj,
    This is what you need:
      public static void wdDoModifyView(IPrivateStamappView wdThis, IPrivateStamappView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        //@@begin wdDoModifyView
        if (firstTime){
             IWDButton button = (IWDButton) view.createElement(IWDButton.class,"myButtomid");
                 IWDTransparentContainer myCont = (IWDTransparentContainer) view.getRootElement();      
             myCont.createLayout(IWDMatrixLayout.class);
             myCont.addChild(button,0);
        //@@end
    Regards
    Nir

  • How to get a form field valud in delete PL/SQL Button Event Handler

    Hi Friend,
    I have a form. when user clicks delete button. we want to remove system dodelete function
    and add a delete script
    Under delete-top category,
    how can I get value of form EVENT_NUMBER field in form at delete PL/SQL Button Event Handler?
    DELETE FROM PTEAPP.PTE_EVENTS WHERE eventnumber = EVENT_number
    But when I try to save this form and get message as
    1721/15 PLS-00201: identifier 'EVENT_NUMBER' must be declared
    Thanks for any help!
    newuser

    I did something similar but wasn't using a stored procedure. Couldn't you set a flag variable once you know you're not doing the insert and in the "before displaying the form" section put an IF to check if your flag was set, and if so do an HTP.Print('You are overpaid buddy!');
    Then just reset your flag.

  • Creation of satic and dynamic buttons in a view

    Hi,
    I have created a dynamic button using the code..
    DATA: lr_container TYPE REF TO cl_wd_uielement_container,
            lr_button TYPE REF TO cl_wd_button.
      CHECK first_time = abap_true.
      lr_container ?= view->get_element( id = 'ROOTUIELEMENTCONTAINER' ).
      cl_wd_matrix_layout=>new_matrix_layout( container = lr_container ).
      lr_button = cl_wd_button=>new_button( id         = 'BUTTON'
                                            text       = 'My Button'
                                            on_action  = 'ACTION' ).
      cl_wd_matrix_head_data=>new_matrix_head_data( element = lr_button ).
      lr_container->add_child( the_child = lr_button ).
    its working fine and iam able to see the button .....but when i create another button thorugh layout design its going for dump....whats the reason .?
    Cant we create static and dynamic buttons at a time?
    Thanks,.
    Shailaja Ainala.

    Hi Shailaja,
    Yes you can add static and dynamic ui elements together in the same view.
    The possible problem here could be the way in which the ui elements are added.
    You have created the dynamic button under the root container uielement.
    What about you static button ? Check your layout and layout data property.
    Thank You,
    Radhika.

  • I somehow deleted my "back" button in Safari. How do I get it back?

    Two issues: 1st: I want to know how to take a snapshot of something on my desktop.
    2nd: In trying to remember how to take a snapshot I was just pushing buttons, willy-nilly, and somehow deleted my "back" button in Safari.  How do I get that back?

    It's not on my keyboard (that I know of).  It's an arrow on the bar at the top of my safari screen.  I'm supposed to be able to click the arrow to either go back to the previous page or go forward to the next page.  But I deleted it somehow.  And now I don't know how to get it back.  I found a solution in someone else's post: Safari, View, Customize Tool Bar.  I tried to do that but it doesn't work for me.  I dragged the back arrows to my tool bar but they won't stay up there. What do I do now?
    Message was edited by: Magicswalker

  • Delete and Junk Buttons Disabled

    I noticed today that the "Delete" and "Junk" buttons in Mail's toolbar have become disabled ("grayed out"), even with a highlighted message in the message list pane. (I use a "three-pane" configuration, if that matters.) All the other buttons (Reply, Reply All, Forward, New Message, Get Mail, Note, and To Do) work fine.
    If I open a message into its own window, those buttons are active.
    All buttons work fine on another computer running the same OS version. I haven't installed any updates in the last few days.
    Does anyone have any ideas about what might be going on or how I could fix it? Thanks for any ideas.

    This is strange. With only a reboot (no updates applied), those buttons are now working again.

  • APEX:How to put dynamic buttons in a Report.

    Hello all,
    I am creating one application in which i want two buttons in every record. I can't put it manually because it should change according to records in a table So Can anyone tell me how to put dynamic buttons in a report.
    Thanks & Regards,
    Jiten Pansara

    Hi Jiten,
    you cannot create buttons in the report, but you can always create link columns with some css class to show it as button.
    So in the both link column report attributes you will have class="button1" and class="button2"
    And in dynamic actions you need to bind the events based on your link column's jquery selector like:
    .button1
    .button2Thanks

  • Unable to delete the dynamic attribute of a VO

    Hi,
    I’m trying to create Dynamic attributes to the VO(view Object) in AMImpl.java with below code:
    Step 1:
    OAViewObjectImpl personCompVO = this.getEDPersonListVO();
    String attrName = "Attribute Test”;
    personCompVO.addDynamicAttribute(attrName);
    Step2: I’ve assigned a value to the above attribute at run time as:
    OAViewObjectImpl personCompVO = this.getEDPersonListVO();
    RowSetIterator personIterator = personCompVO.findRowSetIterator("personCompVO");
    personCurrentRow = (OARow) personIterator.next();
    String attrName = "Attribute Test”;
    String profLevel = “Test Value”;
    personCurrentRow.setAttribute(attrName,profLevel);
    Step3: I’ve attached the above create attribute as a column to a table and rendering on the page in CO as,
    OATableBean tableBean = (OATableBean)webBean.findIndexedChildRecursive("EDPersonListTableRN");
    String attrName = "Attribute Test”;
    OAMessageStyledTextBean column = (OAMessageStyledTextBean)createWebBean(pageContext,MESSAGE_STYLED_TEXT_BEAN,null,”Test Column”);
    column.setPrompt(”Test Column”);
    column.setViewUsageName("EDPersonListVO");
    column.setViewAttributeName(attrName);
    Step1,2&3 are successfully done.
    But, since I’ve created a dynamic attribute to the VO at run time; I want that created attribute to be deleted at run time too. I’m not able to find any method that can delete the dynamic attribute at run time.
    Please help me out.
    Regards
    Manikanta Panigrahi

    Hi Anand,
    I've tried the below two but not issue not got solved.
    1. vo.clearCache()
    2. Got the query bofore creating runtime attribute using vo.getQuery. Put it in session using pageCOntext.setTransactionValue()
    and set the query again when you want to remove the attribute using vo.setQuery()
    Regards
    Manikanta Panigrahi

  • Why is the "Delete" and "Junk" buttons repleased with the "Archive" button (Only for one of the accounts)?

    Hello,
    I must have changed a setting, so that the "Delete" and "Junk" buttons above the mail pane have disappeared, and an "Archive" button has appeared instead. This is true only for my mail through Gmail (IMAP), but when i open a mail from my other account (POP), i still see the "Delete" and "Junk" buttons.
    How can I fix this?
    Thanks in advance
    Ayse

    Try this:
    Select an email that does not show all the correct buttons in the header information section above the actual message.
    right click on the blank area just above 'Other Actions', you should get a popup saying 'Customise'.
    click on 'Customise'
    a new window opens.
    you can drag items onto that header area, but I would suggest you click on 'Restore Default Set' button and then clickon 'Done' button.

  • I have deleted the music button/app from my phone. How do I get it back in my main settings?

    I have deleted the music button/app from my phone. How do I get it back in my main settings?

    You can't delete it.  Look on all your screens and inside all your folders.  If you still can't find it go to Settings>General>Reset>Reset Home Screen Layout.  This will restore the home screen to its original configuration but may move other apps around to do so.  (You may want to take some screenshots of your screens first so you can recreate your app layout.)

  • I have a ipod 2nd gen it is full cannot delete,the sync button does not work,says use cd that came with ipod

    ihave a ipod 2nd gen it is full cannot delete,the sync button does not work,says not used anymore,says use a cd that came with,,also cannot download itunes store,it says ios is out dated

    If you can't copy your purchases by right clicking on it in the device list and choosing "transfer purchases", download the apps again for free: http://support.apple.com/kb/HT2519
    Music can only be downloaded once.

  • Succession Planning 3.0 - Job Competencies - Hide Delete and Edit button

    Hi,
    In the detail panel of Job, there is a tab for Competencies.
    How do I hide the Delete and Edit button for each of the competency that is in the listing?
    I tried the file enable_actions.xsl and change the value to False.
    <xsl:variable name="enable_edit_competency">false</xsl:variable>
    <xsl:variable name="enable_delete_competency">false</xsl:variable>
    This remove the Delete and Edit button in the Job details, but it also remove the buttons in employee details.
    I want to keep the button in Employee Details.
    Thanks
    Jack
    Edited by: jackwong on Jul 28, 2011 8:16 AM

    Hi Luke!
    Thanks for the tips!
    I copied sap_competencies_xsl.xsl to zzsap_competencies_xsl.xsl
    Then i changed the value
    "$enable_delete_competency = 'na'"
    Then, in sap_job_to_competencies.xsl
    <xsl:include href="nakisa://Titan_Templates_SRS/ZZSAP_COMPETENCIES_XSL.xsl"/>
    It works after a restart!
    Thanks
    Jack

  • How do I delete the download button which is next to my home button? I keep clicking it when I want home and it is annoying.

    How do I delete the download button which is next to my home button?

    You can use the Customize feature to move it to a less irritating location. I suggest the Add-on bar if you keep that displayed.
    Start customizing with either of these, then drag the arrow to a new location, or into the dialog to remove from all bars:
    * right-click a blank area of the tab bar > Customize
    * tap the Alt key > View menu > Toolbars > Customize
    You will notice that some of the combined controls split apart in the customize view. If you put anything between them, they won't be able to recombine. (For example, if you separate stop and reload, or put something between back/forward and the URL box.)

Maybe you are looking for

  • Disk utility errors...

    I just reformatted my hardrive to free it from problems and now after reinstalling everything, disk utility shows these readouts which I assume are errors. First I give the verify read out followed by repair readout. Are these issues? How can I fix t

  • Export a PDF to an image with transparency

    Hello, I'm trying to export a PDF (which contains a logo with 4 paths) as an image with transparency. In my case I use the PNG because it supports the transparency. As my logo is defined with paths it should be possible to create an image with transp

  • Does apple make a black charging cable for a MacBook air?

    Hi All, I'm looking for a black charging cable for my new MacBook Air. I realize that this sounds like a ridiculous request, but my cat has an affinity for white cords. Anyone know where I can find one?

  • E65 and 4GB MicroSDHC support

    Bought a E65 and tried to run a 4GB MSDHC card. Failed! Any ideas?

  • IStumbler finds my wireless router, but airport will not connect

    Hi there Had a search around this forum, but nothing seems to exactly match this confusing situation: My airport connection to the wireless router has, over the last few days, been becoming increasingly flaky and intermittent followed last night by a