Invoice issue -transfer to FI dat

hii all,
please resolve this issue with clarification is point-by-point.......
"Invoice amount is completely correct, but if you look at the trip details in the body of invoice they do not match.
On the service billing document the expense detail on the services invoice is determined by the "Transfer to FI" date. This is causing details to be missed for trips where the "Transfer to FI" date is in a prior billing period. This is critical as we have reached another billing cycle. I currently have 10+ invoices that are incorrect and cannot be sent to the customer."
please go through and give me the clarification ......
1. explain the issue..
2. after understand explain the steps for solving this issue...
thanks
babbal

Your question should be posted on the ERP Financials board -- it has nothing to do with Asset Accounting.

Similar Messages

  • (urgent)How to transfer(outbound) the data of invoices  to flat file?

    HI All,
    i am new to oracle Receivables. i have assigned task like below. How to transfer Oracle Receivables data(open invoices) to flat file(format like Xl Sheet or csv).i mean to say that outbound interface with sample data and code. can some one help me to sort out this issue. pls send me sample code for invoices outbound.
    Thanks.
    Edited by: user627525 on Feb 18, 2009 9:30 PM

    Hi, Here is what you required...Below logic shows how to use utl_file to write a data into file which is store outside of database. Please let me know in case of any additional information is required. Thanks!
    V_Extract_Dir:=ltrim(rtrim('/cdunix/erp/'||V_Instance_ID||'/global/acctrecon/wrk'));
    V_Rename_Dir:=ltrim(rtrim('/cdunix/erp/'||V_Instance_ID||'/global/acctrecon/snd'));
    V_Fname := 'ASSURENET-GL-'||V_SOB_ID||'-'||V_Date||'-'||V_Fnum||'.csv';
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,V_Fname);
    V_File:=UTL_FILE.FOPEN( V_Extract_Dir,V_Fname,'w');
    FOR C3 IN C2 LOOP -- Header record
    UTL_FILE.PUT_LINE(V_File,'"HEADER"'||','||C3.V_Con ||','||C3.V_Total);
    END LOOP;
    FOR C4 IN C1 LOOP -- Body
    UTL_FILE.PUT_LINE(V_File,C4.md);
    END LOOP;
    FOR C3 IN C2 LOOP -- Footer Record
    UTL_FILE.PUT_LINE(V_File,'"FOOTER"'||','||C3.V_Con ||','||C3.V_Total);
    END LOOP;
    Regards,
    Murali

  • Excise Invoice for Transfer price

    Guru's
    We have intercompany scenario and the delivering raises excise invoice to ordering plant, but in this case the ship to party is getting different not the sold to party, because of that we are having issues in excise invoice
    please help
    sale order By Asaleorg and plant B
    delviery by B and IC invoice and excise invoice in transfer price, because the sold party of A sale org is export customer, it is defaulting the ship to party in IC invoice as export customer and also in excise invoice.
    how to handle this scenario
    pls help

    Hi,
    here u need to create a STo from Plant to Plant A where in the Ship to party of ur Plant B will be Plant A and u have to maintian the shipping datwa plus the plant as custoemr settings.
    When the stock gets to you Plant A, then raise a sales order and delivery to the Export custoemr from Plant B
    You can check the best practise documents for STO process availabel.
    I case you need any help, please feel free to contact me. I will share the configuration documents
    Regards,
    Nithin

  • HT204053 I have a school ipad with iCloud using a different ID (my school email address) . I am leaving and want to buy my own ipad and transfer all my data and docs to my personal iCloud account but don't know how to do this without deleting all data and

    I have a school ipad with iCloud using a different ID (my school email address) . I am leaving and want to buy my own ipad and transfer all my data and docs to my personal iCloud account but don't know how to do this without deleting all data and photos?

    Heya Katie!!
    So, the article you have there, HT4895, is pretty good. Just look at the FAQ section of it.
    But basically, you will want to create a backup on your computer through iTunes...Just plug your current iPad into it and make sure your iPad and iTunes are logged in with the same Apple ID. At that point, just create a backup.
    When you get your new iPad, and before you plug it in or set it up, follow the directions in this link to change your Apple ID. http://support.apple.com/kb/HT5621?viewlocale=en_US
    Once you have that done, plug your new iPad into your computer to sync up with iTunes. Follow the directions for Restore from Backup and it should bring all that info back to your new iPad.
    And changing your Apple ID email info will allow you to have your own!!! This should solve all your issues and GL!!!

  • R11.0.3: An Invoice with future dated apyment data flow

    제품 : FIN_AP
    작성날짜 : 2003-11-18
    R11.0.3: An Invoice with future dated apyment data flow
    ===============================================
    PURPOSE
    Future Dated Payment Term을 사용하는 Invoice의 Data Flow에 대해 살펴보도록 한다.
    Explanation
    accounting rule = accrual
    .allowed future dated payment
    1. Create a standard invoice (invoice amount: 2100, item amount: 2100, payment term : future dated payment)
    And transfer it to GL.
    * ap_invoice_distributions_all
    accounting_date = 2003-11-11
    accrual_posted_flag = Y
    posted_flag = Y
    * ap_trial_balance
    accounting_date = 2003-11-11
    distribution_amount = 2100
    * 해당 data gl_interface table로 넘어감.
    2. Posting these transferred journals in gl module
    * 해당 data가 gl_interface table에서 삭제 된 후
    * gl_je_lines
    accounted_dr = 2100 charge
    accounted_cr = 2100 liability
    3. Create a payment against this invoice with mature date = 12-nov-2003 and then transfer it to gl
    * ap_invoice_payments_all
    accounting_date = 2003-11-11
    accrual_posted_flag = 'N'
    posted_flag = 'N'
    future_pay_posted_flag = 'Y'
    * ap_payment_distributions_all
    line_type_lookup_code = 'CASH'
    * ap_trial_balance
    accounting_date = 2003-11-11
    payment_amount = 2100
    * ap_checks_all
    status_lookup_code = 'NEGOTIABLE'
    4. Posting these payment journals in gl module
    * 해당 data가 gl_interface table에서 삭제 된 후
    * gl_je_lines
    accounted__cr : 2100 future pay
    accounted_dr : 2100 liability
    5. Clear this payment and then transfer to gl
    Future dated payment 이고 Cash Management 를 사용하면 Cash Management 에서
    Bank Reconcilation을 해주시면 됩니다.
    Cash Management 를 사용하지 않으실 때는
    "automatic clearing for future dated payment" 를 수행하여서 clear 를 해주어야 합니다.
    이번 test case에서는 cash managemnt를 사용하지 않고 automatic clearing for
    future dated payment 를 수행하여 clear 해주었습니다.
    * ap_checks_all
    status_lookup_code = 'CLEARED BUT UNACCOUNTED'
    Cash Management를 사용하지 않기 때문에 status가 위와 같이 나타납니다.
    Cash Management를 사용하면 option에 따라 status가 cleared나 reconciled로 변경 됩니다.
    6. Transfer these cleared payment to gl and posting in gl
    * 이 때에는 ap_trial_balance table에는 아무런 영향도 주지 않습니다.
    * ap_invoice_payments_all
    accrual_posted_flag = 'Y'
    posted_flag = 'Y'
    * gl_je_lines
    accounted_dr= 2100 future pay
    accounted_cr = 2100 cash
    Example
    Reference Documents
    N/A

    Rohini,
      Thanks for your answer; I was out for few days and hence the delay.
      What I am looking for is the complete usage model of the following ODS.
    1> 0BBP_SC     we have figured it out
    2> 0BBP_SCA    we have figured it out
    3> 0BBP_DOC    we have figured it out
    4> 0bbp_inv    we need help
         Looks like this can be populated from R3 using the following
    Data Source    Info Source                    ODS Object
    2LIS_02_ITM    2LIS_02_ITM                 0BBP_INV
    2LIS_02_HDR    2LIS_02_HDR                0BBP_INV
    5> 0BBP_DS     we need help
    6> 0bbp_po     we need help
        The same combination is also used to populate the 0BBP_PO as well. We suspect that 0BBP_DS will then be populated from both 0BBP_INV and 0BBP_PO. At least that what we though after activating the BC and reading the sap help on BC for SRM.
      We are doing a proof of concept and want to know all the ODS with data. We want to build an end to end (Shopping cart, approval, Doc flow, PO data with value, Invoice data with Value) and struggling to understand the model surrounding this three ODS ( 0bbp_inv, 0bbp_ds, 0bbp_po). Any help in this area will be appreciated.
    Thanks
    Arun

  • Double invoice issue

    Hi,
    We have an internal vendor and so automatic invoice verification is implemented against the said internal vendor. However, the issue is there is a double invoice for some of the invoice refrence numbers. Check box for checking double inovice is already in place in the vendor master. Inspite of that there are double invoices for some of the invoice reference numbers.
    I checked the settings in OMRDC and there are 3 fields checked - company code, document date and invoice reference number.
    Point to be noted is the document date of the duplicated invoice reference numbers are different. I suspect that the invoices have been interfaced twice from the legacy. However, I need to check with the legacy team for the same.
    Say for example:
    Invoice 5555 is posted against invoice reference number 1234 for vendor XYZ on document date 28.12.2011.
    Invoice 6666 is posted against invoice reference number 1234 for vendor XYZ on document date 11.01.2012.
    In the above scenario - does it mean that the double invoice could go thorugh as the system checks the settings based on the combination of invoice refernce number and document date (for vendor vendor XYZ).
    In other words - is it because the system found IV reference number 1234 on different dates that double invoicing could go though.
    Please suggest.
    Regards,
    Soujanya.

    Hi,
    Ok...inspite of having same invoice refrence number - as they were interfaced on different dates, it has not checked for double invoice. In that case, to avoid such things to happen - I hope I should uncheck the document date in OMRDC and just retain invoice reference numbers and company code.
    As far as the account key is concerned - ERL postings do not happen here as this is a case of purchases. However, could you suggest what is MRRL and where can I find it. And what is the siginificance of MRRL in GR.
    Regards,
    Soujanya.

  • MRKO posting to invoice issuer.

    We have a scenario in consignment where the vendor is not created in the company code.
    The vendor doesn’t have FI data so when the MRKO is processed to settle, the
    system get an error the vendor is not defined in the company code XXXX. In this
    scenario is the Invoice Issuer in the vendor, the record that has the FI Data.
    For normal POs, the transaction MIRO is working correctly against the invoice
    issuer. However we don´t know how to post the FI document to the Invoice issuer
    of the vendor in consignment.
    Thank you
    and best regards.

    Hello,
    You can use the transaction object. You should know, that the huge global transaction is "blocking' the system.
    During the transaction, if your objects have any errors, the transaction is automatically rolled back.
    Usage:
    Try
                If oCompany.InTransaction Then
                    MsgBox("Cannot start transaction, becuase the previous transaction has not been finished!")
                End If
                oCompany.StartTransaction()
                ' Do your transaction here
                ' Commit the transaction
                oCompany.EndTransaction(BoWfTransOpt.wf_Commit)
            Catch ex As Exception
                If oCompany.InTransaction Then oCompany.EndTransaction(BoWfTransOpt.wf_RollBack)
            Finally
                GC.Collect()
            End Try
    Regards,
    J

  • Best way to transfer single point data between loops on FPGA

    Hi,
        I used quite number of loops on FPGA and need to transfer single point datas between loops. Only the current value of data is needed so buffer is not necessary. I don't want use target scope FIFO since it require minimum 21 elements and I only need the current value. Is there other way other than local variables?
        Thanks for help!
        Regards,
       Tom

    Hi Godel,
    Since this discussion thread is over 3 years old, it would be better to start a new thread with your specific questions to get quicker help.
    I did a bit of research on your question, and found this helpful White Paper (http://www.ni.com/white-paper/7727/en/) that discusses the resources used for components in LV FPGA code. For local variables (although it depends on hardware), it looks like it uses Flip-flops and LUTs.
    As for using local variables with different clock rates, I found this KnowledgeBase article that might help shed some light on your question - some issues can arise from using them with more than one clock rate (http://digital.ni.com/public.nsf/allkb/C683585460E88508862570D1006B7434)
    Hope this helps! Again, if you have follow-up questions, I would definitely recommend creating a new thread
    Xavier
    Applications Engineering Specialist
    National Instruments

  • HCM errors in phase Identify Objects for Transfer and Start Data Selection.

    Hello Colleagues ,
    Background: We are using TDMS HCM PA PD Expert package to transfer all of the HCM data
    We are using TDMS 4.0 SP 5. We are trying to do the Configuraition in Identify Objects for Transfer and Start Data Selection.. In this phase, we are encountering the issue of 'choose to confirm to trigger data selection'.  The only option in this activit is'confirm batch' and 'confirm online'. Even if we press the button, we are still encountering issues. What selections then or values can we use?Thank you. Kindly see screen shot
    Regards,
    Meinard

    Hello Meinard,
    There could be two issues:
    First check if you have assigned the target ranges for the dialog user which you are using to select data from sender system. You need to maintain target ranges in activity 'Define target ranges for users' which you can find under activity "Configuration and Utilities in Control system".
    Secondly, there could be authorizaton issues for the sender system user. Check for any authorization issue in SU53 in sender system for the user which you used to logon to sender system.
    Thanks
    Anita

  • Issue in creation of data from extended segment in background mode

    Dear all,
    I am facing an issue in creation of data in receiving system using IDOC for an xtended matmas segment(Extended for classification view in user exit).The issue is that the idoc is received successfully in r3eceiving system but not created successfuly in data base .(Though it is shown green/successful).When i execute this from we19 the data is created successfuly in data base.I will be thankful if you can guide me resolve issue.
    Thanks.

    Hello,
    you can use CALL TRANSFORMATION id, which will create a exact "print" of the ABAP data into the XML.
    If you need to change the structure of XML, you can alter your ABAP structure to match the requirements.
    Of course you can create your own XSLT but that is not that easy to describe and nobody will do that for you around here. If you would like to start with XSLT, you´d better start the search.
    Regards Otto

  • How can I transfer all my data including SMS to my mac/windows computer?

    My friend has asked me to help her transfer all the data from her iPhone 3GS to a computer then to a hard drive. She has several folders with pictures in but image capture on mac is only picking up the one. I have an iPhone 4S and iPad 3 installed already on iTunes so don't want to accidentally erase her phone.
    She also needs some of the SMS messages taking off of her phone and saving either as they are or in some form of text file so they are readable in the future.
    How can I retrieve all this data including the messages without losing anything and can it be done for free?
    If you need anymore info please just ask and I'll try and pass it on to the best of my (limited) knowledge.
    Thanks in advance!

    http://www.iphonebackupextractor.com/
    SHe can also do a backup of her phone and it will save the text message, but she won't be able to view the text unless she restores to the backup.

  • Can not transfer the partner data from ROS to EBP

    Hi, All
    We are using SRM 5.0, and setup the ROS ans SUS in one client, EBP in another client. All the configuration was done, we maintained the table: BBP_MARKETP_INFO by SM30 with the following record:
    COMPANY_ROOT   VENDOR_ROOT    DUMMY_EKORG    USER_ROOT      DEF_CURRENCY
    O 50000001     50000025       O 50000001     O 50000001     USD
    When we create the business partner in BBPMAININT in EBP client by Business Partner from List. there is the error message: " Partner data not transferred from catalog, Inform system admin."  Anyone encountered this case, please share your experience. thanks a lot.
    GY

    hi,
    please check oss note with number Note
    1089734 - Error when transferring supplier from ROS to EBP.
    1) apply the note if it is relevant for your release and support pack....
    2) and then also go through all the parameters that are mentioned in the note , wether you have maintained in your system or not...
    >
    note mentions the following sympton
    Symptom
    User trying to transfer Supplier Data from ROS (Registration of Supplier system)to EBP (Enterprise Buyer Professional system).In the process of transferring error message appears saying "Currency of purchasing organization could not be determined" ( even when a default currency attribute is maintained in PPOMA_BBP for the user or for the purchasing organisation of the user.
    In case, the default currency attribute is not maintained in the PPOMA_BBP for the user or for the purchasing organisation, then at the time of transfer of suplier data from ROS to EBP system, error message pops out saying "Partner data not transferred from catalog. Inform system admin" .
    Edited by: khan voyalpad usman on Sep 13, 2008 10:30 AM

  • Issue with Ord Start Date

    Hi,
    I am having issue with Ord Start Date.
    When i create XYZ Asset now when i do the acquasation for that new asset. Example: Using FB01 i enter todays date and i do the posting.
    Now when i go to DEP Area TAB for the DEP Key (M200) - The Ord Dep Start Date is 15 Dec 2010.
    For this DEP Key Period Control Methods (T code - AFAMP) - Acquisation Entered is ( 6 that is - at the start of year) and the Period Control is ( T code - OAVS) (4 that is - First year convention at half year start date).
    Our client is using the fiscal year as 1 June 2010 to 31 May 2011.
    So when i do acquistion for the asset as per the period contol the Ord Dep Start Date should be 1 Dec 2010, but here it is talking 15 Dec 2010.
    Why is system talking 15 days more.
    Regards.

    Hi
    Which Fiscal year variant are you using??
    Did you maintain it in OAVH? Copy the existing entry in OAVH for K4 to your Fisc Yr var and try again
    And also, 04 does not figure for Acquisitions in AFAMP under 0004.... Whatever you specify in OAVH must also be a part of AFAMP
    Regards
    Ajay M
    Edited by: Ajay Maheshwari on Oct 28, 2010 2:31 PM

  • Issue with list saving data after sites upgrade from sharepoint 2010 to sharepoint 2013

    Issue with list saving data after sites upgrade from sharepoint 2010 to sharepoint 2013 
    Newform.aspx of list:-
    Custom List is not saving data sometimes in the new form after 15 minutes and only blank entry record got created without saving data, even though some columns are mandatory fields?

    Hello dcakumar,
    Sounds like a strang issue. If you can reproduce this can you see some errors in the ULS logs?
    - Dennis | Netherlands | Blog |
    Twitter

  • AP Invoice Aging Report for past date

    hi guys,
    I am running R12.
    my requirement is to run AP invoice aging report for past dates (same like AP Trial Balance Report), but the seeded invoice aging report has no option to do so.
    would appreciate some help
    thanks in advance
    Ravi

    Hi Senthil,
    I am running R12.
    my requirement is to run AP invoice aging report for past dates (same like AP Trial Balance Report
    if u have any solution to this , please suggest me how to resolve this requierement.
    thanks in advance
    Ravi
    mail:[email protected]

Maybe you are looking for

  • [Help] Password input box NOT showing up at all.

    The actual box used to type the password in just will not show up. My phone can only be turned on my swiping the screen up. Everything else shows up, the time, email and text noticications, but when I swipe the screen up all the way I am left with a

  • Can't publish my iWeb site - has index file something to do with it?

    Hi, I've been trying to publish my iWeb site (not on a .Mac account but through ftp upload) but it hasn't worked out so far... I phoned my webspace provider's support service and the wguy I spoke to was convinced that it's due to the index file not b

  • Java.sql.SQLException: Invalid column index Query: while using ROWNUM

    hi , i am getting the invalid column index query error while executing following query .i m able to run it properly without using rownum but when i append rownum i m getting error.i m using apache queryrunner for execution of query. java.sql.SQLExcep

  • Show columns for song "Type" and "Size" in v8 list view?

    I often sort songs and audio files by either type (mp3 / aif / AAC), or size (how many MB.) I can't find how to reveal these columns in v8 -- in 7 i would use command-J to reveal the "view options" dialog, then simply check the boxes to display "type

  • Vcore question! (Is it a bug ?( )

    hi: I have a vcore problem. my mobo is MS6330 K7Turbo2 my cpu is athlon xp 1700+ palomino idle cpu temp is ±55 C full load is ±63 C I have checked that my cpu has a default 1.75 vcore from AMD internet site. But even though I have NOT overclocked my