Absence management/substition rules for workflows in UI5

Hi,
we would like to set the substition rules for the workflows in UI5 because some users don't use the SAPGUI but UI5 and need to maintain the substitution in case of planned absences (and maybe also in general) in case of an unplanned absence.
Therefore we are searching for the possibility to set the substition rule for the workflows within an UI5 application. Does ist already exist (maybe as Fiori app) or are there any NW GW services like WFService that support this as a good starting point for our development?
Regards, Vanessa

Hi,
Set substitution app is included in My Inbox (Wave 7), for more details please check
Solving the workflow inbox clutter - Manage all your workflow tasks in SAP Fiori

Similar Messages

  • Awesome window manager client rule for "GtkFileChooserDialog"

    Hi,
    I've set up my current awesome wm so that the web browser (chromium) always opens on tag 2 of screen 1.
    When I have an external screen however, I soemtimes like to move the web browser to the external screen.
    The problem with my setup is that when I want to e.g. download something, the file chooser dialog opens (of course)
    on tag 2 of screen 1, instead of the current tag and screen of the main window of my web browser.
    Is there a way to set a rule for clients that are dialog windows to appear floating on the same tag and screen
    as the window that started the dialog?
    When I wanted to make a rule for this, the first problem I encountered is that the class and name of the dialog or the same as the main window.
    So I wondered if I can use other properties of windows besides name, class or instance.
    The second problem is that I do not know how to get the screen and tag of the window that opened the dialog?
    xprop of main window:
    _NET_WM_DESKTOP(CARDINAL) = 0
    _NET_WM_USER_TIME(CARDINAL) = 1953613
    WM_STATE(WM_STATE):
    window state: Normal
    icon window: 0x0
    WM_HINTS(WM_HINTS):
    Client accepts input or input focus: True
    Initial state is Normal State.
    bitmap id # to use for icon: 0x100004d
    bitmap id # of mask for icon: 0x100004e
    window id # of group leader: 0x1000001
    _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED(CARDINAL) = 1
    XdndAware(ATOM) = BITMAP
    _MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
    _NET_WM_ICON(CARDINAL) = Icon (64 x 64):
    ... (deleted icons) ...
    WM_WINDOW_ROLE(STRING) = "browser"
    _NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 16777288
    _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
    _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x1000047
    WM_CLIENT_LEADER(WINDOW): window id # 0x1000001
    _NET_WM_PID(CARDINAL) = 1164
    WM_LOCALE_NAME(STRING) = "en_US.UTF-8"
    WM_CLIENT_MACHINE(STRING) = "arch"
    WM_NORMAL_HINTS(WM_SIZE_HINTS):
    program specified minimum size: 266 by 63
    window gravity: NorthWest
    WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, _NET_WM_SYNC_REQUEST
    WM_CLASS(STRING) = "chromium", "Chromium"
    WM_ICON_NAME(STRING) = "Post new topic / Arch Linux Forums - Chromium"
    _NET_WM_ICON_NAME(UTF8_STRING) = "Post new topic / Arch Linux Forums - Chromium"
    WM_NAME(STRING) = "Post new topic / Arch Linux Forums - Chromium"
    _NET_WM_NAME(UTF8_STRING) = "Post new topic / Arch Linux Forums - Chromium"
    xprop of dialog:
    WM_STATE(WM_STATE):
    window state: Normal
    icon window: 0x0
    _NET_WM_STATE(ATOM) = _NET_WM_STATE_MODAL
    WM_HINTS(WM_HINTS):
    Client accepts input or input focus: True
    Initial state is Normal State.
    bitmap id # to use for icon: 0x100004d
    bitmap id # of mask for icon: 0x100004e
    window id # of group leader: 0x1000001
    XdndAware(ATOM) = BITMAP
    _MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
    _NET_WM_ICON(CARDINAL) = Icon (64 x 64):
    ... (deleted icons) ...
    WM_WINDOW_ROLE(STRING) = "GtkFileChooserDialog"
    WM_TRANSIENT_FOR(WINDOW): window id # 0x1000046
    _NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 16796216
    _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DIALOG
    _NET_WM_USER_TIME(CARDINAL) = 1703990
    _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x1004a37
    WM_CLIENT_LEADER(WINDOW): window id # 0x1000001
    _NET_WM_PID(CARDINAL) = 1164
    WM_LOCALE_NAME(STRING) = "en_US.UTF-8"
    WM_CLIENT_MACHINE(STRING) = "arch"
    WM_NORMAL_HINTS(WM_SIZE_HINTS):
    program specified location: 0, 0
    program specified minimum size: 545 by 294
    window gravity: NorthWest
    WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, _NET_WM_SYNC_REQUEST
    WM_CLASS(STRING) = "chromium", "Chromium"
    WM_ICON_NAME(STRING) = "Save File"
    _NET_WM_ICON_NAME(UTF8_STRING) = "Save File"
    WM_NAME(STRING) = "Save File"
    _NET_WM_NAME(UTF8_STRING) = "Save File"
    So, something like:
    { rule = {window_role = "GtkFileChooserDialog"}, properties = {tag = mainwindow.tag, screen = mainwindow.screen} }
    (apologies for the limited pseudo lua-code)
    Any kind of help would be much appreciated
    grtz

    { rule = { role = "GtkFileChooserDialog" },
    properties = { floating = true, ontop = true },
    callback = function (c)
    awful.placement.centered(c, nil)
    awful.client.movetotag(tags[mouse.screen][awful.tag.getidx()], c)
    end

  • Roles and Rules for workflow.

    Hi,
        I have some basic conpectual problem about roles and rules.
        What is the diffrenece between roles and rules in sap business workflow ?  What is the Tcode for Role creation/Change/Display and Rule creation/Change/Display ? 
    I am using a standard workflow for PR Release "WS20000077".
    I have done all the setting except this agent assignment using roles or rules. The default rules used in the task "TS20000159" is "20000026". The Binding from workflow to rules container is also defined by the workflow itself.
    This rules is defined using a function module.When I am putting a breakpoint in this function module and tring to execute my workflow it is not going to the given breakpoint but the workflow is running successfully as shown in the event trace "SWE2".
      What could be the problem..Pls suggest?

    Hi Tanuja,
    Go through this link for [Rule Documentation|http://help.sap.com/saphelp_nw04/helpdata/en/bb/bdc296575911d189240000e8323d3a/frameset.htm]
    And
    http://help.sap.com/saphelp_nw2004s/helpdata/en/95/ed94ee764c11d3b535006094b9c9b4/frameset.htm
    Go through this link for [Roles in Workflow|http://help.sap.com/saphelp_nw04/helpdata/en/f4/4a5536ad3d2a17e10000009b38f839/frameset.htm]
    Hope this would help you.
    Good luck
    Narin

  • Responsibility rule in workflow

    hi ,
    i have created a resposibility rule for workflow.
    i want to agent assignment to the responsibilitys.
    i have implementd in client 060.
    i want to do agent assignment in client 090.
    that icon is disable in 090 client.
    how cani do agent assignment for diffrent clients.
    <b>i cant transafer the agent assignment in the workflow, becuase positions client dependent.</b>
    pls give me suggestion.
    Thanks
    Sankar
    Message was edited by: sankar surya

    Sankar,
    You have to use txn OOCU_RESP to maintain agent assignments for responsibility rules in different clients.
    Cheers,
    Ramki Maley.

  • Error when activating update rules for R/3 training and event management

    hi all,
    when iam trying to activate update rules for training and event management cube it is giving fallowing error."IC=0PE_C01 IS=0HR_PE_1 error when checking the update rules
    Message no. RSAU461".
    please guide me how to solve this issue.
    thanks & regards
    Vamshi D Krishna

    Hi Vamsi,
    Have you followed the following document to implement HR ?
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0780530-bf03-2b10-d5ad-e9e8a53def23

  • Function module for to Create fund/Grant management Derivation rules

    Hi All,
    Is there any function module for to create a derivation rules for fund/Grant management.
    Thanks in Advance.
    Nara.

    Hi,
    Please try with FM KED0_CREATE_DERIVATION_TABLE
    Please let me know if you have some issues,
    Regards,
    Lijo Joseph
    *Assign Points ifuseful.

  • Derivation Rule For Fund Management

    Dear All,
                   Where we can maintain derivation rule for fund management???
    Mahendra
    help.sap.com

    Dear Mahendra,
    Please follow following link for PSM-FM
    http://help.sap.com/saphelp_pserv472/helpdata/EN/ba/43d43ab8029b66e10000000a114084/content.htm
    and for FI-FM
    http://help.sap.com/saphelp_pserv464/helpdata/EN/ba/43d43ab8029b66e10000000a114084/content.htm
    Hope this solves your query
    Regards
    Saurabh
    Edited by: Saurabh Khandelwal on Nov 23, 2011 3:05 PM

  • SQL Server 2014 support for Workflow Manager?

    Is this configuration supported?
    The prerequisite requirements for Workflow Manager are out of date and do not even list SQL 2012 R2 as a supported DB server.

    Hi JB
    We installed Workflow Manager 1.0 on a Dev SharePoint 2013 SP1 + April 2014 CU Farm running Against SQLServer 2014 which I suspect in not much different under the hood to your SQL2012R2.
    Freelance consultant

  • Cumulative Update 2 for Workflow Manager 1.0 (KB 2902007) - installing the workflow client - nothing happens

    I've updated the Service bus and workflow manager to CU2 but when I try and run the workflow manager client it starts but then just bombs out - begins to load then disappears and nothing happens
    On Control Panel - the Service bus, workflow manager and WF client are all there - but click show updates - the CUs for Service bus and Workflow manager are there but not for WF client
    So it's just not installing for some reason
    Anyone know how I can get this to install?
    Cheers
    J

    Hi,
    For CU there are Prerequisites, please check the following requirements:
    Software requirements:
    PowerShell 3.0 must be installed on the computer to be updated. PowerShell 3.0 is included in the Windows Management Framework 3.0 installation. Go to Windows Management Framework 3.0 to install this update.
    Workflow Manager Client 1.0 must be installed on the computer.
    For computers that have Workflow Manager 1.0 installed, the following additional requirements apply:
    The Service Bus for Windows Server cumulative update must be installed on the whole computer farm before you install the cumulative update for Workflow Manager 1.0
    also Service Bus for Windows Server must be installed on the computer.
    You must have administrative credentials on the computer where you are installing the software.
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • BADI for MDGF rule based workflow

    Hi Experts,
    I am really struggling to get a badi that can route on field assigned in my single and agent decision tables. I have used the standard BADI that was provided in RDS documentation for BP and Materials and just tried to change the entity name and field names without success.
    Can anyone please provide me with an example where someone has used this to route on field in finance.
    I am trying to route on Segment for Profit center
    Your help will be highly appreciated
    Thanks and best regards
    Riaan

    Hi Abdullah,
    I am using an existing attribute in the data model OG in the entity PCTR. The field name is PCTRSEG and element is fb_segment. In my rule based workflow in the Single decision table I have added fb_segment and I have populated the values against step 00. I have also updated my agent decision table with the fb_segment value.
    I am attaching the BADI that I am struggeling with.
    The service name for the change request is in the BADI filter. Thus when the requestor submit the Badi will be called and it will route to the person assigned in my agent decision table against the relevant segment..
    My problem is the following:
    The issue is that I don't know where I should maintain PCTRSEG and where I should maintain fb_segment in the BADI. Thus, where do I use the attribute name from the data model and where do I use the data element from the model.
    When the requestor submit the request it does not go to the next approver and I get the error" Agent could not be determined"
    I found ,when I change any of the values for the segment in the single and agent decision tables to not equal, example <> 1001 that the workflow works but all change requests will go to the same person.
    Thus my assumption is that something might be wrong with the BADI
    Your help will be highly appreciated
    Thanks
    Riaan
    Please find Badi below
    method IF_USMD_SSW_RULE_CNTX_PREPARE~PREPARE_RULE_CONTEXT.
        DATA:
          lo_crequest      TYPE
    REF TO if_usmd_crequest_api,
          lt_entities      TYPEusmd_t_crequest_entity,
          ls_entity        TYPE usmd_s_crequest_entity,
          lr_table         TYPE REF TO data,
          lt_sel           TYPE usmd_ts_sel,
          ls_sel           TYPE usmd_s_sel,
          lv_brf_expr_id   TYPEif_fdt_types=>id,
          ls_context       TYPEusmd_s_fdt_context_value,
          lv_exit          TYPE c.
      FIELD-SYMBOLS: <lt_fin_int>
    TYPE ANY TABLE,
                     <ld_fin_int>  TYPE
    any,
                     <pctrseg>      TYPEfb_segment,
                     <value>      TYPE
    any.
    * Prepare export parameters
      CLEAR et_message.
      CLEAR et_rule_context_value.
    * Get the CR API for the current
    CR
      CALL METHOD cl_usmd_crequest_api=>get_instance
        EXPORTING
          iv_crequest          = iv_cr_number
        IMPORTING
          re_inst_crequest_api = lo_crequest.
    * Create data instance of the
    entity PCTR for read access
      CALL METHOD lo_crequest->create_data_reference
        EXPORTING
          iv_entity    ='PCTR'
          i_struct     =if_usmd_model=>gc_struct_key_attr
        IMPORTING
          er_table     =lr_table
          et_message   =et_message.
      CHECK et_message IS
    INITIAL.
      ASSIGN lr_table->*
    TO <lt_fin_int>.
    * Get the instance keys for entity
    type PCTR
      CALL METHOD lo_crequest->read_objectlist
        EXPORTING
          iv_entity_type = 'PCTR'
        IMPORTING
          et_entity      = lt_entities
          et_message     =et_message.
      CHECK et_message IS INITIAL.
    * Read the PCTR entity of the one
    and only PCTR of the CR
      READ TABLE lt_entities INTOls_entity INDEX 1.
      CHECK sy-subrc = 0.
      ls_sel-fieldname ='PCTRSEG'.
      ls_sel-sign = 'I'.
      ls_sel-option = 'EQ'.
      ls_sel-low    = ls_entity-usmd_value.
      APPEND ls_sel TO lt_sel.
      CALL METHOD lo_crequest->read_value
        EXPORTING
          i_fieldname      = 'PCTRSEG'
          it_sel           = lt_sel
          if_edition_logic = abap_false
        IMPORTING
          et_data          = <lt_fin_int>
          et_message       = et_message.
    * Get the one and only FB_SEGMENT
    of the one PCTR in the CR
      LOOP AT <lt_fin_int> ASSIGNING <ld_fin_int>.
        ASSIGN COMPONENT 'PCTRSEG'OF STRUCTURE <ld_fin_int>
    TO <pctrseg>.
        EXIT.
      ENDLOOP.
      CHECK sy-subrc = 0.
    * fill out the return table
      get_element_id(
        EXPORTING
          iv_cr_type = lo_crequest->ds_crequest-usmd_creq_type
          iv_name    ='PCTR'
        IMPORTING
          ev_brf_expr_id = lv_brf_expr_id ).
      ls_context-id = lv_brf_expr_id.
      CREATE DATA ls_context-value TYPE fb_segment.
      ASSIGN  ls_context-value->* TO <value>.
      <value> = <pctrseg>.
      APPEND ls_context TO et_rule_context_value.
      endmethod.

  • Open Source for Workflow Management

    Hello All,
    a colleague of mine told me that he heard about an open source tool for Workflow Management.
    Is it right that there is an open source product?
    I don't know any open source products in the world of SAP.
    Thanks a lot for your answers!

    Please check this link. I do not think so
    http://www.sdn.sap.com/irj/sdn/opensource-integration
    Thanks'
    Arghadip

  • EXR and RPF rules for alpha and color management?

    How can I change the interpretation rules so that EXRs always import with straight alphas? They always import with Premulti now.
    Also, I want to always turn off color management (Preserve RGB) for RPFs. (I use RPFs for my motion vector passes and color management always throws off the blur with ReelSmart)

    How can I change the interpretation rules so that EXRs always import with straight alphas? They always import with Premulti now.
    AE is just obeying the original EXR spec, which suggests all colors are premultiplied. If the Alpha channel is not specifically tagged as unpremultiplied, that's what AE will use.
    Also, I want to always turn off color management (Preserve RGB) for RPFs. (I use RPFs for my motion vector passes and color management always throws off the blur with ReelSmart)
    Similar to the previous, I'd say. The fault is probably with the program not creating a linear motion vector pass in the first place and thus the pass having a Gamma bias or else you wouldn't see those shifts. And I wouldn't use RPF... If you render your RGB to EXR, you can do so for the motion pass as well. EXRs per spec store colors linearly, which might also help to avoid your issues.
    Anyway, I'm not aware of globally changing any of that from the AE end. As I was trying to explain, the program is more or less behaving correctly based on assuming the files you feed it comply with certain standards....
    Mylenium

  • Setup vacation rules for group in workflow.

    hi,
    somebody please guide me to setup vacation rules for a group.And reassign a user's role to a group when the user is on vacation in Workflow.
    thanks
    Jamras

    Job,
    Put your issue with workflow forum or Apps forum http://forums.oracle.com/forums/forum.jspa?forumID=40
    --Shiv                                                                                                                                                                                                                                               

  • Transport Rules for manager

    Hi 
    I would like to create a simple rule
    when a user sends a message with the subject "Project Summary" I want his manager to be added to the CC.
    the manager is set for all users of the organization
    thanks
    Tamir Levy

    That was super fast! thanks!
    one last thing
    do you know what will happen if the user does not have manager defined?
    Tamir Levy

  • Internal Server error while approving leave in absence management

    hi
    In my project absence mgt is applicable for Netherland employees. When an NL manager applies leave and his manager from puerto rico tries to approve it from UWL , the manager is getting the following ERROR on clicking on the leave request in his inbox task.
    500   Internal Server Error   Web Dynpro Container/SAP J2EE Engine/6.40 
    Failed to process request. Please contact your system administrator.
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException:
        at com.sap.xss.hr.lea.form.edit.VcFormEdit.setReadOnlyApprover(VcFormEdit.java:467)
        at com.sap.xss.hr.lea.form.edit.VcFormEdit.onInit(VcFormEdit.java:269)
        at com.sap.xss.hr.lea.form.edit.wdp.InternalVcFormEdit.onInit(InternalVcFormEdit.java:700)
        at com.sap.xss.hr.lea.form.edit.VcFormEditInterface.onInit(VcFormEditInterface.java:165)
        at com.sap.xss.hr.lea.form.edit.wdp.InternalVcFormEditInterface.onInit(InternalVcFormEditInterface.java:158)
        ... 37 more
    This UWL error in Leave approval workflow is coming ONLY when PR manager is trying to NL employee's leave .
    All other country managers ( US , CH , FR etc) are able to approve the leave without any issue.
    We are using the standard leave approval workflow.
    ANY SOLUTIONS Plzz???

    Hello
    The above issue can occur if the rule group , to which this employee belongs, the leave type is not configured correctly. Please check the view V_T556A_WEB. The leave type and the rule group need to be defined here .
    Also make sure that the counting rule for the leave type is also  define correctly in T556C. Once the leave type for the approver  which belongs to the rule group has been correctly configured, way it has been done for normal employees, there will not be any issue.
    Kindly complete the necessary customizing  and check your results.
    Thanks and kind Regards
    Ramana

Maybe you are looking for

  • Updateable View Issue

    I am trying to create a view to hide a specific column if the row is a certain type. My view works really well for selecting but, because of the decode function in the select statement, I cannot update that "virtual" column. As I am trying to fool a

  • Master-detail code

    With this code i am expecting to see a list of stores associated with each category but instead I am only seeing the first store in each category and that does not change when the user selects from the drop down list. <?xml version="1.0" encoding="UT

  • Opening a wps file

    I am trying to open a wps file, but it won't let me. I tried dragging it to pages, but that still doesn't work. I am trying to open my resume. What do I need to do to let the system open up the wps file?!?! Thanks

  • Tomorrows date

    I have a select option for date range , the lower one should default to system data which is sy-datum , the higher one shoule default to tomorrows date, whats the syntax to put tomorrows date  in the higher select option

  • Is there any tutorial for using ARM cortex-A processors of Zynq for digital signal processing ?

    Hello, everyone. Is there any tutorial for using ARM cortex-A processors(such as A9 and A53) of Zynq to deal with digital signal processing  problems? Please tell me , thanks.