Disable Start button in Initial screen of FPM

Dear Experts,
I have to disable / enable the Start button of the initial screen in FPM, based on a condition .
Request to to please suggest.
Warm regards,
Upendra Agrawal

Dear Upendra Agrawal
Check here please:
[Start button in FPM configuration;
[To hide 'Start' button.;
Kind Regards
/Ricardo Quintas

Similar Messages

  • Documentation button in initial screen is disabled.why?

    Hi guys:
       I have the profile SAP_ALL and SAP_NEW,but when I login SAP system,Documentation button in initial screen is disabled.why,who can I use it ?

    for document managemnet system,
    to create document use CV01N.

  • How to disable save button on selection screen (1000) run from other report

    Hi Experts,
    Can any one let me know how to disable save button on selection screen (1000) run from other report.
    Say I am running from report R1 which submits report R2, but the save button should be disabled on
    report R2(selection screen 100).
    Thanks in advance.
    Regards
    RP.

    Hi RPReddy16 ,
    Try this:
    DATA :BEGIN OF t_extab occurs 0,
                     fcode like rsmpe-func,
                 END OF t_extab.
    REFRESH T_EXTAB.
    MOVE 'SAVE' TO T_EXTAB-FCODE.
    APPEND T_EXTAB.
    CLEAR T_EXTAB.
    SET PF-STATUS 'STATUS' EXCLUDING T_EXTAB.
    Regards,
    José

  • Suppress or Disable SAVE button in Approval screen (BBPSC07)

    Dear Experts,
    i would like to ask how to suppress or disable SAVE button in Approval Screen (BBPSC07). Thanks in advance..
    Edited by: Mochamad Affan Rasyidi on Oct 3, 2009 6:38 AM

    Hi
    If you mean disabling the Variant Save Option of the SAVE button in a Selection-Screen without getting rid of the button in the screen you can do this.
    FIELD-SYMBOLS <fs>.
    AT SELECTION-SCREEN.
      IF sy-ucomm EQ 'SPOS'.
        ASSIGN ('(RSDBRUNT)<SSCRFIELDS>-UCOMM') TO <fs>.
        <fs> = ''. 
    *  Logic you want to apply to the SAVE button
      ENDIF.

  • Hide/Disable Start Button in Windows 7

    We are migrating from Windows XP to Windows 7. In Windows XP, we can able to find the "Start" button handler and hide it from the user. But this functionality seems to be broken in Windows 7. i am using below code to disable start button, its not
    disabling... its completely visible when i try to show the task bar.
    Code Snippet:
     IntPtr nShellTray = FindWindow("Shell_TrayWnd", "");
                IntPtr nStartButton = FindWindowEx(nShellTray, IntPtr.Zero, "Button", "Start");
                //Windows 7 - No Text "Start" on Button
                if (nStartButton.Equals(IntPtr.Zero))
                    nStartButton = FindWindow("Button", null);
                if (nShellTray != IntPtr.Zero && nStartButton != IntPtr.Zero)
                    ShowWindow(nStartButton, SW_HIDE);
                    ShowWindow(nShellTray, SW_HIDE);
                }

    Hi,
    Based on my knowledge, there is no official way to hide/disable start button. But we can use 3rd party software to remove start button.
    You can refer to
    http://www.thewindowsclub.com/how-to-remove-start-orb-button-in-windows-7-or-vista
    Note
    Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Andy Altmann
    TechNet Community Support

  • How ti disable enter button in selection screen.

    Hi,
    Developed a  report and when execute the Tx code first i get selection screen and when inputs are given in selection screen and hit enter it will direct to module pool screen.. here after giving inputs in selection screen,ENTER and F8 button are working but i want to disable ENTER button ....
    Regards,
    Venkat.

    Hi venkat,
    I am also fasing same problem plz help me how to call form in start-of-selection please help me with any sample as soon as possible,
    Regards
    sridevi.V

  • Disable execute button on selection screen

    Hi Experts,
    I need to disable execute button on the selection screento restrict program to run in foreground and add another buttn which schedules a job in background. Kindly help.
    Thanks in advance.

    TABLES: sscrfields.
    include rsdbc1xx.
    INITIALIZATION .
    sscrfields-functxt_01 = 'Button1'.
    SELECTION-SCREEN: FUNCTION KEY 1.
    AT SELECTION-SCREEN OUTPUT.
      append 'ONLI' to current_scr-excl.
    AT SELECTION-SCREEN.
      CASE sy-ucomm.
      WHEN 'FC01'.
    "* Here you write your logic for background job
      ENDCASE.
    I have the same problem. This works like a charm!
    Thanks Dzed Maroz.
    Edited by: Samanta Limbrada on Mar 30, 2011 6:29 AM

  • How to disable execute button in selection-screen

    Hi,
    I have already placed a execute button in selection screen but now I want to diable
         1. All std  buttons including F8
         2.   but excluding F1
    regards
    paul

    Hi
    Check this FM : RS_SET_SELSCREEN_STATUS
    sample code :
    DATA: BEGIN OF i_exc OCCURS 0,
           code LIKE sy-ucomm,
       END OF i_exc.
      DATA: ws_repid like sy-repid.
      CLEAR i_exc.
      i_exc-code = 'ONLI'.
      APPEND i_exc.
      MOVE: sy-repid TO ws_repid .
      CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
        EXPORTING
          p_status  = ' '
          p_program = ws_repid
        TABLES
          p_exclude = i_exc.
    Laxman
    Message was edited by: Laxmana Kumar

  • Disable photos button on camera screen?

    Hi,
    I cant find this answer anywhere, does anyone know how I can disable the photos button on the camera screen? - So basically if someone goes into my camera to take a photo, they cannot just press the button and enter into the camera roll to view all my other photos?
    I have an iphone 4s on ios 7
    Any help is appreciated

    Hey rizwany25,
    I would suggest that you set up a passcode on your device:
    iOS passcodes
    http://support.apple.com/kb/ht4113
    Once you have a passcode set up, all you will need to do is to simply lock the phone like you normally would, then you can activate the camera from the lock screen and let your friend use it to take a photo:
    Use the Camera from the lock screen - Camera - iPhone Basics - Apple Support
    http://support.apple.com/kb/TI109
    Your friend will be able to review the photos they have just taken, but they will not be able to access the Camera Roll without entering your passcode. Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • How to disable print button in outoput screen from vf03

    hi,
    i have a requirement to display error message and, disable the print and print preview button.
    below its the step,
    1)vf03
    2)key in document type
    3)select output type
    4)if there's error, display error message and disable print and print preview button.
    what i have done was
    1) i've put the error message in my 1st part of code,
    *determine discount
    it_zmas-discount = it_zmas-gross_value - zkwert.
    MODIFY it_zmas.
    ELSE.
    MESSAGE ID 'Z0' TYPE 'S' NUMBER '999' WITH 'Please maintain cust pricing grp 34 for ' wa_zmas-matnr.
    p_proc_screen = 'X'.
    ENDIF.
    CLEAR zknumh.
    2)then i set itcpo-tdpreview = ' ' to display my print button after display the error message
    CLEAR itcpo.
    MOVE-CORRESPONDING nast TO itcpo.
    itcpo-tdcover   = nast-tdocover.
    itcpo-tddest    = nast-ldest.
    itcpo-tddataset = nast-dsnam.
    itcpo-tdsuffix1 = nast-dsuf1.
    itcpo-tdsuffix2 = nast-dsuf2.
    itcpo-tdimmed   = nast-dimme.
    itcpo-tddelete  = nast-delet.
    itcpo-tdcopies  = nast-anzal.
    itcpo-tdprogram = sy-repid.
    IF us_screen NE space
    AND p_var EQ space.
    itcpo-tdpreview = 'X'.
    itcpo-tdnoprint = 'X'.
    ELSE.
    itcpo-tdpreview = ' '.
    ENDIF.
    CASE nast-nacha.
    WHEN '1'.
    xdevice = 'PRINTER'.
    itcpo-tdnewid = 'X'.
    itcpo-tdgetotf = 'X'.
    WHEN '2'.
    xdevice = 'TELEFAX'.
    itcpo-tdtelenum = nast-telfx.
    itcpo-tdteleland = us_country.
    itcpo-tdsenddate = nast-vsdat.
    itcpo-tdsendtime = nast-vsura.
    WHEN '3'.
    xdevice = 'TELETEX'.
    itcpo-tdtelenum = nast-teltx.
    itcpo-tdteleland = us_country.
    itcpo-tdsenddate = nast-vsdat.
    itcpo-tdsendtime = nast-vsura.
    3) my last problem its, i am not sure how to disable the print button.i need  to show an error message for my invoice via vf03 when error occur when user click print or print preview button. however with my code above, i am only able to display the error message and disable the print preview.
    could anyone guide me how do i disable my print button? really appreciate your help.
    regards,
    sw

    Instead of disabling the print buttons, you can restrict creating the actual output message for a specific output type.
    You can achieve it by creating the Output Requirement in transaction VOFM. You need to assign this requirement to your Output type. In this Requirement you can check all your conditions. If they all validation pass through than and than create the Output.
    Regards,
    Naimesh Patel

  • Disable Reject Button for Invoice on Work Item Screen

    Hi! I know we can use the Dynamic Column configuration to disable and enable the Approve/Reject button on the Inbox screen where the approval work items are displayed. However, I would like to know whether it is possible to have only the Reject button disabled? Reason for asking this is a rejection reason needs to be maintained for the rejection. The check is in place if we reject the invoice from the detail screen. However, if we reject it from the Inbox screen, it will go through without any warning or error message. I have searched OSS notes but found nothing so am wondering whether this can be considered a bug or not. If not, then I want to know what solution option I have relating to this. I am thinking of either a repair to disable the button on the screen for invoice approval or find a why with the dynamic columns to do that.
    Appreciate any comments on the above.
    Cheers!
    SF

    No response

  • Disable create button in ME23N

    Hi Gurus,
    I have a requirement to disable 'create' button in ME23N screen.
    Can we acheive this by transaction variant?
    Appreciate if some body can explain the steps.
    Thanks
    Kala

    Hi sasi kala,
               Ofcourse it possible by SHDO,
    Try like this..
    Goto SHD0 and enter ME23N in Transaction code field
    and then enter e.g. ZME23N in Transaciton variant filed then hit create button
    it will take you to the PO create screen.
    here you enter all the value and and create the PO.
    every popup screen hit enter
    and which ever value you want to defulat to the transaction
    those values you have to check the check box of
    W.content and output only
    then save. it will ask you the object where you wan to save
    if you want to migrate to another system then use the real package other wise use $TMP for each screen (until the popup goes away)
    and save it
    Then go back to main SHD0 screen and hit goto button and select create variant transaciton and create the tcode for this variant which can be used by user
    Regards
    Kiran

  • How to get rid fo emergency button on lock screen?

    Need to disable emergency button on lock screen. I do not like it when the police call me saying I made a false 911 call while I am working.
    Anyone figure out how to disable?
    Please help.
    Scott

    Hi and Welcome to the Community!
    This article may be partially on point:
    KB26459 How to prevent accidental emergency calls from a BlackBerry smartphone
    Many jurisdictions require that ability, and so it cannot be overridden.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to disable a button

    Hy Experts,
    I am a Basis guy and I want to know how to disable a button from any screen.
    Basically I have to Disable a button "Save as Completed" from the screen of t.code MIR7.
    Is there any way to hide it. If it is then please let me know, I will be thankful to you.

    Dear Aplesh,
    Check this:
    It will give you the description along with screen-shots.
    http://husnie.wordpress.com/
    Regards,
    Rakesh

  • Deactivati​ng On/off Button while in Screen-Loc​k

    Hi,
    Is it possible to deactivate the On/Off Button while the device is screen locked?
    A User have a problem that he puts his Blackberry in his pockets and it could be that the on/off Button gets accidentally pushed for some seconds and the Blackberry turns itself off.
    Now he wants to disable the button while in screen lock. Is it possible?
    Many thanks

    it is possible when using a holster or a pocket with a sleeper magnet in it
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

Maybe you are looking for

  • Where do I set linker flags?

    Hi, How do I set the "linker flags" through the Sun Studio 12 IDE? Am moving a small existing set of GTK/Gnome source C code from Eclipse 3.2.x for Sun Studio 12/Express. (Wish the "Eclipse Importer would work with C code"!) Checked out the source fr

  • How can I get a list of BSSIDs without using netsh?

    I'm looking for an object that would have contents similar to the output of netsh wlan show networks mode=bssid I don't want to use unreliable parsing of text output, so using netsh is out.  The WMI interface that worked in windows xp doesn't work no

  • Is the iPod video supposed to suck out of the box?

    I just purchased a brand new 30 GB iPod video and it's awful right out of the box. Everytime I start it up for some reason I get that Apple restart screen but nothing is restarted. When I click on a song under and album it takes 30 seconds to a minut

  • Error in populating Custom table entries records

    Hi, While uploading data from excel sheet  to one of the custom tables (around 4500 records at one go), fields get populated in respective fields. One of the fields is Equnr(Equiment number) in that table. When uploading with 10 character , when we c

  • Creating backdated invoices after last date of fiscal period

    Hello experts In our business, it is a rule to keep the billing period open for two days even after the last day of the fiscal period. For example, P10 ends on 29/10/2011, but that period is not closed until 31/10/2011(P11 date) so that the users can