How to remove buttons from a selection-screen as window.

Hello SAPients.
I'm using CALL SELECTION-SCREEN 100 STARTING AT 10 10 to call a previously created selection-screen. The window shows 4 buttons: Execute,  Check input, Save as variant and Cancel. The user is asking to remove the Check input and Save as variant buttons. Is that possible? I've been searching and I can't find a way to remove those 2 buttons.
Thank you in advance for your help.

Hello Ric,
The buttons must be defined in GUI status right?
So you must be calling the 'set pf-status' command?
Modify this statement.
suppose the function code for check input is 'CHECK' and save variant is 'SAVE'.
TYPES: BEGIN OF TAB_TYPE,
        FCODE LIKE RSMPE-FUNC,
      END OF TAB_TYPE.
DATA: TAB TYPE STANDARD TABLE OF TAB_TYPE WITH
               NON-UNIQUE DEFAULT KEY INITIAL SIZE 10,
      WA_TAB TYPE TAB_TYPE.
CLEAR TAB.
MOVE 'CHECK'TO WA_TAB-FCODE.
APPEND WA_TAB TO TAB.
MOVE 'SAVE' TO WA_TAB-FCODE.
APPEND WA_TAB TO TAB.
SET PF-STATUS 'STAT' EXCLUDING TAB.
Thanks,
Susmitha
Dont forget to reward points for useful answers

Similar Messages

  • How to remove items from iPad home screen?

    How to remove items from iPad home screen?

    Press and hold any of the apps and after a couple of seconds or so they should start to shake. Then press the 'x' in the left corner to delete the ones that you don't want, and when you've finished deleting press the home button so as to stop the shaking. If you don't get the 'x' on any of the apps that you've downloaded (you can't delete built-in apps) then check that Settings > General > Restrictions > Deleting Apps isn't set 'off'

  • How to remove buttons from standard check in page

    Hi,
    Can any one tell me how to hide buttons from the standard check in page and re-arrange field in UCM. I want to just display Check In, Reset and Quick Help.
    Thanks,
    Abhijit
    Edited by: AbhijijitPr on Sep 6, 2010 2:28 PM

    Hey Tim,
    Even i am facing a similar situation but i have to hide the field on the selection of an option list
    How can i do it through profile and rules?
    Can it be done by using custom includes in the fields?
    if yes how?
    Thanks,

  • How to retrieve values from Dynamic Selection screen while using LDB  - PSJ

    I am having problem in PSJ Logical database. In a custom report which is using PSJ LDB, we are using PROJ and PRPS_R tables.
    When I run program it displays one dynamic selection screen, there we are giving selection criteria for PRPS (Master data WBS element) - Created on (giving some range like 2011/01/01 to 2011/01/31).
    So I want to display all WBS element which are created during the period (2011/01/01 - 2011/01/31).
    How do I retrieve the select-option low and high value of the field Created on Of WBS element if we Select data from any table based on this condition.
               Please help me.
    Thanks.

    in fact you don't have to get the values, you only need to tell to the program to take them into account :
    GET PRPS.
      CHECK SELECT-OPTIONS.

  • How to remove Button from Flex Mobile app actionbar with AS3?

    How exactly would i remove a Button from the actionBar "actionContent" in a flex mobile app?
    I tried these:
        this.stage.removeChild(menu_btn);
        this.removeChild(menu_btn);
        stage.removeChild(menu_btn);
        this.stage.removeElement(menu_btn);
        this.removeElement(menu_btn);
        stage.removeElement(menu_btn);
    I'm not having any luck with those. Im guessing where it is located in the actioncontent isn't considered the stage. Any ideas?
        <s:actionContent>
                            <s:CalloutButton id="menu_btn" icon="@Embed('assets/images/menu/menu_btn.png')" visible="false">
                                      <s:VGroup>
                                      <s:Button id="btn_one" label="Button" />
                                      </s:VGroup>
                            </s:CalloutButton>
                  </s:actionContent>
    The actionContent is setup like that, I know like with most mxml stuff I could give it an ID to reference it but im not sure how how to give the action content an id number `<s:actionContent id="testID">` does not work. So how can i access this to remove it? making it invisible isn't cutting it i need to actually remove it.

    Does this do what you are looking for?
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
        <s:actionContent>
            <s:Button id="excess" label="excess" />
            <s:Button label="remove" click="this.navigator.actionBar.actionGroup.removeElement(excess);" />
        </s:actionContent>
    </s:View>

  • How to 'remove color' from a selection?

    I plan to get PSE (Mac) soon but need to ask a question
    before...
    Say I have a .jpeg, or .tiff (color image) open.
    I then make a selection of a rectangle or some other shape over the image.
    Is it possible to 'remove the color' or select gray scale
    within the selected shape, so that there is then the
    original image with the selection in monochrome
    and the rest in the original color?
    many thanks

    Come back when you're ready and someone can tell you some of the ways to do it. No point in going into that till you have the program in front of you.

  • How to remove paint from my macbook screen

    Hi My roommate was doing some painting and my MacBook was on the coffee table and now I have flecks of paint on my screen. What is the safest way to remove it without damaging the screen?

    Try Goof-Off or Methyl Ethyl Keytone (MEK) both which dissolve water based paint (latex wall paints) and evaporate very quickly, however when it dries if it's on the screen again then it will dry there. So you need to wipe off with clean areas of a cloth quickly to transfer the paint to the cloth and not back onto the screen.
    Since both are extremely powerful solvents, it's highly advised to test using a cotton swab on a lower corner someplace small and allow to dry, hold at a angle to see if it will damage the screen.
    If it's small tiny flecks like spots, you may use a plastic credit card or plastic paint scraper and lightly pass over the screen and chip them off.
    Oil based paints are a different matter, I'm assuming here the walls were painted to get that sort of splatter on the screen.

  • Supress 'Further Selection' And 'Search Help' buttons from LDB selection sc

    Hi,
       How to supress/invisible 'Further Selection' And 'Search Help' buttons from LDB selection screen?
    waiting for reply.
    Shweta.

    Hi,
    1) try to use another version of sel-screen
    2) work with loop at screen:
    LOOP AT SCREEN.
        CASE SCREEN-NAME.
          WHEN 'ANLAGE-LOW' OR 'ANLAGE-HIGH'
          OR '%_ANLAGE_%_APP_%-TEXT'
          OR '%_ANLAGE_%_APP_%-VALU_PUSH'
          OR '%_UNTNR_%_APP_%-TEXT'
           OR 'UNTNR-LOW' OR 'UNTNR-HIGH'
          OR '%_UNTNR_%_APP_%-VALU_PUSH'
           OR 'BEREICH2' OR 'BEREICH3'.
            SCREEN-INVISIBLE = 1.
            SCREEN-INPUT = 0.
            SCREEN-OUTPUT = 0.
          WHEN 'BUKRS-LOW'.
            SCREEN-REQUIRED = 1.
          WHEN OTHERS.
            CONTINUE.
        ENDCASE.
        MODIFY SCREEN.
      ENDLOOP.
    A.

  • Remove buttons from CAD Supervisor toolbar

    UCCE 9
    CAD 9
    I know we can remove Agent buttons from CDA -> CAD-Agent work flow -> User Interface section.
    How to remove buttons from CAD Supervisor toolbar please? Like Recording. If not possible, is it possible to Disable / Grey out a button. I am looking to remove / disable VoIP Monitoring and Record buttons please?
    Thanks,
    Kartik Bhatia

    Can you try this:
    Go to CAD Admin web page
    Services Configuration-> Remove VoIP/Recording & Playback Services
    Make sure that there are no IP addresses of any servers in the Recording & Playback Service menu. If there are some, select them and press ‘Remove’ button to remove them.
    Please make sure that you close CSD, CAD completely and login back to see the changes. I haven’t tried this before but I think this would disable the recording buttons in CSD. I don’t know whether it needs CAD services restarts(all).
    -Sunil

  • How to Remove the underline from the selection screen parameter

    How to remove the underline from a selection screen parameter ?

    >
    Anoop Menon wrote:
    > hi Avinash,
    >
    > I am not able to understand the use of the 'comment line properly.
    >
    > The last part of the statement which says modif id is confusing.
    >
    > Please clarify..... I am unable to activate my code when I put the selection screen commebnt statement.
    Use this and update it to your requierement !
    SELECTION-SCREEN begin of line.
    SELECTION-SCREEN COMMENT 1(30) comm.
    PARAMETERS test(1) type c.
      SELECTION-SCREEN end of line.
    INITIALIZATION.
      comm = 'test'.

  • How can I remove the Emergency Call button from the lock screen Xperia Z2

    How can I remove the Emergency Call button from the lock screen on my Z2 phone

    Alecuk wrote:
     It's like the stupid bold font on the hours or the lock screen clock - i've never seen anything so stupid in all my life.
    it's things like this that make a good phone c.r.a.p.
    Hi, well if you do a little bit of research on the forum you will be able to see that you can & very easily able to change the font on the clock 

  • How to get rid of the loop in ALV output from At selection screen event?

    I have several push buttons on a selection screen.
    Clikc on a button, then it pops up an editable ALV report. (This gets triggered AT SELECTION SCREEN event.). REUSE_ALV_GRID_DISPLAY_LVC..
    On the ALV output, I enabled F4 for a couple of fields. Once I click on the F4 button, ONF4 method gets triggerd and a pop up appears with custom search helps.
    choose a line and it fills the cell.
    Upto this it works fine.
    Now I click on the BACK button at the ALV output, it takes me to the selection screen. I click on the button again, it show the editable ALV. Now when I click on the F4 button, the pop up comes up twice and the cell gets filled from the second pop - up.
    How to control this?
    Probably I am not refreshing something?
    (I am using REUSE_ALV_GRID_DISPLAY_LVC and tooks ome code for ONF4 event from BCALV_*DATATYPES (forgot the exact name) program.)
    Thanks,
    Ven

    Hi,
    FORM refresh_grid USING  pw_grid TYPE REF TO cl_gui_alv_grid.
    *Work area
      DATA : wal_stable TYPE lvc_s_stbl.
      CHECK NOT pw_grid IS INITIAL.
      wal_stable-col = c_check.
      wal_stable-row = c_check.
    *Method to refresh grid
      CALL METHOD  pw_grid->refresh_table_display
           EXPORTING
             is_stable      = wal_stable
             i_soft_refresh = c_check
           EXCEPTIONS
             finished       = 1
             OTHERS         = 2.
    ENDFORM.                    " refresh_grid
    Thanks,
    Sree.

  • I was trying to move my photos from the iPhoto library to an external hard drive.  I now have a desktop display of thousands of cascading photos.  How do I remove them from my desktop screen?

    I was trying to move my photos from the iPhoto library to an external hard drive.  I now have a desktop display of thousands of cascading photos.  How do I remove them from my desktop screen?

    Strangely enough we can not see you so it really helps if you share with use exactly what you have, exactly what you did and details about the problem
    what version of iPhoto and of the OS? What exact steps did you do? where are you seeing these "thousands of cascading photos" now and using what software and what exactly did you want to accomplish
    The correct way to move your iphoto library to an external drive is to verify the drive is formatted Mac OS extended (journal) and then drag the iphotl library intact as a single entity to is
    The correct way to move some or all of your photos is to select them in iphoto and export 9file menu ==> export  --  https://discussions.apple.com/docs/DOC-4921 ) to the external drive
    LN

  • How can i declare a single radio button field in selection-screen ?

    How can i declare a single radio button field in selection-screen ?

    >
    Rob Burbank wrote:
    > And how will you turn it off once it is turned on??
    >
    > Rob
    Thats correct ;)...See ravi if users will ask so many things its our Job to convay the correct solution ....
    Just post your org requirement..SOo some body guide you better//
    Sas

  • How to accept multiple attachments on selection screen?

    Hi All,
    I need to know how to accept multiple attachments on selection screen and send them as email to external system (outlook).
    Basically, my req is to send a common email with attachments to certain users. These users are displayed in ALV. User will select ALL or specific user from ALV and send an email with message entered on selection screen.
    I used text editor control to input message body. I need to know how to accept attachments and send them.
    Appreciate any inputs.
    Thanks,
    SKJ

    SAP uses a nifty little button called 'Object Services' on ME23N (top left) which you can use to attach documents to business objects.
    http://help.sap.com/saphelp_nw70/helpdata/EN/be/3fe63659241157e10000009b38f889/frameset.htm
    It's a complicated way of doing it but might give you extra functionality in the long run.

Maybe you are looking for

  • Office 2013: Windows host process (Rundll32) has stopped working

    Hi, I have problems with adding additional e-mail address to my Outlook. When I open the Mail Control Panel Item, go to my Exchange Profile and add a new e-mail address I get a popup indicating that the Windows host process (Rundll32) has stopped wor

  • Best practice for image resolution

    Although my source images files are high quality and look great in photoshop etc when they are viewed within a folio on the iPad the image quality drops. I'm using JPEG high when creating the folio but it still looks pretty blurry. It's OK, but nowhe

  • Default setting for Exchange rate ..?

    Hi All Can anybody give some inputs , how to make exchange rate fixed tick mark in Import PO as default setting . Any configuration part is there to do this settings in MM-IMG. Expalin me step by step procedures to make as default as exchange rate fi

  • Session State Protection - Arguments must have Checksum - Help Required

    Hi everyone, I am using apex 4.0 and have set: Session State Protection = True Page Access Protection = Arguments must have checksum Application Item Protection = Cecksum required - Session Level Page Data Entry Item Protection = Cecksum required - S

  • Augmented Reality for Explorer

    Hi Barnaby, I actually have no idea about this prototype as it was not developed by the bi.ondemand.com team and this is the first I have heard of it. I do know that the ipad app has been updated at least a few times since the blog was written.  It c