Can't find Expense Report process in Find Process in Workflow  - Urgent

Hi,
I have a submitted expense report. I tried to search for the Expense Report number in the Find Process window in Workflow administrator responsibility.
But it did not give me any result. When I query ap_expense_report_headers_all using below query for the same Expense Report number, i got the data.
<strong>select * from ap_expense_report_headers_all where invoice_num = 'WEX308147'</strong>
Then i tried searching for the notifications recieved by the Approver of the Expense Report. Enter Approver Name in TO Field in Find Notifications window in Workflow Administrator resp. But no notifications are available in that approver list.
When i query in the APPS.wf_notifications table for notification from this process, i could find that the notification is in closed status.
Can some one help with the pointers, why the Expense Report is not displayed in Find Process window and Notification is not displayed in the Find Notifications window?
Regards
Ram

Try using the Status Monitor in the Workflow Administrator
use APEXP as the 'Type Internal Name'
change the 'Workflow Started' to 'Today'
The item Key for your workflow should be the expense report number, pick yours and drilldown in to the workflow to see where you it is waiting.

Similar Messages

  • APEXP ( Expenses )  AP Standard Expense Report Process

    Hi everybody,
    I am having one query regarding Expenses workflow.
    Currently expense report is getting approved through worklist. As per requirment we want to approve it through email.
    To achive this functionality I have Added #WFM_OPEN_MAIL attribute to the message. ((new) AME Expense Report Approval Message) which is attached to the approval notification).Idealy it should work but still we are not getting Approve/Reject buttons in the email.
    Kindly suggest where I am maknig the mistake.........
    Regards,
    Rajesh Goyal

    From: Oracle
    Sent: Friday, January 29, 2010 7:36 PM
    To: Subrata Kumar Singh
    Subject: Action Required: Expense EXL-NOIDA-10528 for Dhyani, Lalit (1030.00 INR)
    From     
    Dhyani, Lalit
    To     
    Singh, Subrata
    Sent     
    29-Jan-2010 19:35:40
    Due     
    01-Feb-2010 19:35:40
    ID     
    725995
         Expense Report for     
    Dhyani, Lalit
    Individual's Cost Center     
    36
    Expense Report Total     
    1030.00 INR
    Attachments     
    RE urgent.msg
    Instructions
              Please approve or reject this expense report. Please provide a Note if you reject.
    Cash and Other Expenses: Business Expenses
    Line     Date     Expense Type     Reimbursable Amount (INR)     Justification     Attachments
    1     21-Jan-2010     Cab (Non Billable)     1030.00     Taxi charges for iExpense Training at Center-7 Gurgaon     
         Total
         1030.00          
    Previously Submitted Expenses
    Date     Expense Type     Merchant Name     Reimbursable Amount     Payment Method     Justification
    No results found.                         
    Approvals History
    Seq.     Date     Status     Performer     Approval Group     Comments
    1     29-Jan-2010 19:35:39     Notified     Singh, Subrata     EXL Supervisor-1     
    Related Applications
              Expense Report Details
    Copyright (c) 2006, Oracle. All rights reserved.     
    Please click here to Respond
    =====================================================================
    Hi Alejandro,
    Thanks a lot to take intrest in this issue.
    Above is the notification which we are getting currently in our outlook.
    To respond this notification from outlook we needs to click Please click here to Respond link.
    Now we want response buttons insted of this link.
    To achive this we added #WFM_OPEN_MAIL attribute to the approval message.
    but the changes are not reflecting in the notifications.
    I am guessing you are able to see the buttons when in the worklist.
    Yes we are able to see the buttons when in the worklist.
    Regards,
    Rajesh

  • Where validation happens before showing create expense report page.

    Hi,
    I am trying to find out code where validation happens in travel management while creating expense report like if there is no approved travel request you can not create expense report.
    Also when we create expense report associated with travel request we get the header of expense report page as Create Expense Report for travel ID (XXX).
    Where is the code written to populate the context attribute?
    Kindly help.
    Regards,
    Madhvika

    Hi,
    As i told, it is done in this Class CL_FITV_POWL_FEEDER_TRIPS and in the method IF_POWL_FEEDER~get_actions.
    If you want to do enhancement in this, click the Pre-Exit or Post-Exit button and enter your own code.
    We have done like this:
        data: lr_action_def type ref to powl_actdescr_sty.
        data ls_action type powl_actdescr_sty.
        loop at c_action_defs reference into lr_action_def.
          if ( lr_action_def->actionid = 'CREATE_EXP' and lr_action_def->text = 'Create New Expense Report' ).
            lr_action_def->text = 'Create New Claim'.
            lr_action_def->tooltip = 'Enter New Claim'.
            ls_action-actionid = lr_action_def->actionid.
            ls_action-cardinality = lr_action_def->cardinality.
            ls_action-placement = lr_action_def->placement.
            ls_action-enabled = lr_action_def->enabled.
            ls_action-placementindx = lr_action_def->placementindx.
            ls_action-imagesource = lr_action_def->imagesource.
            ls_action-text = lr_action_def->text.
            ls_action-tooltip = lr_action_def->tooltip.
            ls_action-add_separator = lr_action_def->add_separator.
            ls_action-act_choices = lr_action_def->act_choices.
            modify table c_action_defs from ls_action.
          endif.
        endloop.
      endmethod.  
    Regards,
    Ani

  • Crystal report(Can i link sub report and main report Compulsorily) - invalid path

    hi.
    i need small clarification.
    i am developing one Crystal report
    main report i took it from rdr1 one table...
    report is working fine..
    Sub report i took it from inv1 one table.
    i have not linked any fields from these tables.
    May be it is having links in b1..
    but in my other report both the tables.... from main report  and sub report does not have any relation.
    My Questions is..
    Can i Compulsorily link fields to main report...
    if both does not have any relation what should i do...
    i took two tables.
    main report rdr1
    sub report inv1...
    if i  run the report it is asking two parameters one is for sub report and other one for main report working find in crystal report.
    but...i want to run the report in b1.
    while importing i am getting the error (Plz have a look on below image)
    if i choose any other report it is importing  fine...
    Clearly i am mentioning i dont want to link both tables there is no links between two reports...
    in this scenario can develop  a report..
    I need your Valuable suggestions.
    here below u can find my developed sample report...
    http://www.megafileupload.com/en/file/544758/NewReport-rpt.html

    hi.
    If i try only i am getting the error..
    out side if i run i am able to run the crystal report but
    in b1 i am not able to import the report.
    you can also try my report
    from below link u can get my simple report.
    if u find any mistake what i have done plz inform me..
    http://megafileupload.com/en/file/544806/NewReport85-rpt.html

  • Audit Expense Report Error in R12.1.3

    Hi,
    We encountered a workflow error after audit expense report. We are on R12.1.3 version.
    Issue:
    We set up a Audit Rule Sets and assign it to OU, and create an expense report. Manager can approve it and Auditor can approve it, also we can see confirmation message " The audit for this expense report is complete. The approved parts of this expense report are ready for Payables invoice import and payment." But can not create expense report invoice in AP.
    We then check the expense report workflow status, it stuck in "AP Approval Process".
    Another testing:
    We end date the Audit Rule Set OU assignment, and run the same testing, this time, we can create expense report invoice successfully.
    Please help!
    Winston

    Thanks, this note asks to have AP department to audit the expense report from Internet Expenses Auditor responsibility. We already have done this. Acutally, the issue happens after we audit the expense report.

  • Travel management - Expense report - Internal/External participants

    Hi Experts,
    I'm working on travel management - portal developments. Standard webdynpro components are modified as per the client's requirement. 'Employee Meals - Travel' is an expense type we can create under expense report. While entering 'Employee Meals - Travel' expense details we need to enter participant details. Participants types will be Internal and External.
    If we select participant type External; first name, last name, cadre and company fields will be enabled to enter the details and personnel number will be disabled. IF we select participant type Internal; all fields will be disable except personnel number. If we choose any personnel number, first name, last name, cadre and company fields will be populated automatically.
    Now, the requirement is to enable first name, last name, cadre and company fields for internal participants also. So that user can modify the details after selecting the personnel number.
    Please let me know if this is possible and how.
    Thanks,
    Siva Sankar

    Hi,
    I don't know what application this is so I can't tell you for 100% certain. But in general, what you describe you want to accomplish should be possible. If the respective fields which you want to have enabled for internals are regular UI-Elements, you should be able altering their properties (i.e. enabled = x for example) via altering the UI-propierties dynamically in runtime. You can do this by:
    1. Getting a reference of the respective View in WDDOMODIFYVIEW by enhancing it and save the reference into a global public attribute reference of the comp controller.
    2. Create a custom event, downcast the view reference for the required elements and set them enabled
    Or
    Search for the event which determines the Facilitation (enablement) of the respective UI-elements and modify/enhance is per your requirements.
    This won't solve your problem right away I wager, but you'll get a grip what you can do about it and yes, it certainly is possible ;-P
    regards, Lukas

  • FM to extract the expense report comments

    All experts,
        can some body tell me this function can extract the expense report or travel request comments, thank you very much.
    e. g. transaction code: TRIP,
    I want to extract the trip comments in my own program,thanks in advance.

    Hi Kevin,
    if u don't mine please tell me the BAPI's name for Create/maintain of Expence report,,,,please
    Thanks,
    kishore.

  • Automate the process in finding the measure from the catalog reports

    Hi Experts!
    Is there any way to automate the process of finding the measure in the report and replace with new measure?
    Please let me know if anything that i can use.
    Actually i am using the OBIEE 11.1.1.5 v of obiee.
    Thanks,
    Mani.

    Thanks for your reply.
    Actually we have 100's of such reports, so it cannt be done mannually for each.
    Wondering if there is any process that we can run some script and automate the process instead of manual effort.
    here is little more explanation of my situation
    i got a big Subject Area with hunders of reports created.
    but now we have a requirement of spliting the Big SA to number of Diff SA's (for user visibility) where the measures are splited into diff subject areas.
    now the reports need to be modified accordingly based on the measures of which subject area needs to be....
    hope this makes clear.
    Cheers,
    Mani.
    Edited by: eswar on 15-Oct-2011 09:15

  • Error: process-uri-objects reports: HTTP2020: cannot find template default

    Error
    process-uri-objects reports: HTTP2020: cannot find template default
    Migrated from v4 to 6 but getting this error.

    Here is the obj.conf from migrated SSL server 6.0 sp5
    $ more obj.conf
    # Netscape Communications Corporation - obj.conf
    # You can edit this file, but comments and formatting changes
    # might be lost when the admin server makes changes.
    <Object name="weblogic" ppath="*/ts/*">
    Service fn="wl-proxy" WebLogicCluster="xxx.xxx.x.xx:yyyy,xxx.xxx.x.xx:yyyy" PathTrim="/ts" ErrorPage="htt
    p://ips.chase.com/Xcelerate/wlNotUp.html"
    </Object>
    <Object name="weblogic" ppath="*/jbs/*">
    Service fn="wl-proxy" WebLogicCluster="xxx.xxx.x.xx:yyyy,xxx.xxx.x.xx:yyyy" PathTrim=""
    </Object>
    <Object name="si" ppath="*/servletimages/*">
    Service fn="wl-proxy" WebLogicCluster="xxx.xxx.x.xx:yyyy,xxx.xxx.x.xx:yyyy"
    NameTrans fn="NSServletNameTrans" name="servlet"
    NameTrans fn="pfx2dir" from="/servlet" dir="/opt/netscape/servers/docs/servlet" name="ServletByExt"
    NameTrans fn="pfx2dir" from="/manual" dir="/opt/netscape/servers/manual/https" name="es-internal"
    NameTrans fn="pfx2dir" from="/ns-icons" dir="/opt/netscape/servers/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/opt/netscape/servers/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/help" dir="/opt/netscape/servers/manual/https/ug" name="es-internal"
    NameTrans fn="pfx2dir" from="/ns-icons" dir="/opt/netscape/servers/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/opt/netscape/servers/ns-icons" name="es-internal"
    NameTrans fn="pfx2dir" from="/help" dir="/opt/netscape/servers/manual/https/ug" name="es-internal"
    NameTrans fn="pfx2dir" from="/cgi-bin" dir="/opt/netscape/suitespot/docs/cgi-bin" name="cgi"
    NameTrans fn=document-root root="$docroot"
    PathCheck fn="unix-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index" index-names="index.html,home.html"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl-proxy" WebLogicCluster="xxx.xxx.x.xx:yyyy,xxx.xxx.x.xx:yyyy"
    Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="send-error"
    Service method="(GET|HEAD)" type="*~magnus-internal/*" fn="send-file"
    AddLog fn="flex-log" name="access"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn=send-cgi user="$user" group="$group" chroot="$chroot" dir="$dir" nice="$nice"
    </Object>
    </Object>
    <Object name="maintpwreset" ppath="*/maintpwreset/*">
    Service fn="wl-proxy" WebLogicHost="xxx.xxx.x.xx" WebLogicPort="yyyy"
    </Object>
    <Object name="pwreset" ppath="*/pwreset/*">
    Service fn="wl-proxy" WebLogicHost="xxx.xxx.x.xx" WebLogicPort="yyyy"
    </Object>
    <Object name="servlet">
    ObjectType fn=force-type type=text/html
    Service fn="NSServletService"
    </Object>
    <Object name="jsp092">
    ObjectType fn="type-by-extension"
    ObjectType fn="change-type" type="magnus-internal/jsp092" if-type="magnus-internal/jsp"
    Service fn="NSServletService" type="magnus-internal/jsp092"
    </Object>
    <Object name="ServletByExt">
    ObjectType fn=force-type type=magnus-internal/servlet
    Service type="magnus-internal/servlet" fn="NSServletService"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    $
    Back end is a weblogic cluster, I have used xxx at place of IP and yy for port.
    Here is last few config lines from magnus.conf
    Init fn="load-modules" shlib="/opt/netscape/servers/bin/https/lib/libNSServletPlugin.so" funcs="NSServlet
    EarlyInit,NSServletLateInit,NSServletNameTrans,NSServletService" shlib_flags="(global|now)"
    Init fn="NSServletEarlyInit" EarlyInit=yes
    Init fn="NSServletLateInit" LateInit=yes
    Init fn="flex-init" access="/opt/netscape/servers/https-secure-xxxxxxx/logs/access" format.access="%Ses
    ->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %
    Req->srvhdrs.content-length%"
    Init fn="load-types" mime-types="mime.types"
    Init fn="load-modules" funcs="wl-proxy,wl-init" shlib="/weblogic/lib/solaris/libproxy.so"
    Init fn="wl-init"
    Thanks

  • Where can I find the reports multitier server (reports 3.0)?

    Can anyone please tell me where can I find the reports multitier
    server 3.0.4.6.3?
    When I try to install the reports 3.0.4.7.0 from the patch 0598
    (pat0598.exe) it tells me that I must have installed the reports
    multitier server 3.0.4.6.3. But I can't find it anywhere, not
    even on the original installation CD.
    I have on disk the file r30mts32.exe. Is this the so-called
    reports multitier server? Is reports multitier server = reports
    server = r30mts32.exe? If so, why is that error occurring?
    Can someone please help me on this?
    Thank you.
    Paulo Ferreira
    null

    I agree and find it odd, but then, there is only the most rudimentary and superficial 'notes' -
    iTunes 9 also includes many other improvements, such as HE-AAC encoding and playback, more flexibility with Smart Playlists rules, simpler organization of your media files inside an iTunes Media folder, and more.
    Nothing like "fixed bug with using..."

  • Can I find how many instances of BPEL process is in running state ?

    Hi,
    How can I find how many instances of BPEL process is in running state ? Any code/API ? help ? Thanks

    Check the class com.oracle.bpel.client.Locator...
    u can use the method listInstances(WhereCondition wc) to get the required details
    Regards
    Albin I

  • Can ERP TM process monthly expense reports

    Hello,
    Some business units don't want to process expense reports based upon trip, but to collect several into one expense report, and submit this monthly.
    I don't have a system to reference at the moment, but have to offer suggestions to business. Can this be done?
    Thanks
    Michael

    Hi,
    you can input expense report weekly, tcode PR04,
    but for monthly I don't think so.
    Quote this from FI-TV library,
    "Each employee trip is uniquely defined by the personnel number and a trip number. First you
    enter the relevant personnel number. Depending on the system settings, either you (external
    number assignment) or the system (internal number assignment) assigns the trip number. Then
    you enter the trip facts and save the employee trip. You can not use this function for mass
    processing. "
    hope it helps

  • I can't find Crystal report on SAP 8.8 menu bar ?

    I am trying SAP 8.8 demo. Where is Crystal report on SAP 8.8 ? I can't find Crystal report on SAP 8.8 menu bar ? anybody told me location of crystal report on menu bar ?

    Hi,
    There is no option anywhere in SBO8.8 as "Crystal report" if you want to use it go to windows start ->program files->SAP Business One you can see there Crystal Report 2008 menu. Once you designed your report in Crystal then you can import it in SBO 8.8 through "Report and Layout Manager" in Administration -> Setup -> General. You can not open Crystal directly from SBO.
    Thanks
    Sachin

  • How to find the details of the BPC process running in SM37 and SM50

    We had BPC performance issues and noticed that there are some process or batch jobs that are kicked from BPC that runs longer and kind of hanging.  SM37 and SM50 provides some information like job name, how long it is running.  Job name is kind of cryptic and the user name is always BPC_SYSADMIN and not able to get any additional information.  Is there a way to find more details about the job/process that is running  (whether it is a input template and which input template, whether it is a DM package and which package, whether it a report/EVDRE and which one etc.  Plus the BPC user name)?
    Couple of times, the user received the error message u201CSystem error: -2146697205u201D after it ran for a while.

    You can distinguish between reports and DM Packages easily: reports/IS run in DIA process while DM packages in BGD.
    To find out which BGD process corresponds to which DM Package take note of the time that package started (Local time). Than go to SM37 with user ID BPC* and find a job that started at same time (Server time).
    Looking into job details you can find on what Application server it's running and PID - this uniqely identifies BGD process in SM50.
    Hope this helps.
    Gersh

  • Journal Import finds no records in GL_INTERFACE for processing.

    Hi,
    I'm using the Oracle Web ADI (11i) to upload journal entries form a spreedsheat to GL.
    When the request is finished, this message is shown on the out put :
    Journal Import finds no records in GL_INTERFACE for processing.
    Check SET_OF_BOOKS_ID, USER_JE_SOURCE_NAME, and GROUP_ID of import records.
    If no GROUP_ID is specified, then only data with no GROUP_ID will be retrieved.  Note that most data
    from the Oracle subledgers has a GROUP_ID, and will not be retrieved if no GROUP_ID is specified.
    Can you help me to reslove it.
    Thx.

    Hi Msk;
    You have below errors,
    LEZL0008: Found no interface records to process.
    LEZL0009: Check LEDGER_ID, GROUP_ID, and USER_JE_SOURCE_NAME of interface records.Journal Import Finds No Records in gl_interface for Processing [ID 141824.1]
    Journal Import Finds No Records in GL_INTERFACE For Processing For AX and AP Sources [ID 360994.1]
    GLMRCU does not populate GL_INTERFACE to produce journal for reporting sob [ID 1081808.6]
    Regards
    Helios

Maybe you are looking for

  • Adobe files not printing text to HP Laserjet Pro CP1525nw via HP ePrint

    Hi I have two HP Laserjet Pro CP1525nw printers setup with HP ePrint. When this was first installed it worked. I can send attachments to both printers successfully. My issue is when I send a pdf with both text and images included the images print but

  • Text in internal table with HTML tags.

    Hi , I have Text in internal table with HTML tags. The text has to be shown in output of smartform as formatted text. That is the smartform should READ the HTML TAGS , convert the text accordingly and show in the output as formatted text. I dont want

  • How to create an Area(or shape) from a set of points?

    In fact I want to accomplish a function which can fill an area of same color on an image, just like the Magic Wand tool in Photoshop. I have written a function to figure out the points which should be included in the Area, but I don't know how to cre

  • Need help in customazation

    Hi Tech Gurus, My urgent client requirement form customazation in order management and its very urgent. If any one help me to complete this customation... please mail me to [email protected], will share the details.

  • How to call JSP page from applet?

    I have some page1.jsp from which I call applet. User works with this applet but some information does not in date inside applet. So user click on some component at applet (some button etc.) and now I would like to do this: 1) open new window; 2) call