Check workflow substitute

Dear friends,
I need some help about tables or module functions that give me information about workflow substitution.
I need the following:
- How to know if a user has created a substitution.
- If a substitution exists, how to know which user is the substitute.
Thanks very much in advance,
Maite.

Hi,
Table HRUS_D2 shows you the substitutor and his/her substitutes, and whether the substitution is active or not.
You could have found the answer also by doing a search here in SDN, and reading couple of other threads..
Regards,
Karri

Similar Messages

  • Unable to book order in oracle quoting. : APP-236113: Order is not eligible for booking. Check workflow status of this order

    Dear All,
    I am trying to book an order from oracle quoting. I am getting the following error and unable to proceed.
    Please help me.
    APP-236113: Order is not eligible for booking. Check workflow status of this order.
    Thanks in advance.
    Regards,
    Gautam.

    Gautam,
    Check the profile option i.e. is to set the default order status while it is created from Quote.
    Regards,
    F. Afzal Hussain.

  • Check Workflow logs

    Hi Gurus,
    As we can check workflow logs based on the workitems or from the business work place. Is there a way/transaction code to check all the workflows which are currently running/active in the system and to check their respective workflow log.
    Thanks in advance

    Hi,
    you can see in SWI1 or if you want to see for particular BO, you can go for SWI6. And you can see all the workitems in SWIA.
    Or if you want to see for particular task, you can use SWI2_FREQ.

  • Order is not eligible for booking. check workflow status for this order oracle in r12

    hiii
    order is not eligible for booking. check workflow status for this order this type error occurs when i m going to book order
    thanks

    Hi,
    Certain points need to check :-
    1. Check the item is assigned to that org where you are creating order.
    2. Check the item attributes and warehouse default if any.
    Could you please show the workflow log or screenshots.
    Regards,
    Syed Hasan

  • Maintain workflow substitute for other user

    Hi,
    one of our users went on holiday and forgot to maintain a workflow substitute in his workplace. Now I as admin are forwarding his items manually to other users. Does anyone know a way for me as admin to set a substitute for him?
    Best regards.

    Function module RH_SUBSTITUTES_LIST does this, a common little program is
    REPORT  zwf_substitute.
    PARAMETERS: p_user LIKE usr02-bname MATCHCODE OBJECT user_comp OBLIGATORY.
    START-OF-SELECTION.
      CALL FUNCTION 'RH_SUBSTITUTES_LIST'
       EXPORTING
         us_type                  = 'US'
         us_id                    = p_user
         maintainance_flag        = 'X'
       EXCEPTIONS
         no_active_wf_plvar       = 1
         otype_not_valid          = 2
         object_not_valid         = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    With a report you can assign a transaction code and control authorization to the transaction code instead of having people executing function modules or reports directly in production.
    <i>Message was edited by Kjetil Kilhavn:</i>
    Sorry about the rather unreadable code, but I don't know what's the problem with the CODE tag.

  • WORKFLOW substitute overview

    Hello,
    I'm searching for a very simple overview of substitutions for the person who substitutes an other person...
    Person A activates Person B as his substitute from 01/09/08 until 10/09/08.
    Via Setting>workflow settings>maintain substitute Person A gets an overview of all his substitutes with the period of substitution.
    When Person B logs on in the SBWP, he can see who he is substituting (Setting>workflow settings>adopt substition), but he can't see a period.
    Is there an other way than this to check who and when your are substituting someone?
    thanks,
    Joachim

    First of all why do you logically delete workitems which are in error? As far as I know there is no option to continue that workflow. You should always investigate the error and try to resolve it so you can restart it.
    >
    Manoj  Malpani wrote:
    > Error workflow does not come under that pending instance ( Automatic Continucation). Is there any harm?
    What do you mean by this? You said you saw the workflows which are in error under this pending instances. What you see there are the items which are in temporary error. This means the system will try to execute them again when the error monitoring job will run. So no need to take action.
    I think you will need to be a bit more clear in what you mean and want.
    Regards,
    Martin

  • Hi GIRU,How to check workflow status in a database

    Hi GURU,
    I am a DBA one user asked me to chke the workflow status for om order line in database.Any body help me how to check the status of workflow om order line in database.

    See Oracle Database FAQs
    </br>

  • Workflow substitute

    Hello All,
    Is there a report to show us which workflow approvers have appointed a substitute?
    Report (and in another way) showing who the substitutes are and from who.
    Regards,
    Sangeeta

    No there is not.
    What I have seen is that every customer created its own z report.
    Quite simple actually. Just use SAP_WAPI_SUBSTITUTES_GET and SAP_WAPI_SUBSTITUTIONS_GET.
    Regards,
    Bert

  • Trip Approver without checking workflow table

    Hi,
    I'm running an ABAP query that returns trip expenses. I've some code in it that searches the swwwihead table for the trip number and from there I get agent who approved the trip. however, one business unit doesn't use workflow so their trip details aren't in swwwihead.
    Does anyone know where I can get the trip approver from?

    Hello,
    "After the last user approves the travel request, there are background jobs to update ceratin infotypes.When we see the Log . It shows the background jobs under the last user's name instaed of WF-BATCH."
    Sure, it can do that for the first background job, but not for any after that. Not that I've ever seen.
    I can't imagine auditors would care about background jobs being run under usernames - what ends up in the data tables is more important.
    regards
    Rick Bakker
    hanabi technology

  • Defining substitutes in a multi SAP component system landscape

    Hi All,
    I need some help trying to understand and figure out how to best proceed with a recommendation/solution for defining workflow substitutes in a new SAP installation that includes the following components: Netweaver 2004S, EP6,  SRM5 and ERP 2005.
    The client is planning to rollout various ESS, MSS, ERP and SRM workflows throughout the organization and use the UWL for all workflow scenarios.
    Being new to the portal and UWL, I been reading and trying different things with respect to maintaining substitutes in the ERP and SRM systems as well as the UWL.
    I’ve figured out that the UWL substitute processing is not linked to the ERP and SRM functionality. This means that anyone responsible for approvals will need to log into the ERP system and define the required personal substitutes in the Workflow Inbox and then repeat the same process in the SRM Approval tab.
    If the above is the only way to define substitutes, then the process will not be met with open arms for all sorts of reasons.
    As I’m new to these new SAP components, am I missing something? There is a simple solution to defining substitutes in this type of a system landscape or do you need to build something to provide the required/desired single entry point for both systems.
    Also, what do the UWL substitutes provide?
    Regards,
    Jerry

    Hi Jerry,
    Yes the UWL does create substitutes across all connected SAP systems **PROVIDED**:
    1. Each system has all the function modules prefixed SAP_WAPI_SUBSTITUT...
    2. There is a mapping between the portal user and a user id in each of the systems
    3. The user has the relevant authority (auth object S_WF_SUBST) to create/maintain/display substitutes in each of the systems
    If you have the SAP_WAPI_SUBSTITUT... function modules in some systems but not others you should be able to copy them (you'll need some SSCR keys of course to copy them under SAP standard names) and everything should be fine.  I've done this before to a 6.20 NetWeaver system and it worked fine. 
    If its still not working you need to check the support pack notes for EP6 - for instance you do need to be on at least EP6 SP14 patch 2 for all substitution features to work.
    Regards,
    Jocelyn

  • Sale Order, workflow error

    Hello,
    when i try to book sale order a message raised (Order is not eligible for booking. Check workflow status for this order.)
    I checked the workflow status (Order Flow - Generic) i found it 'Error',
    the error (OM Standard Error Process with Retry), i could not find why this error and how to solve it.
    Note: the used workflow (Line Flow - Generic, Bill Only with Inventory Interface).
    Thanks for you help,
    Tarik.

    It is seeded functionality. The retry will be raised if line is added without booking the order for this line type. You can check if any note is available in MOS ( Metalink). I'll forward, if I get one.
    If you want to avoid the error for this line type then you can think about adding processing constaint to prevent line creation/ addition unless the order is booked for this transaction type. Validation template can help you in identifying the specific transaction type.

  • Workflow errors in Purchase Requisition

    Hello SAPiens,
    I have used standard workflow WS00000038 for item release PR.
    Assigned Agents and did all basic stuff in Spro but workflow is not getting triggered and purchase req docs are shown in my outbox under Documents folder with status as "workflow started " - Ready
    But its not coming for approvals in users inbox.
    when I checked workflow log - step history - errors were
    1.Exception occurred - Error when starting work item 000000392136
    2.PROCESS_NODE - Error when processing node '0000000003' (ParForEach index 000000)
    3.CREATE - Error when creating a component of type 'Step'
    4.CREATE_WIM_HANDLE - Error when creating a work item
    5.CREATE_VIA_WFM - Agent determination for step '0000000003' failed
    6.EVALUATE_AGENT_VIA_RULE - Error in resolution of rule 'AC00000148' for step '0000000003'
    7.AC00000148 - Object type 'TS' not valid
    Please help me in this regard

    Hi Babu,
    How can i handle errors from here??
    For exemple I need to give my own message, delete a standard one, and position cursor on a custom field.
    In Purchase Order I could use macros from mm_messages_mac.
    For example: mmpur_remove_messages_by_id ID
    But the problem is that this ID i couldn't find.
    Please help.
    Have a nice day

  • Share Point 2013 Designer not showing platform as "Share point 2013 Workflow" at the time of workflow creation.

    Hi All,
    I am trying to create workflow for my Share Point 2013 site. To do this, I installed Share Point 2013 Designer,
    then created couple of workflows in that, using "Share point 2013 Workflow" platform.
    But when today, I tried to create workflow, I found that "Share point 2013 Workflow"  platform option was not there. Because of that I am unable to create and deploy workflow on my SP 2013 site.
    I am really not getting the problem. As I created some workflows using "Share point 2013 Workflow"  platform on same share point designer and now I dont see that option in dropdown.
    Please suggest me something for this. I tried all possible solution which are present on internet.
    Thanks in advance.

    Hi,
    Since you are posting the thread in SharePoint 2013 server forum, I assume you are using SharePoint server 2013.
    I understand the option SharePoint 2013 platform disappears when you create a workflow in Designer, the issue might be caused by workflow manager. Please refer to the article below and check workflow configuration per the steps listed:
    http://techbrij.com/the-option-sharepoint-2013-workflow-platform-not-available
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • How to resend the approval email in the Workflow

    Hello everyone,
    Is it possible to resend the email to one particular Release Code level (RM06B-FRGAB), after the Purchase Requisition has already been approved by 2 Release Codes before that one?
    For exaple: my PR number is 1234567890, and my release strategy has three Release Codes L1, L2 and L3.
    The PR is already approved by L1 and L2, but now I have to resend it to L3 once more.
    Is that possible, and how?
    Or at least, can I resend it to all the release codes (if it's impossible to send it to one particular)?
    There is no SES included.
    Thank you all.

    Hello Kumar,
    I can execute the SA38 to run the RSWUWFML2, but I am not sure what parameters do I need.
    I've never used this program before. My SAP is 4.6c.
    Please tell me what parameters I need to enter to get what I want.
    I have the SC number, PR number, user ID in the Lotus Notes, etc. but I am not sure what do I need to enter and how.
    This is the default setup:
    Job suffix: 2
    Tasks (blank = all): blank
    Only New Work Items: unchecked
    With Passive Substitution: unchecked
    Collective Message: checked
    Workflow Entry: unchecked
    Message Class for Subject: SWU_NOTIF
    Message Number for Subject: 1
    Before Work Item Description: SWU_NOTIF_INBOX
    SAPLOGON_ID: blank
    From work item creation date: blank
    From work item creation time: 00:00:00
    Users (blank = all): blank
    Errors Onlu: checked

  • Moving the Shopping Cart workflow forward in a approver Rejects a line item

    Hi Friends,
       We a facing an issue while Shopping Cart Approval process.
    We have designed our SC Workflow , with Schema and 4 Process levels. Currently the Approvals are happening fine.
    Issue is happening when a Line Item is Rejected by a Single Approver. The Approval process does not move forward.
    We need need to move the SC process forward.
    Ex: SC: 1000000032
    Approval Flow:
    ITEM1:  APP01 -> APP02
    ITEM2:  APP05 -> APP07
    Scenario:01 :
    Once APP01 & APP05 approves in first level.  Then APP02 & APP07 approves . Then the process completes.
    Scenario:02:
    Once APP01 Rejects & APP05 Approves in first level. Then the SC WF does not move forward.
    How can I move the WF process forward once a approver rejects.
    Need your inputs.
    Regards,
    Jagan

    Hello Markus,
    what you describe does not correspond to condition standard determination to know if decision has to be checked or not.
    Indeed, this evaluation is done by /SAPSRM/IF_WF_PROCESS_SBWF~IS_DECISION_ACCEPT_REQUIRED method from /SAPSRM/CL_WF_PROCESS_SBWF class.
    Inside this method, the default behavior is based on decision of current process level:
    - If it is not "rejected" or not "approved" (this means, if it is "inquired"), there is an interaction
    - else, there is no interaction.
    Then, for "rejected" or "approved" decision, a Business Rule evaluation is done in order to check if the document responsible need to accept the current decision.
    If evaluation ID is true, acceptance by Contact Person is required.
    I am currently not able to check workflow behaviour for partial rejection when no acceptance by contact person is customized.
    I will see this next week.
    Regards.
    Laurent.

Maybe you are looking for

  • Restoring database with NOARCHIVELOG

    After several failed attempts at trying to get Enterprise Manager to work with my database, I decided to uninstall the Enterprise Edition completely and then to install it from scratch. I did and found, as expected, that my database files were still

  • Urgent!! Please help me burn to dual layer dvd!!

    I've done a wedding video and I need to burn it to a dual dvd, using DVD Studio Pro!! I've purchased Verbatim +R DL 2.4X I've never had a problem burning signle layer dvds. When I look at my system profile it says that I can burn dual dvds... HL-DT-S

  • Datafile goes to Offline in Windows reach at 20GB

    Hai All, Our Database(Oracle 9i) Working in Windows 2000 Server . Last Thursday around 1:30 our one datafile goes to offline and cannot read or write from this datafile. I see the size =0 and status offline in oracle Enterprise Manager Console. The E

  • Dashboard customization during weblogic server deployment

    Hi, We have this requirement to customize dasboard style (bg_banner.jpg) and we have done customization in 's_custom' folder at the following locations <b><install_dir>\OracleBI\web\res\s_custom </b> and <b> <install_dir>\OracleBI\oc4j_bi\j2ee\home\a

  • Financial General Ledger in Universal Container in DAC

    Hello All, What is the difference between subject areas, Financials General Ledger and Financials General Ledger US Federal in Universal Container which is in DAC. Thanks Ravikiran