Expense Reports Which Do Not Require ReceiptS, Request AP to Review

Expense Reports Which Do Not Require Receipts And Have Justification Entered Request AP To Review
Expense Reports Which Do Not Require Receipts And Have Justification Entered Request AP To Review
We am getting an error in the workflow for an five expense report.
The workflow is stopped at "Request AP To Review For Spending Policy Compliance"
I have looked in metalink for this particular scenario. And have come up with Note: 273784.1
In reading the note. Can not follow the fix.
If anyone has come across this issue. Please provide with an explanation how to resolve issue

I found the answer and I am posting it here in case someone else needs it:
You need to run the Expense Report Export with the Debug Switch on (you can find this under the request's parameters). When the output is ready, just select "View Log..." and search for the "REJECT CODE"; it will let you know what went wrong with your expense report. In my case, the suppliers I was using had invalid liability accounts. As soon as I updated them, the invoices were generated.
Regards,
Astrid

Similar Messages

  • Can we add a new column in report which is not in table.

    Hi All,
    Can we create a new column in report which is not in table.
    I have two columns in my table completion_date, manufacture_date. If the difference between the completion_date and manufacture_date is 0, -1, 1 then the new column of the report will say on time against each record or else will display late. Any suggestion how to proceed on this
    Regards
    Edited by: User_Apex on May 16, 2011 5:54 AM

    Standard report then, NOT an interactive report (which if you were using, you could build a computation and report on that)..
    Then the adding a column in the query would be your best best...
    Thank you,
    Tony Miller
    Webster, TX
    There are two kinds of pedestrians -- the quick and the dead.
    If this question is answered, please mark the thread as closed and assign points where earned..

  • How to hide pm shop paper keys in order which is not required.

    Dear All,
    I have created one b/d maintenance order which is released, now I have to take a print out of shop papers.
    For this I have ref. following menu path through IW32 transaction
    Order>Print>Order
    Then one window will get pop up u201Cselect shop papersu201D in this window I can see various shop paper keys. I can see 12 shop paper keys.
    From that list I need only 3 shop paper keysu2019 which is as follows, and only these 3 keys must be seen in that pop up.
    2020               Material Issue Slip
    2030               Job Ticket
    2040               Pick List
    So how I can hide remaining shop paper keyu2019s which is not required.
    Thanks & Regards,
    Sandeep

    Hi,
    Problem is solved by Defining Shop Papers for Order Type.
    Thanks & Regards,
    Sandeep

  • Any script to cancel the PO which are not taken receipt from the back end?

    Hi,
    We need to cancel the PO Shipments which are not taken receipts to reverse the encumbrnace budegatory amount. is there any script i can use so that i can cancel all the PO's which are not taken receipts or we need to manually cancel the each shipment by navigating in to the PO summary window using the Tools > Control option.
    Please let me know your views..ASAP
    Note: We are using the 11.5.10.2 version with encumbrance budgetary funds checking for PO's.
    Regards,
    Kevin
    Edited by: user10960960 on May 6, 2009 3:17 AM

    There is no documented,proven and supported way of doing such thing using scripts. Best to do it from front end; use dataloader for large volumes, and data loader in forms playback mode for larger volumes.

  • Expense Report Export does not create Invoice in AP

    Hello,
    I have created several expense reports in AP (Running EBS R12, I am not using iExpenses), but when I use the Expense Report Export request, the invoices are not created. I have looked online and found some plausible solutions. None of them have worked: I've made sure the Employee payment method is set up; the Usage rules for payables are also set up for Employee Expenses in the payment processing transaction type. In the Payables Option screen, I have selected the Automatic Employee as a Supplier option.
    Here's the Expense Report Export log:
    Payables: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    APXEXPER module: Expense Report Export
    Current system time is 29-APR-2013 11:09:53
    **Starts**29-APR-2013 11:09:54
    **Ends**29-APR-2013 11:09:55
    Start of log messages from FND_FILE
    Begin Receipts Management - Holds
    Process Hold Each Scenario
    Determine whether to place Holds
    Process Hold All Scenario
    Determine whether to place Holds
    Process Hold BothPay Scenario
    Determine whether to place Holds
    Process Obsolete Holds
    Obsolete Holds
    Obsolete Both Pay Holds
    Begin Processing Individual expense reports
    Fetching expense report...
    Expense Report Number : **110**
    Transfer Attachments option(Y/N):Y
    Fetching expense report...
    Expense Report Number : **REEMBOLSO 25ABR2013**
    Transfer Attachments option(Y/N):Y
    Fetching expense report...
    Expense Report Number : **TEST_ASTRID_EXPENSE**
    Transfer Attachments option(Y/N):Y
    Fetching expense report...
    Expense Report Number : **TEST_EXPENSE_AGSV**
    Transfer Attachments option(Y/N):Y
    Fetching expense report...
    Expense Report Number : **101**
    Transfer Attachments option(Y/N):Y
    Fetching expense report...
    Credit Card Expenses Fetched = 0
    Credit Card Invoices Created = 0
    Call Payables Open Interface
    Expenses Fetched = 5
    Invoices Created = 0
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 4105067      
    Number of copies : 0      
    Printer : noprint
    Finished executing request completion options.
    Concurrent request completed successfully
    Current system time is 29-APR-2013 11:09:55
    What else do I need to do? Am I missing something?
    Thanks in advance,
    Astrid

    I found the answer and I am posting it here in case someone else needs it:
    You need to run the Expense Report Export with the Debug Switch on (you can find this under the request's parameters). When the output is ready, just select "View Log..." and search for the "REJECT CODE"; it will let you know what went wrong with your expense report. In my case, the suppliers I was using had invalid liability accounts. As soon as I updated them, the invoices were generated.
    Regards,
    Astrid

  • Creating a Report that Does Not Require a Target

    I have several reports I'm building that work across all systems of a particular type. For example, I want to create a table of all of the systems with all of their software versions, another table with all of the systems and all of their free capacities and raid profile types (to best select a system to allocate capacity on) ...
    As such, I would like to build a report where I do NOT have to choose a specific target. Is this possible?
    My report definitions allow me to choose a type, but I can't find a way to say "but don't require a target", here is the report metadata for reference...
    l_target_type := MGMT_IP_TARGET_TYPES();
    l_target_type.extend(1);
    l_target_type(1) := 'my_storage_type';
    l_report_title_nlsid := 'Federated Capacity and Configuration Report';
    l_report_owner := mgmt_user.get_repository_owner;
    -- create a report definition for the report
    l_report_guid := mgmt_ip.create_report_definition (
    p_title_nlsid => l_report_title_nlsid,
    p_description_nlsid => 'Display of Configuration Information',
    p_owner => l_report_owner,
    p_category_nlsid => 'Storage',
    p_sub_category_nlsid => 'Storage Category',
    p_late_binding_target_types => l_target_type,
    p_show_table_of_contents => 1,
    p_system_report => 1,
    p_component_name => l_target_type(1)
    );

    It is a bit more complex, but I will boil this down:
    - Yes, I'm using the term System loosely, I am doing a query across a bunch of appliances in one case, there is no target identifier associated with it and, as such, the SQL does NOT include a where clause like i.TARGET_GUID = ??EMIP_BIND_TARGET_GUID?? so I would prefer the user does not have to select this
    - In another case I am in a detail report and do not want the user to have to choose the target (you can refer to another post on this), but basically, I get a table back using the BIND_TARGET, the user can click a column to get details on the adapter (for example), they click on it and are confronted with a target selection. I would rather "carry over" the target selection from the master report or I suppose I could "hide" the target GUID in the master report and then pass it as a parameter (my detail reports, in this case, are not home page reports and can only be accessed through the master report)
    Either way, I don't want to be confronted by the target selection.

  • Trying to deploy MS14-051/KB 2976627, SCCM reporting 'Update is not required'?

    hey all,
    i'm trying to deploy MS14-051/KB 2976627 as part of our August Windows updates, and i've noticed that over 90% of our computers have not installed the update yet, SCCM report shows 'Update is not required'.
    if i dig through the links in the report to any computers that are affected, i get a blank page with no details where there should be a description/reason outlining why the update is not required.
    from what i've read, there aren't any other updates required for this to be installed, and it's a critical update so i'm confused as to why it isn't installing.  we're running IE 9 on Windows 7 x64 for most of our computers.
    i reviewed the other August updates that are part of this deployment, and they appear to be installing fine.
    any help is greatly appreciated!

    This update was expired shortly after it's release.
    http://support.microsoft.com/kb/2976627
    That is why it isn't required 
    http://www.sccm-tools.com http://sms-hints-tricks.blogspot.com

  • MSSQL Server 2012. Error accessing reporting website. Not Found The requested URL /ReportServer1 was not found on this server. Unable to uninstall MSSQL 2008

    Hi all. I have recently installed MSSQL Server 2008, and was not able to access the URL when I clicked on it. It gave me a 404.
    When I installed 2012, I tried the same thing and it also throws me a 404 error. How should I go about solving this? What are the log files that you may need to help me solve this?
    At the same time, I have also tried to uninstall my 2008, but am always stuck at not being able to remove Client Connectivity Tools and some other components. Please let me know what log files you need and I will be happy to provide them. Thanks!
    The following is the log for the uninstallation.
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2068052368
      Exit facility code:            1212
      Exit error code:               1648
      Exit message:                  Failed: see details below
      Start time:                    2014-04-11 09:40:30
      End time:                      2014-04-11 09:41:37
      Requested action:              Uninstall
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1
    Machine Properties:
      Machine name:                  ADC-PC
      Machine processor count:       8
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     Singapore
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
      Sql Server 2008 R2                                                       Management Tools - Basic      
                                   Enterprise Edition   10.50.1617.0    No        
      Sql Server 2008 R2                                                       Management Tools - Complete    
                                  Enterprise Edition   10.50.1617.0    No        
      Sql Server 2008 R2                                                       Client Tools Connectivity      
                                  Enterprise Edition   10.50.1617.0    No        
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation edition:          EVAL
    User Input Settings:
      ACTION:                        Uninstall
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\ConfigurationFile.ini
      ENU:                           False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      CONN,SSMS,ADV_SSMS,CE_TOOLS,BROWSER,WRITER
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  False
      INDICATEPROGRESS:              False
      INSTANCEID:                    <empty>
      INSTANCENAME:                  <empty>
      PASSPHRASE:                    *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\ConfigurationFile.ini
    Detailed results:
      Feature:                       SQL Writer
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Browser
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       SQL Compact Edition Tools
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Client Tools Connectivity
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Management Tools - Complete
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\SystemConfigurationCheck_Report.htm

    Strange, but finally the procedure below did solve my problem.
    # Go to Control Panel > Add or Remove Programs and look for '''Anti Phishing Domain Advisor'''.
    # If you click on ''Click here for support information'' you'll see it is a Panda program.
    # Uninstall '''Anti Phishing Domain Advisor''' program...
    # This did solve my problem
    See also [https://support.mozilla.com/en-US/questions/811399#answer-205531 Can't open mail. Get this message: 404 Not Found nginx/0.6.32]

  • Embedded BI Publisher 5.6.2 / Long report / OPP does not pickup the request

    Hi,
    We are trying to use the embedded version of BI Publisher to produce simple PDF or Excel listings. The SQL is simple and runs quickly; it returns about 40000 rows.
    The problem is that after 10 minutes (it used to be shorter be we increased the OPP timeout) of being "running" in the concurrent manager, the report sometimes completes fine but sometimes ends with a warning (and no output file) and the following error in the log file:
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 765364 on node AUSGEDEVAP06 at 17-MAY-2007 08:54:43.
    Post-processing of request 765364 failed at 17-MAY-2007 09:04:43 with the error message:
    The Output Post-processor is running but has not picked up this request.
    No further attempts will be made to post-process this request, and the request will be marked
    with Warning status.
    Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary.
    After conducting some tests on a development server, it appears that for a very basic report (simple SQL and report only containing a table with 4 columns listing 4 fields extracted from the database) and with a 10 minutes timeout we are not able to produce a report that has more than about 100000 lines.
    My questions are:
    - is it normal to have such delays to produce the output? (for a simple 5000 reports it can take 30 seconds)
    - What does this message mean and how could we try to correct it?
    - I can see that we have one Output Post Processor running, would it make sense to have more? (does the fact that the OPP is not picking up the request means that there is no process available?)
    Thanks in advance.
    Boris

    Hi Tim,
    Thanks for that - the 7487412 readme doesn't say anything about the RTF header bug fix being included, but the Bugs Resolved by this Patch lists 6270261 (ER: RTF Output to support set Table Header Report, Table Row Keep-Together).
    Patch # 7487412 is only available in R12, but with the specific ER number, I was able to find Note # 861915.1 (I couldn't it find with my keyword search) and this note indicates that 11i patch # 7702372 should resolve the problem for me in 11i (and it's readme explicitly documents 6270261 as being fixed by the patch).
    Thanks again,
    theFurryOne

  • Compact web-server which does not require installation

    Hello,
    My application is written in Flash and I'm looking for a compact web-server for Mac OS 10.5+, which would be able to run it from a CD without any installation to user's computer.
    Does anyone know a solution?
    Free software is preferred. Crossplatform: Macintosh + Windows would be the best.
    Thank you.
    Best regards,
    Vadim Lazuko

    I haven't found how Mongrel could be run without installation on target computer.
    Could you, please, point me the solution for that?

  • Query which the Reports which not run more than 15 days

    Hello,
    I need I query to show all the Concurrent Programs which are attached in Application but not run more than 15 days. Also filter will segregate concurrent Reports and concurrent processes.
    regards,

    Please clarify are you interested in conc programs/reports which has not been run in last 15 days or the ones which were run only in the first 15 days from creation date.
    I am pasting the base query which gives you the details like concurrent program name, executable name, executable type, and execuation file name ( you may add condition like fcp.enabled_flag = 'Y' for all active programs etc)
    SELECT  fe.executable_name,
            fe.execution_file_name,
            fl.meaning,
            fcp.concurrent_program_name,
            fcpt.USER_CONCURRENT_PROGRAM_NAME
    FROM    apps.fnd_executables fe,
            apps.fnd_lookups     fl,
            apps.fnd_concurrent_programs fcp,
            apps.fnd_concurrent_programs_tl fcpt
    WHERE  fcp.executable_id = fe.executable_id
    AND    fe.execution_method_code = fl.lookup_code
    AND    fl.lookup_type =  'CP_EXECUTION_METHOD_CODE'
    AND    fcp.concurrent_program_id = fcpt.concurrent_program_idEdited by: 936671 on Sep 4, 2012 5:58 AM

  • Importing Expense Report from legacy to Oracle Payables??

    All,
    I need to import ER from legacy to payables. I used ap_expense_reports_headers_all & ap_expense_report_lines_all tables. But the "Expense Report Program" is not picking up the data from the tables though i populated all the required columns of the tables!!! When i open the "View Output" it says "The conc.request did not create an output file"!!!
    Can anyone tell me what could be the reason behind the failure of the program?
    Do I need to populate anyother column to resolve this issue?
    Detailed response is highly appreciated.
    thanks in advance,
    Sen

    Steps to import into AP
    Navigate to the Accounts Payable Responsibility
    Go to View -> Requests -> Submit a New Request -> Single Request -> OK
    Submit the Expense Report Export Program, after specifying all the mandatory parameters
    Source parameter should 'Oracle Internet Expenses'
    To view the expense report created
    Navigate to the Accounts Payable Responsibility attached to the User
    Go to Invoices -> Entry -> Invoices
    In the Invoice Workbench Window query the Invoice Num field with the Name of the Expense Report created in the previous step. The Invoice is displayed in the Invoice Workbench with the Type as Expense Report

  • ESS - Create Expense Report Link is missing for few users

    Hi,
    We are on ECC 6.0 Ehp 3 with EP 7.0.
    We are using the ESS and in that Standard SAP provided Travel and Expenses Module.
    For few of the users, the Create Expense Report  link is missing eventhough the user is assigned with the  Traveller Role
    SAP_FI_TV_TRAVELER
    Request you to let me know if any setting needs to be done in the back end/infotype to make the Create Expense Report link visible in the portal.
    Appreciate your help.
    Thanks and Regards,
    Sekar

    Hello, 
    Same happened on our side.  User is already set with the proper roles, with the correct info types but when logging in the Portal- she, too, could not view the link for Create Expense Report (which is supposed to Create an expense report for a trip without a travel plan).
    When i use my userid, and just switch personnel number to her number, I could create an expense report on her behalf. 
    That made me conclude that her traveller roles are fine.
    Pls help.

  • Make expense report read only after approval

    Hello,
    Please guide on how to make an expense report read only once it is approved and no change option should be enabled on enterprise portal. I have tried all the combinations of security in the ESS roles inside ABAP but not able to find the right combination. Please suggest.
    Thank you.

    it needs P_travl authorisaiton
    Create a new Travel Request or Expense report (AUTHF W)
    Change open travel Request or Expense report (AUTHF W10, W30)
    Change returned Travel Request or Expense report (AUTHF W11, W31)
    Create Expense report from approved Travel request (AUTHF W21)
    use the note    1402925
    If you create an expense report based on a not approved travel request,
    the system asks for authorization to change this request
    (W11 or W10) for AUTHF and then 30 or 31 for AUTHS.
    THis combination is of course given by your P_TRAVEL object.
    You need at least 2 seperate P_TRAVEL objects, whereas only 1 of them
    contains AUTHS values for expense report. This must only contain
    W2* and 30 / 31. Hopefully this could help.

  • Delete Expense Reports after Settlement and Transferred to FI

    Hi Gurus
    Please let me know how to delete the Expense Reports which are in status "Trip Approved" and "Transferred to FI" ?
    We have created many Expense Reports in the copy of Production for testing various scenarios. When we execute the Payroll Run, we do not want all the unwanted Expense Reports (which are Settled and Transferred to FI) to be picked up in the Payroll Run.  In a way, we want to clean up the unwanted Expense Reports, although they have been posted to FI.
    Also, please let me know the following :
    In Production, under what conditions, we can/should delete the EXpense Reports which have the status of "Trip Approved" and "Transferred to FI" ?
    I know that we can use T.Code : PRRL (Reset the Accounting Status), but kindly explain what exactly this T.Code does.
    Thanks in advance.
    RRoy

    Hi,
    As described in previous post, following link may be helpful for you..
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/b6/cd9f2449e911d189060000e8322f96/content.htm
    Regards,
    Muhammad Umer
    Edited by: Muhammad Umer on Jul 27, 2011 10:54 AM

Maybe you are looking for

  • DWCS3 takes a long time to open!

    HI, As you read on the title, DW CS3 for Mac Leopard is taking a long time to open. When you click on the application to open the program, you get the typical DW green screen, the version # (9.0 Build 3481) but below that, all that stuff that read as

  • Remote access anywhere - not working

    I am new to servers and found the SBS/essentials 2012 very fascinated. I have been trying to configure this thing for the pass two days to get the remote anywhere access working. I am running on a virtual box using a netpro boeing 300 router. things

  • Where can I find an ipod nano 6th generation

    I would like to know where can I get the ipod nano 6th generation?, I live in Toulouse, France

  • Pm01 steps

    Hi All, can anyone send me the steps involved in pm01 transaction for creating new infotype. regards, kumar

  • Pixel operation question regarding ints and bytes

    Hello, Im using this: public static void setR(int[][] pixel, int xIndex, int yIndex, int value)           value = (value & 0xff);           pixel[xIndex][yIndex] = (value << 16) | (getG(pixel[xIndex][yIndex]) << 8) | getB(pixel[xIndex][yIndex]); to s