Disable post button for workflow parking FB75

Hello Experts,
I am implementing workfllow for approval of FB75. Workflow is getting triggered on park option.
My Requirment is to disable the POST button to ensure the approval before posting the document.
Thanks,
Sangeeta

This can be done using following configuration from SPRO .
1) Create WF variant
2) setup release group
3) setup release approval path
4) assign release approval group and document type to release approval path
when setting up the WF variant the "posting release" flag determines in the doument has to be approved  before posting.
check with your fucntional team for more information.
Regards,
Sarath.

Similar Messages

  • Disable Delete Button for infotype 2001 subtype 0025

    I want to Disable Delete Button for infotype 2001 subtype 0025 only in PA30/61.
    Is there any EXIT available

    Hi
    Try it .
    Somebody already given this type of answers.
    Pls first use Search then post.
    Well FYI,
    <b>There is a standard User Exit for PA30 / 40 for PBO and PAI events.
    ZXPADU01 for PBO and
    ZXPADU02 for PAI events.
    By writing proper code in here for the IT2001, you can write your rules.
    PBAS0001 ( PA: Pers.Admin./Recruitment: Default values and checks ),</b>
    Manoj Shakya.

  • How do I disable "Exceptions" button for "Block pop-up windows" in Content tab?. I am able to Disable other Exception buttons in this tab using about:config preference.

    Need a way to disable "Exception" button for "Block Pop-up windows" in Tools-> Options -> Content tab. I want to be able to do this for Locking Down Firefox preferences.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    That button doesn't have a pref associated with it, so you can't disable that button with a pref on the about:config page or a lockPref call.
    That only leaves the choice to remove that button with code in userChrome.css
    <pre><nowiki>#popupPolicyButton {display:none!important;}</nowiki></pre>
    See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

  • How to disable navigator buttons for editable rowset

    Hi All!
    Is it possible easily to disable delete button for editable rowset?

    Hello Francois,
    Thank you for your fast reply!
    I tried your recommendation, but got the following result:
    When I have a label of "& OK" with the blank symbol as ALT-255, the Button in the Alert Box still has the focus. It seems as if there now is a blank in front of the OK (which is underlined). This does not really solve my issue, because the Button still has the focus and that should not be. The best solution for the user would be if he only could accept the message with a mouse klick.
    Is there an other suggestion?
    Thank you so much!

  • Disable the buttons for creation using PFCG roles

    Hi SAP Experts,
       How to disable the buttons for creation using PFCG roles?
    Regards,
    Jaya

    Hi,
    u have to write the code in <b>at selection-screen output</b> event
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF  <b>P_PRINT</b> = 'X'.  " this is radiobutton
          IF screen-name = 'P_RANGE'.
            SCREEN-INPUT = 0.
          ENDIF.
          modify screen.
        ELSE.
          IF screen-name = 'S_LFDAT-LOW'.
            SCREEN-INPUT = 0.
          ENDIF.
          IF screen-name = 'S_LFDAT-HIGH'.
            SCREEN-INPUT = 0.
          ENDIF.
          IF screen-name = 'S_WERKS-LOW'.
            SCREEN-INPUT = 0.
          ENDIF.
          IF screen-name = 'S_WERKS-HIGH'.
            SCREEN-INPUT = 0.
          ENDIF.
          IF screen-name = 'P_LIFNR'.
            SCREEN-INPUT = 0.
          ENDIF.
          IF screen-name = 'S_BUKRS'.
            SCREEN-INPUT = 0.
          ENDIF.
          modify screen.
        ENDIF.
      ENDLOOP.
    Hope it helps.
    Regards,
    Sonika

  • "Post Button" for post parked document

    Hi all,
    I have a issue about workflow for parked document. The workflow it can work properly. But When the authorized person have relased and want to post the parked document, but there isn't even see the "post" button? I can only see "park" and "save as complete". It should be possible to save the document even with some missing data, and in this case you cannot save the document as complete. Could this be some configuration is missing? I have maintain event type link by using subworkflow ws10000052 and create event "CREATED". Could I create event "POSTED"? Need your advise, thanks.
    Regards,
    John

    Hi John,
                  The authorized person has to click the complete document on checking this if there are no errors in the document it will take him to the release screen there he can release the document.
    On clicking the release button a Backgroung method will do the posting, by calling the bapi one more important thing is the posting bapi will check for consistency of the document only if the document is complete it will post the document. So before release the person should have checked complete document.
    Regards,
    Dheepak
    Regards,
    Dheepak

  • Disable 'Delete' button for posted invoices  in GOS Attachment List

    Hi,
    when i open the attachement list of a generic object i see the attached files. In this dialog i want to disable the   "Delete" ( attachment)  button  for Posted invoices ( In MIR4 tcode -> If the invoice is already posted it should not allow to delete the attachment )
    I read oss notes and some ides of copying diverse classes but nothing really helps.
    I found two badis
    GOS_SRV_REQUEST
    GOS_SRV_SELECT
    but i dont know where we have to write our code .
    I read so many posts related to attachments but all the places described about authoriztion object .
    Can you please give some ideas to disable the delete button for posted invoices.

    Hello,
    For GOS there is no SAP Standard authorization concept. The only way to
    manage GOS authorizations is implementing it via custom code as
    described in SAP Note: 491271.
    Please have a look at the SAP notes:
    491271 Authorizations for generic object services
    701609 Authorizations for services: Final classes
    For the use of S_OC_ROLE: this object states if a user is an office
    administrator he can create, modify or delete every document, even
    those created by other users. If the user is not an office admin, the
    user is still able to create his own attachments.
    Regarding to the issue, there is an role object S_GUI for upload.
    To match your inquiry, pleaes find the user's role and active the
    object S_GUI.
    Regards,
    David

  • Post Button in Workflow

    Hi,
    I want to ask. If I want to use and activated the workflow for parked document. The authorized user can release this parked document, but if we want to post by T code FBV0 there is no "Post Button" in there. There is only "Park Button" and "Completed". How can I make "Post Button" is appear in FBV0?
    Thanks,
    John

    Hi John,
    So you are trying to post the document from the SAP inbox, right?
    The post option is grey, because workflow open this screen in display mode not in change mode.
    Go to the corresponding business object of the workflow and in the basic data, change the default method as Change instead of Display.
    In transation SWO1 click the hat button to go to Basic data.
    Thanks,
    Viji.

  • 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

  • How to disable forward button for particular workitem in SAP Enterprise portal 7.4

    HI Experts,
    We have recently upgraded our enterprise portal to 7.4 version. We have a requirement to disable the forward option for a particular shopping cart workitem coming from SRM system.
    I searched the help document and other threads and found that the FORWARD button can be removed from iview property:" LIST OF ACTIONS TO BE EXCLUDED"  But this disables the forward button for all the other workitem type also.
    Is there any way to disable the FORWARD BUTTON ONLY FOR SHOPPING CART ITEM THROUGH XML CONFIGURATIONS?
    I have attached the screen shot. Kindly revert with your suggestions.
    Best regards,
    Rahul

    Hi Gaurav,
    In you xml file , you can check forward action in<action>..</actions> tag . Also I am assuming , the shop cart workitem uses default view , so you can check default view in your xml and remove the actions from that view. For ex:.. you can create a custom view and make your task use that view and you can remove 'forward' action from that view.
    Hope this helps !
    Thanks & Regards
    Saikrishna

  • Disable middle button for osx while in Parallels

    I've been trying to accomplish this for hours, maybe someone can help:
    I need to use AutoCad for PC, so I run a Windows XP VM in Parallels 7. In OSX (Mountain Lion) I have assigned Mission Control for the middle button of my mouse (Logitech V470).
    When I try to pan in Parallels's AutoCad, as obvious, it activates Mission Control. How can I disable the middle button for OSX only if I'm working in Parallels, so when I go back to OSX it will continue to launch Mission Control. Am I explaning my self good enough?
    Thanks for your help!!

    Actually the middle button  on a mouse has a specific function in OS X and you have overwritten that. If you hadn't it would work as it should in Win XP for ACad. You need to remove that change of assignments and go back to Default.
    There also may be an isolation feature in Parallels where once you are in Parallels the mouse and keyboard commands are only relayed to the OS in parallels. Not sure as I use VMware Fusion.

  • Disable "logon" button for BPC for Excel,powerpoint and word .

    Hello All,
            Is there way to hide u201CLOGONu201D button for BPC for excel, word and PowerPoint. We want that our end users canu2019t see it.We have 300 users .  Is there any environment variable or BPC package setting for this to do it for all users in one shot?
    Thanks,
    Saquib Khan

    Hi,
    I still don't get why this requirement but I can understand it is required by a customer.
    I don't understand where is the problem if somebody will press by mistake that button.
    It will prompt login window and the user will be able to press cancel button.
    I think the solution proposed it is really dangerours and it can cause a lot of issues with BPC if you will delete the logon dll.
    What I want to clarify is who is asking about that button to be hide?
    Are we speaking about BPC users?
    If yes then they will use a really nice functionality.
    Majority of BPC users are working in Excel and at some moment they need access to BPC.
    So in that case it is easy they have just to press the logon button.
    If you will hide that button they will have to go into launch page and from there to start BPC webexcel.
    So that's means they will really loose a lot of time just to be back again into excel.
    So I don't get why the people request to hide that button.
    Let's suppose somebody press by mistake that button ...what is the issue with that?
    I need to understand the requirements to be able to understand what kind of solution we can provide for customer.
    Regards
    Sorin radulescu

  • Authorization object to disable execute Button in Workflow Inbox

    I have a scenario where user can able to see workflow in Inbox but they are not suppose execute workflow(Disable Execute Icon), what is the  authorization object i need to use to disable this.
    Thanks,
    Nar

    Can you modify the method that is executed when you click the work item itself (is it a standard one)? If yes, just code a authorisation check there before the actual code.
    Or user authorisation trace to find out a possible authorisation checks when executing the work item. Hard to imagine that someone would know the object for this unlikely scenario. Or check that which transaction is launched from the code, and see if there is already some nice authorisation check (also with the trace).
    Regards,
    Karri

  • FV50--- How to Deactivate POST button for some users?

    Hi Experts,
    Pls. clarify me that, How to get it done?
    1) my_company_Authorised_Group_Users: T code>FV50>Can see & use the POST MENU button on Standard tool bar
    2) my_company_NOT_Authorised_Group_Users: Can NOT see & use the POST MENU button on Standard tool bar
    1) How I can put this restriction among the users?
    2) Pls. let me clarify step by step!
    thanq.

    If I understand correct, the documentation says as follows : So you may want to check further with experts, if this can be executed as said. i.e you may be able to use the same transction, but give different users, different variant.
    You can assign various transaction variants to individual sales document types.
    With the help of transaction variants, you create various variants for the same transaction (for example, create sales order VA01), in order to simplify your transaction flows. You can achieve this by:
    Preassigning fields with values
    Fading out and changing input availability for fields 
    Fading out entire screens
    <b>In this way, you can provide your users with screens which are defined according to their specific needs per sales document type.</b>
    When a transaction variant is created, several screen variants are created for each individual screen for the transaction chosen for the variant. The system accesses this screen variant when a transaction variant is applied.

  • Disable DELETE Button for TMG

    Dear All,
    I have a TMG for one of the Custom DBT.
    In the maintenance screen, I want to delete the DELETE Button.
    Is this posible ?
    If yes, any help is appreciated !
    Regards,
    Deepu.k

    Hello Guy,
    Yes, I did the same.
    I used the following :
    a. Go to the TMG
    b. Go to the Maintenance Screen.
    c. Double click on the screen number.
    d. In the PBO write amodule : module disable_delete.
    e. module disable_delete output.
           excl_cua_funct-function = 'DELE'. "(function code for delete)
           append excl_cua_funct.
       endmodule.                 " disable_delete  OUTPUT
    It worked fine !
    Thanks,
    Deepu.K

Maybe you are looking for

  • Problem with date and timezone

    Hello, I am encountering a problem with the command new java.util.date() on a hpux 11 machine. The "date" from command line returns: Tue Oct 26 18:02:02 MEST 2004 And the date from java returns: Tue Oct 26 17:02:02 GMT+01:00 2004 It is as if the JVM

  • Count and size of photos in iTunes does not match what is on my iPhone

    I have 2 different iPhone 6 phones. For each of them, the number of photos on the phone does not match the number of photos shown in iTunes. For example, one of my iPhones has fewer than 400 photos; however, when I connect the phone to iTunes on my c

  • Understanding Digital Signatures on ES2

    I know that JBoss uses the default ports 443 or 8443. I am with technical support for a global company and trying to troubleshoot why some users are unable to hit the the digital license server to authenticate before the PDF document opens. I noticed

  • Activity popup is closing my internet explorer

    My internet has been acting 'iffy' and I keep on getting a pop-up indicating activity. Help!

  • Reminder Fox and Default Full Zoom Level have disappeared

    Since the last Firefox update (I have Firefox 3.6.11), I have noticed that my Reminder Fox calendar and the zoom add-on are not showing at the bottom of my window, and are evidently not working. When I go to add-ons and click on either one of those a