Substituion Rule in AME

Dear all,
Our requirement in AME is to replace an approver (who is on vacation) with another approver. Is there any way to achieve this in AME ?
Hierarchy should not be affected by this. Only the Approver who is on leave should be replaced by the new approver.
Vacation Rule can be used, but it should be done by the Approver who is going on Vacation. In our scenario, if the approver forgets to update vacation rule or if he is not given control of Vacation Rule, then finance team should be able to decide who will be the new approver.
Please help me solve this puzzle. thanks.
Regards,
guru

Hi Brajesh,
I understand why rules are used in AME. The reason my question regarding production rules was generic because i have never used them before, otherwise i would have given a specific issue and asked for an answer to fix that issue using production rule
I have used all other rule types and rules except production rules.
AG

Similar Messages

  • Substitution rule in AME

    Hi I am not able to create a subtitution rule in AME.
    While creating the rule in the 2nd step where we say that "Any Approver" is "Mr XYZ", the LOV for Approver is not returning any values.
    Can someone help me why the Approver LOV is not returning any value ?
    Thanks in advance,
    -Debojyoty

    any update regarding this topic??

  • Production Rule in AME

    Whats the use of Production Rule in AME? Where is it used typically?
    AG

    Hi Brajesh,
    I understand why rules are used in AME. The reason my question regarding production rules was generic because i have never used them before, otherwise i would have given a specific issue and asked for an answer to fix that issue using production rule
    I have used all other rule types and rules except production rules.
    AG

  • Getting Connection error while creating Substituion Rule in UWL

    Hi Everybody,
    Getting below error while creating Substitution Rules in UWL.
    "error for the u201Cconnectionu201D to SAP_R3_Finance ".
    Can be able to see all Work Items belongs to me. getting the errror while creating Substitution Rule only..
    Could anybody tell me what might be the Reason what steps i need to take to resolve this issue.
    Thanks,
    Naveen Kumar

    Hi Uds,
    are you running SOA Suite on a Linux server and not on your PC and just running JDeveloper on your PC?
    If so try creating the repository file specifying a directory on the Linux server.
    For example to:
    /tmp/sample_repository
    So Choose 'File' from drop down menu
    Enter /tmp/sample_repository
    Click on create button
    This should create the file called sample_repository in /tmp on the Linux server.
    Can you tell us what your environment is?
    Regards Cel

  • Substituion Rule

    Hi,
    Is substitution rule a transportable object?
    Thanks,
    Varsha.

    Hi,
    You can transport the substitution rule. You have to generate a transport
    request by clicking on Substitution - Transport.
    Reward points if found helpfull..
    Cheers,
    Chandra Sekhar.

  • Authorization on Manage Substituion Rules

    Hi Experts,
    On MSS under Manage Substitution Rules, manager can assign his one or all tasks to another employee who can do tasks on his behalf.
    Does the person who gets one or all tasks, need to have authorization in back end prior to that or it inherits when he gets assignment ?
    Would appreciate prompt response.
    Cheers,
    Aashish

    Yes, they need authorizations. No, they aren't just magically copied over when substitution is set. Substitution allows another user to have access to all of the work items (via UWL for example) for the manager. When exectuing those work items, the "substitute" will need the authorization to perform those tasks.

  • Substituion rules from UWL - nor working

    Hi experts,
    i have the following scenario:
    employee 1 send his/her leave request to his/her manager (manager 1 lets say).
    now that one is out of office (doesn't matter for what reasons) but has made a substitution rule "Fill in for ME" to another manager (manager 2 let's say).
    Both receive the workitem and in theory manager 2 should be able to procces it. But in my case, manager 2 can see the workitem but after he clicks on it in order to process it the LeaveRequestApprover application is displaying the table empty. No leave request...
    So i'm not sure what could be wrong...
    Could be limitations coming from OM structure?
    Any hints are more then welcome!
    thanks in advance,
    eugen

    Hi,
    By default the router is not filtering traffic from LAN to WAN. 
    The issue you are facing will need further investigation of the configuration of the router. Capture traffic can also help understanding what is happening. I would advise you to contact the technical support, so an engineer can have a look at it. 
    Hereby the contacts: http://www.cisco.com/c/en/us/support/web/tsd-cisco-small-business-support-center-contacts.html
    Regards,
    Kremena

  • How can i use AME for the new OAF page.

    Dear all,
    I have developed a new OAF page and registered under Employee Self Service.
    How can i use AME for the approval process.
    Appreciate your ideas?
    zamora

    I will try to answer based on my experience of working with iProcurement and AME. It depends on how you want to make a call to AME , directly from OAF Page or from Workflow and your requirement. You didn't specify what you want to show the users on OAF Page and your business requirement.
    Before calling AME Engine from the OAF page or workflow, I guess you did already setup AME Transaction Type and it's Approval Groups, Conditions, Action Types and Rules. Do some testing from AME Business Analyst Test Workbench. Please note that, AME provides lot of PL/SQL API's that you have to call from your programs (java or workflow pl/sql)
    Let's look at the workflow and putting an OAF Page as notification.
    As Sameer said, you have kick-off workflow process from PR of CO and with in the workflow function, you make a call to AME Engine API's with the AME Transaction ID. This transactionId belongs to the AME Transsaction Type that you setup. Based on the rules setup, AME Engine generates list of approvers/approver and stores them AME Tables for that transactionId. Then, it sends a notification to the approver.
    In the workflow, where that notification is defined, in the message body you have to put an attribute(&XX_WF_FWK_RN) of type document/send. And this attribute will have the constant JSP:/OA_HTML/OA.jsp?OAFunc=XX_FUNC&paramId=-&DOCUMENT_ID-. This function is SSWA Jsp function that makes a web html call to your OAF Region.
    If your requirement is to just show the list of approvers on the OAF Page, you may have to call AME API diectly passing your AME TrasnactionId with other parameters. Then AME generates list of approvers and stores them in AME tables with each approver status. You can pickup those approvers using VO and show them on OAF Page.
    Hope this gives some idea.

  • Substitution Rule.....

    Hi Gurus,
        Can anybody help me how to create Substituion rule for copying line item text for line items... plz give all the steps which r required.
    Thanks in advance.
    Regards,
    siva

    Hi,
    you must add your rules at event 3 (complete document)
    in an exit of ZGGBS000:
    data htext type bseg-sgtxt.
    *find
      LOOP AT BOOL_DATA-BSEG INTO BSEG
                      WHERE    bseg-sgtxt <> space.
      move  bseg-sgtxt to htext.
      ENDLOOP.
    *copy
      LOOP AT BOOL_DATA-BSEG INTO BSEG
                      WHERE    bseg-sgtxt = space.
      move  htext to bseg-sgtxt
    *modify
      MODIFY BOOL_DATA-BSEG FROM BSEG.^
      ENDLOOP.
    A.

  • Substituion: Funtional Area as Blank

    the system is Ecc 6.0
    I have created a substituion rule in OBBH at line item (call point =2) as:
    pre-requiaite:
    if G/L = 0000000001 - 0049999999
    then
    FKBER
    FKBER_LONG
    When I use one FKBER, the functional area still get populated on the balancesheet account, but, if i use both FKBER fields in the substitution the system blanks the field. i did a debug, but with no much result.
    Could someone please advice why this is happening?

    at Call point 6 this can be possible

  • FYI Notification after final approval using AME

    Hi,
    We have a requirement where we need to send a FYI notification to a group of people after final approval. Could you please guide if it can be done with the help of AME or not.
    If yes can you please tell me the detail steps.
    Regards,
    Rakesh.

    Hi Rakesh,
    - you can create another rule in AME with the same conditions as your main rule.
    - Make sure the rule type is For Your Information.
    - Create approval groups for the people you want to send the FYI notification to and add these approval groups to the rule (using Post Approval as action type)
    - Make sure the order number of your new approval group is higher than the order number of the approval groups in your main rule. This will ensure that the FYI notification goes in the end and not somewhere in the middle.
    Thanks
    Shailendra

  • AME: Reject Invalid Internet Expenses

    Hi,
    If possible, I would like to create a rule in AME that rejects all iExpenses that contain invalid project codes. We currently have cross-validation rules (in GL) that will send the erroneous reports to the sysadmin, but we would like to reject the report at its creation without further action needed (like a sysadmin contacting the user). Ideally we want to create a rule in AME along the lines, "If a project number is listed on the internet expense and it is not a number from a pre-defined set of valid numbers, then the entire expense report is rejected automatically." Will this require writing an new action type or further customization? Plan B would be to set up a "dummy" supervisor for all projects that automatically rejects all expense reports that do not come from the pre-defined list of acceptable project codes. If neither of these are practical, other ideas would be appreciated.
    Thanks,
    Andrew

    I've amended the attribute transaction_requestor_person_id to dynamically select which is the requestor depending on the expense report. Step 2 is to add the action type 'absolute_job_level' to the 'OIE Expense Reports. I've assigned an absolute job level of '1' to my boss' job. I then raised a web expense of $6500. Now i haven't set up any conditions so I'm expecting the expense report to go directly to my boss for approval. However it doesn't, it automatically self approves even though it notifies my boss.

  • Facing 'No Approver Found for Purchase Requisition' error when using AME

    Hello All,
    I am trying to test one simple rule in AME. Below are the the details of the rule.
    Rule name - VO Category = SUPPLIES.FACILITIES
    Item Class - Header
    Rule Type - List Creation
    Conditions
    1. ITEM_CATEGORY in (SUPPLIES.FACILITIES)
    Condition Type - Ordinary
    Attribute - ITEM_CATEGORY
    Data Type - String
    Item Class - Line Item
    String Value - SUPPLIES.FACILITIES
    2. TRANSACTION_SET_OF_BOOKS_ID is equal to 1
    Condition Type - Ordinary
    Attribute - TRANSACTION_SET_OF_BOOKS_ID
    Data Type - Number
    Item Class - Header
    Details
    TRANSACTION_SET_OF_BOOKS_ID is equal to 1
    Actions
    Action Type - approval-group chain of authority
    Rule Type - Chain of Authority
    Order No - 1
    Ordering Mode - Serial
    Voting Method - Serial
    Action - Require approval from Facilities Approver Group
    Approver Group Details
    Name - Facilities Approver Group
    Type - Static
    Voting Method - Order Number
    There are two member in this approver group
    Approver Type Approver Order Number
    HR People HR People: akshay7 1
    HR People HR People: akshay8 2
    Now when i create a requisition with akshay7 as preparer then following notification is displayed
    To akshay7
    Sent 21-May-2013 16:55:08
    ID 4681179
    Approval workflow database error occurs while approving Purchase Requisition 14315
    Contact your system administrator to identify the problem and to use SQL*Plus or Workflow Monitor to reactivate the approval workflow where it left off.
    Give your system administrator the following information:
    PL/SQL procedure: POR_AME_REQ_WF_PVT.GET_NEXT_APPROVERS
    Error: ORA-20001: The procedure getNextPosition could not find parent position for : HR Positions: 01.Jrbuyer
    Both the employees have one supervisor.
    How to reslove this error?
    Thanks in advance.

    Hi Everyone,
    The problem is solved now. The cause was that the test requisition that I was making was satisfying more than one rules and hence I end dated the remaining rules which solved the problem.
    Thanks!

  • Substitution rule for Business place and section code

    Hello Friends,
    We have a business place and a section code. I want to write a substituion rule for vendor invoice for business place and section code.
    When i see in header, i am not find BUPLA and SECCO in header. I am finding them in line item. How do i get these fields in header segment. I tried substution rule in line item, but the tds is not deducted.
    Thanks
    SK

    hi SK,
      i am not understand your problem. Previously i face one problem regarding business place and section code. While booking invoices and advance payments the user forgets to specify business place or section code and some times he specifys wrong business place also. Basing on business place or section code we cant restrict the users because there is no authorisation object.
    i created one validation that if my business area is 1000. then substitute the business place field with section code.
    we have business place individual business area wise so i created this substitution.
    Regards,
    Sankar

  • Substitution  rule  & validation rule

    Hi
    Please  tell me what steps should be followed in substitution  rule  & validation rule
    Thank You
    Deepika

    For Creation of validation Goto GGB0.
    You should choose in which module you are going to create. Like FA, AA, Cost accounting, Spl Ledgeretc.
    Then at what level you want to do Validation. Like Complete Document level or Line item Level
    Then You need to Define Your
    1. Prerequite
    2. Check and
    3. Message
    For Substitution goto GGB1
    You need to define your Prerequisite and Substituion rule.
    regards
    jay

Maybe you are looking for

  • Problem while posting to accounts on vendor account

    Hi experts, We have a wagetype "Advance deduction" For the particuar employee we created a vendor account. We ran the payroll successfully and  we tried to post it to accounts. Im getting the errors  ""No creditor with serach key  Companycode  LFB1 P

  • More ports to forward

    I have a linksys WRT54GS wireless router which is working splendidly. However I play a *lot* of video games and I like to host games when playing all of these games. So, naturally, I have to forward a couple ports because not everything works happily

  • Time dimention hierarchy.

    Hi, I'm new to obiee, when i'm trying to create time dimention hierarchy on sh schema cal_quater_desc data is not visible in answers it showing only empty column any buddy tel me how to solve it.....

  • [Formatter2] XExpression in a single line only

    Hi, My language is derived from XBase and and its formatter is thus derived from XBase formatter. The only difference is that I want XBase expressions to hold on a single line and remove the support of multiline. Overriding all the methods from the X

  • How much do apple charge to replace lock buttons? iPod touch 4g

    My brother has dropped his iPod touch and it landed on the lock button, the button no longer works. Does anyone know how much apple charge to replace it?