Iexpense Report Creation

HHi all,
I need to know where the reason code field  can be found  while creating an iexpense report in Oracle. Allso if there is any lookup involved  and where that lookup can be found .
Many thanks in advance

Hi
The below navigation should help you to get the expense report templates
Navigation: Payables Manager: Setup > Invoice > Expense Report Template
For look up details view the link#https://docs.oracle.com/cd/E18727_01/doc.121/e13454/T214904T214908.htm and search under 'Defining Payables Lookups for Oracle Internet Expenses' section.
Regards,
Ivar

Similar Messages

  • Issue in Pricing Report Creation - V/LA

    Dear All,
    I have created a new pricing report in V/LA.
    Details:
    3 condition tables in the pricing configuration.
    1-SO / DC / Customer / Sales district / Material
    2-SO / DC / Customer / Material
    3-SO / DC / Material
    During report creation I select only "Material" field from the field selection screen & proceed with "AND" option.
    From Table selection screen, I select all those 3 condition tables.
    Now at executing of this report (In V/LD), I enter only "Customer" field (say customer 1000) in the selection criteria. (because I want to see all condition records exists for that customer 1000?
    When I execute the report it shows below 3 sections.
    1-SO / DC / Customer / Sales district / Material - All condition records exists for that customer/Sales District combination
    2-SO / DC / Customer / Material - All All condition records exists for that customer
    3-SO / DC / Material - All condition records maintained for Material level.
    But as per my selection criteria, system should show only 1 & 2 sections.
    How can I omit appearing sections 3 in my pricing report. ( Because I want to see condition records relevant to that customer only)
    Highly appreciate all your suggestions !!
    Thanks in advance !
    Edited by: Anupa Wijesinghe on Sep 24, 2009 8:32 AM
    Edited by: Anupa Wijesinghe on Sep 24, 2009 8:33 AM

    Dear Matthew,
    As per suggestion, I have to create 2 reports for the above requirement.
    1- with only Customer tables to see customer level prices. (For this I have to add only below 2 tables)
                          - SO / DC / Customer / Sales district / Material
                          - SO / DC / Customer / Material
    2- Other report to see material level prices. For that I have add all 3 tables.
                          - SO / DC / Customer / Sales district / Material
                          - SO / DC / Customer / Material
                          - SO / DC / Material
    So with this when user want to see price by customer, he has to select FIRST report & when he want to select price by Material, he has to select SECOND Report.
    It's not very user friendly, But yes, I can suggest it as a solution.
    Thanks for your reply ! 
    Really helpful !

  • Report Creation with Qucik Viewer(SQVI)

    Hi
    My client requirement is to get the CSO  report on the  items which are invoiced and the items are not invoiced in the CSO.
    i though i could generate the intended report wiht Quick Viewer (SQVI)
    kindly advise me how do i proceed with this kind of report.
    Regards
    TharakJReddy

    Your application is referencing the file craxDDrt.dll. In order to use this dll, you needed to obtain extra licensing. Since CR 10 has been out of support for over 5(?) years, I am not sure if you can still obtain the licensing. Contact sales at 866-681-3435 to find out.
    Alternatively, reference the craxDrt.dll. This dll does not require any extra licensing. However, the error you are getting indicates that you are using Report Creation APIs (RCAPI) from craxDDrt.dll. In my experience, there often were other ways of coding to achieve the same thing with craxdrt.dll. Let me know what RCAPIs you are using and I may be able to help out there.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Oracle iExpense report

    Folks,
    Please help with a query to find iExpense reports that are Auto Approved.
    Mean I need to display only the expense reports that are Auto approved.
    Thanks,
    gvk.

    dear All ,
    I resolved the issue using the following :
    wf_notification.setattrtext ( nid => :notification_id
                                    , aname => 'RESULT'
                                    , avalue => 'REJECTED' ); 
                                    wf_notification.setattrtext ( nid => :notification_id
                                    , aname => 'WF_NOTE'
                                    , avalue => 'Auto Rejected as the BM is older than 30 days' ); 
        wf_notification.respond ( nid => :notification_id);

  • Manual Report Creation!

    Hi friends,
    I would like to learn about reports is there any place where i can get some videos about this. And i Especially for time being need to know about manual report creation i have little bit knowledge on creating reports.
    Any links to videos or tutors would help me a lot.
    Regards,
    Manoj Chakravarthy

    Hi friends any info on my above request it is of great importance for me please any help would be appreciated.

  • Report creation progress indicator

    Hello All,
    I am looking for a way to represent to the user the progress of the report creation.
    (Most users get upset when reports donu2019t appear immediately)
    A basic example would be to be able to display the current page being produced.
    Page N has been produced ....
    I am creating a Java Project, so would like to output the progress to the System Console,
    currently
    reportClientDocument.open (reportFilePath, OpenReportOptions._openAsReadOnly);
    is the part that is taking the most time, so is there a way I can follow the progress of this?
    I had a thought, and I use this very lightly as I have not looked into it at all, that I could maybe bring in
    something like a UFL within the Report to indicate the report creation progress.
    As I say I have only had a half think about this all but was hoping someone had an idea on how best
    to get this info.
    Any ideas or pointers would be great.
    Thanks
    Darren

    Thanks Ted,
    I thought it wouldnt be too easy. We already have a nice big whirly, but you know what users are like.
    Ill just have to put up some vague notifications about opening, populating and exporting the reports.
    Ill keep fiddling with a few things and see if I can come up with something a little more accurate,
    will leave this topic open incase some others have any ideas.
    Cheers
    Darren

  • Regarding Database performance for report creation

    Hi,
    Currently i have one database in that two schema one for table data and second for reports creation.But it is taking more time to display data because there is more load on first schema.
    I want to create second database for report schema .But i have to access table data from first database .
    1) There is one option to fetch data from first database is through DB Link . But i think it also takes more time to fetch data.
    Is there any way i can access data from first database and i get more performance with creating new database.
    Kindly give me suggestion . What should i do to improve reports performance?

    user647572 wrote:
    Hi,
    Currently i have one database in that two schema one for table data and second for reports creation.But it is taking more time to display data because there is more load on first schema.
    I want to create second database for report schema .But i have to access table data from first database .
    1) There is one option to fetch data from first database is through DB Link . But i think it also takes more time to fetch data.
    Is there any way i can access data from first database and i get more performance with creating new database.
    Kindly give me suggestion . What should i do to improve reports performance?You have more two options:
    1. Use Oracle Streams and replicate tables between databases. WHile using reporting, you'll refer to the second database
    2. Create Standby database, it's the clone of your database where you can update it by adding archived redo log files from primary database

  • Reject Oracle iExpense Report through WF_NOTIFICATION.SetAttrText

    Dear Gurus,
    I have a huge number of iExpense Reports which are pending for the user approval. I am using the following code to Reject all such reports:
    begin
    wf_notification.setattrtext ( nid => :notification_id
                                    , aname => 'RESULT'
                                    , avalue => 'REJECT' ); 
        wf_notification.respond ( nid => :notification_id );
    commit;
        end;
    when I query the notification table after running the above code, the status of the notification is "CLOSED" but the expense report is still waiting for approval.Further more the user who created the report never gets to be notified that his report is rejected.
    Am I missing anything any help would be appreciated.

    dear All ,
    I resolved the issue using the following :
    wf_notification.setattrtext ( nid => :notification_id
                                    , aname => 'RESULT'
                                    , avalue => 'REJECTED' ); 
                                    wf_notification.setattrtext ( nid => :notification_id
                                    , aname => 'WF_NOTE'
                                    , avalue => 'Auto Rejected as the BM is older than 30 days' ); 
        wf_notification.respond ( nid => :notification_id);

  • InfoSet fields not listed in Crystal Report Creation Wizard

    Hello Experts,
    We successfully build few reports using in Crystal Reports 2008 using SAP Integration Kit and InfoSets from ECC 6. But we run in some problems with InfoSet MIRO_PO as InfoSet's fields which are not included into Field Groups are listed in Crystal Report Creation Wizard as available fields. It looks like it may be related to Field Groups/Data Fields definition in Change InfoSet transaction SQ02.
    Did somebody run into similar problems? Is it mandatory to include all required fields into InfoSets' query groups?
    I can't find related documentation.
    Thank you in advance,
    Sergey Vlasov

    Hi Sergey,
    I'm having the same problem, i don't understand your solution very well, can you explain a little bit more?
    Thanks

  • Auto accounting generation while creating a iexpense report  with project

    Hi all,
    i have a auto account generator setup for a particular employeee... when i change the segment value in auto accounting generator it is not refelcted while creating a iexpense report.
    please help me.
    Thank you.

    Hello,
    1. You need to make sure you are entering the 'Project/Task/Expenditure type' information in the Expense Report Line level.
    2. If you need to customize the account generator, then you need to change the process 'Default Account Generator for Web Employees' in the workflow 'PAAPWEBX' in the workflow builder.
    The project account generator you are modifying is the auto accounting setup which will be used during the cost distribution process to generate an account for the 'Expense Reports' created in Projects.
    If you want to customize the account generation for a project related expense report in iexpense then you need to customize the 'Project Expense Report Account Generator (PAAPWEBX)' workflow.
    Hope this helps!
    Thanks,
    Sathish Raju
    www.projectsaccounting.com

  • Automate report creation from XML

    Hello,
    Is there a way to automate the report creation based on a specification based on a XML file ?
    Regards,
    Laurent.

    Thanks,
    I will have a look to the RAS SDK.
    If the API are available it will be sufficient to start building the solution.
    Thanks,
    Laurent

  • Issue in COPA Report Creation

    Dear All,
    I ave an issue in creation of COPA repor in KE30
    We have created all P&L item as cost element except
    1.Change in WIP for WIP calculation in Product Costing
    2. Price Difference (OBYC- PRD) Variance will be calculated from settlement profile
    Values in COPA are
    1.     VV001  - Quantity (KWBRUM) Quantity field
    2.     VV002 u2013 Price  (PR00) Revenue account of sales (Cost Category 11)
    3.     VV002 -  Material Cost-COGS (VPRS)
    4.     VV003 -  Discount Given (SD Condition)  (Cost Category 12)
    5.     VV005 u2013 Fright (SD Condition)  (Cost Category 12)
    6.     VV005 u2013 Misc Exp (SD  Condition) (Cost Category 12)
    7.     VV006 -  Consumption and Cost of Production, Revaluation, inv diff account
    8.     VV007 u2013 admin expenses
    9.     VV008  - Employees cost
    10.     VV009 u2013 financial cost (interest paid etc deprecation cost, audit exp)
    11.     VV010 u2013 Settlement of Variances of Production order (from settlement profile)
    12.     VV011 - Other income GL accounts (including Exch Rate Diff, profit on sale of asset etc)
    From VV005 to VV009 all the GL account included are created as primary cost element (C category 01)
    and assigned in OKB9 as transfer to PA structure and assigned in PA transfer FI (direct posting form FI)
    VV011 u2013 all the GL account created as Revenue (Cost Category 11)
    Issue we are facing
    1. In Consumption and Cost of Production GL account (Movement type 101 and 261 from production order ) we are not
    able to generate Profit analysis document.
    2. Price difference also come in picture at the time of Stock transfer and Price diff GL account is not created as cost element and how to flow that in copa, price difference from settlement will come from settlement profile.
    Format we have created for COPA report is like
    1.Quantity Field
    2.Selling Price  (PR00)
    3 Material Cost (VPRS)
    4 Discount Given
    5. Fright
    6. Misc Exp
    7. Consumption and Cost of Production, Revaluation, inv diff account
    8 admin expenses
    9. Employees cost
    10. financial cost
    11 Settlement of Variances of Production order
    12. Other income
    13 Net Profit (Calculated Values ) ( 2- 3-4-5-6-7-8-9-10-11+12)
    Is this a correct logic I applied kindly suggest.
    Regards
    Bittu

    Dear All,
    Any suggestion..
    Bittu

  • Java to PDF Report Creation

    Hello
    Anyone has java to pdf creation knowledge than please give us the feedback, if you know some readymade package please inform us
    Regards

    You can use JFreeReport to format data from a TableModel (as in JTable) into a report that can be previewed on-screen, printed, or exported to PDF:
    http://www.object-refinery.com/jfreereport/index.html
    JFreeReport is free software, under the terms of the GNU LGPL.
    Regards,
    Dave Gilbert
    www.object-refinery.com

  • Adobe forms for report creation.

    Hello.  I would like to use an web form in which the user submits research information, which the user can then download (or be emailed) the data in an organized report.  In a sense, I would like to use Adobe Forms to make these reports consistent.  How can I use Adobe forms for this? Is this possible?

    Hi Viji,
    I believe there must be a misunderstanding here. While Adobe delivers sample forms both in Adobe LiveCycle Designer (only the form) and for their own server products (the LiveCycle series), this has nothing to do with Interactive Forms in SAP software. Adobe contributes 2 key technology components to the joint solution, but the business logic continues to be shipped by SAP only. This means that Adobe neither ships standard forms for an SAP system nor BAPIs.
    In mySAP ERP 2004, a couple of pilot processes built with Guided Procedures were shipped to selected customers. These processes dealt with the creation and changing of master data. These processes are not generally available.
    Interactive Forms is included in several environments, i.e. Web Dynpro for Java, Web Dynpro for ABAP, ABAP Workbench (for printing), Guided Procedures, Internet Service Request (ERP), and Business Intelligence. In NetWeaver '04, you can only use Web Dynpro for Java and ABAP Workbench.
    There is NO OUT-OF-THE-BOX SUPPORT for BSPs.
    If you wish to use KM functions, it'll be up to you to develop them for your process. You will need to persist the generated PDF form (it doesn't happen by default), and there is no standard delivery that includes KM functions.
    Hope this helps,
    Markus Meisl
    SAP NetWeaver Product Management

  • Expense Report creation -currency F4 classcastexception-java webdynpro

    Hi,
    We have upgraded sap portal from 7.0 to 7.31  SP09 and we are using java webdynpros for creation of expense report. ECC version is ERP6.0 EHP6.
    Everything is working fine except for currency F4. when an expense type is selected, and user clicking on currency, F4 help is displayed with various currencies and upon selecting any currency in the F4 window results in a classcast exception as shown in the screenshot attached.
    Any help is greatly appreciated.
    Thanks,
    Vasu.

    moved to SAP Travel Management by moderator.

Maybe you are looking for