Billing date report

Dear gurus,
Im working with billing plan. There you have billing date in order to determinate when sales document have to be created.
I need a report which showm me sales documents with billing date near to due date.
Please let me know if im not very clear.
Best regards,
Juan

Hi
you can create a small query because its a small requriment and it satisfies you how to create a query with billing plan.
The table names are "FPLT" and "FPLA".
First Goto the T.Code "SE11/SE16".
Enter the table name as "FPLA".
Enter your sales order number in "VBELN(Sales Document)".
Execute.
It gives you the over all view i.e. billing plan start date,end date etc..
Copy the "Billing plan number".
Next goto the table "FPLT".
Pass this billing plan number here.
Execute.
You will get the details about all the billing plan items.
regards
balajia

Similar Messages

  • Open sales order report with billing date.

    Hi,
    I want to know if there's an available report for open sales order with billing date field.
    Thank you.

    Hi,
    If your case is "Order-related" Billing,you can use the T.Code "VF04" for this purpose.
    One more way is to go for a custom report.
    Make a copy of code of the T.Code "VA05n"(Program Name is "SD_SALES_ORDERS_VIEW").
    Change the code as per your requirement to display the field "Billing Date" in the report.
    Check with your ABAPer if you wish to go for a custom report.
    Regards,
    Krishna.

  • Please help to get onhand stock report with last purchase and billed date warehouse and item wise

    please help to get onhand stock report with last purchase and billed date warehouse and item wise

    Hi Rajeesh Ambadi...
    Try This
    SELECT distinct T0.ITEMCODE , t1.ItemName, T0.ONHAND as 'Total Qty',  
      T1.LASTPURDAT ,t1.LastPurPrc
    FROM OITW T0 INNER JOIN OITM T1 ON T0.ITEMCODE = T1.ITEMCODE
    INNER JOIN OITB T2 ON T1.ITMSGRPCOD=T2.ITMSGRPCOD left join ibt1 t3 on t3.itemcode = t0.itemcode and t3.whscode = t0.whscode
    WHERE
    T0.ONHAND>0
    AND T0.WhsCode ='[%0]'
    Hope Helpful
    Regards
    Kennedy

  • Report in relevance to billing date

    Hello all
    Every month we want to make sure all of our projects are billed, therefore we open a report in BYD. Problem is that the reports are only for a fixed time period possible, e.g. full month, full year... what we really want to have is a Report from the last billing date.
    Does anybody know, if such a Report exists in BYD? We did not find anything like that.
    Thanks
    Yvonne

    Yvonne,
    Refine your current report say for example Project Cost and Revenue by Project Report, click on the report. Fill in all the other fields, on the accounting period/year--> click on it go to basic select and click on advanced--> between --> last invoiced month to current last month you want--> click on ok. Then run your report as normal and select from not currently shown what you want to display.
    You can also add field by going to the top screen and clicking on add fields, then tick the fields you want to display on the report.
    Hope this will help you
    Regards,
    Emeka

  • How to view the Billing data,direct postings from FI and Over head costs

    Dear All,
    I have created a PA report by Report Painter and when I execute the report by KE30,I could able see the report for billing data by selecting the 'F' and when I want to see the direct postings from FI,I have to come back to initial screen ,then select 'B' and similarly select 'D' for overhead costs.
    Can I see all data (i.e billing,postings from FI & overhead costs ) in a single report,without selecting the Record Type.
    Regards
    Su

    Hi,
    In KE35 (Form),I have defined the columns (for actuals and plan) and rows (for value fields only) and in KE32 (Report),I have defined the characteristics and variables and when I defining the VARIABLES ,I have selected 'Record Type' as one of the variable.
    As you said that I have tried to remove the Record Type as a variable,but i could not remove it .  Please suggest me as how to remove it and take it as a Characteristic.
    Regards
    Subbu

  • How to change billing date in S1 - cancellation billing document

    Dear Friends,
    Could you please tell How to change billing date in S1 - cancellation billing document which is even not released to accounting & in gray mode.
    Is it possible?
    Thanks in advance.
    Ranjan

    Dear,
    Thanks for asking exact problem.
    1. PGI in 2008
    2. F2 Billing date in 2003 ( By mistake by the user)
    3. S1 Billing date in 2008
    4. PGI reverse in 2008 & OBD deleted in 2008
    So reduced billing qty is shown in report in 2008 because of S1 Billing date in 2008,
    Billing qty  is not matching with the actual PGI quantity.
    So here if the cancellation billing document S1 could be changed for billing date in 2008, then you could balance it
    Now my issue is how to balance it.
    hope you find it it very interesting
    Awaiting your response.
    Ranjan

  • How to Group Invoce Qualtity in SD by Month based on Billing Date

    Hi,
    I have Invoice quantity in a cube whcih I want to group monthwise.
    For example :
    Material            Billing Date        Invoiced Quantity
    Material 1        Jan-15,2007         100
    Material 1        Jan-20,2007           50
    Material 1        Jan 23,2007           10
    Material 2        Jan 14,2007           70
    Material 2         Jan 10, 2007         10
    In the Report, I want to show it as
    Material 1         Jan-2007             160
    Material 2         Jan-2007               80
    How do I do this. How can I group the Material like this in the report.
    Any suggestions are really appreciated.
    Thanks

    Arvind,
    Hopefully i understood your requirement correctly.
    What you need to do is to add the infoobject 0calmonth to your Infoprovider, and write the update rules to transform your date to 0calmonth.
    Then change your query to display material and 0calmonth in the rows, and the trick will be done.
    Hope it helps,
    Gili

  • LBBIL_INVOICE. Billing Data: Transfer Structure to Smart Forms

    Hi...
    Can u please help me out in my query regading how the data passes to
    LBBIL_INVOICE. Billing Data: Transfer Structure to Smart Forms.
    I have an smartform which runs through VF01/VF02/ VF03 while pressing the print preview button.
    But if i try to run it directly from driver program, no data wil be displayed. Now i have the requirement to detach from VF03.. and make it to run directly from my driver program.
    what shall i have to do to achieve this. Should i have to take all the internal tables saparately or else can i use LBBIL_invoice structure itself.
    If i can use that structure itself, how to make the data flow into it.  Pls help me.
    In my codeing these includes were there. is there anything related , is the data passes because of these includes
    INCLUDE rlb_invoice_data_declare.
    definition of forms
    INCLUDE rlb_invoice_form01.
    INCLUDE rlb_print_forms.
    Pls clarify my dobut...
    Thanks in advance,
    Hema

    1. These are normal structure
    2. you can use anywhere but they designed for forms currently.
    3. Yes ,it works like it will look at NAST Table -> nast table will connect the TNAPR Table -> tnapr will have smart form print program.
        so smart form program calls smartform and it will show output
    4. you can create your own structure and use them into anywhere like report program or forms..
    5. you can see example simple form name SF_EXAMPLE_01 ,program name is SF_EXAMPLE_01 ,you can design your own form and print program.
    Thanks
    Seshu

  • BILLING HISTORY REPORT AND BILLING AND RECEIPT HISTORY REPORT

    I ran both the billing history report and the billing and receipt history report. There are invoices on the one report but not the other. I then checked it to the age analysis report as well.
    There are three outstanding invoice on the age analysis report and on the billing and receipt history report, but not on the billing history report.
    Any idea why this is so?
    Kindly respond.

    Hi Archana,
    First, you will have to fetch all the Print documents corresponding to the Contract account from ERDK table and then fetch the data for the Print document,Billing document and the Contract from the table DBERDLB.
    Then get the Move-in and Move-out information from the table EVER and Bill start date and end date from the table ERCH.
    Once, you have all this information, then the consumption can be of 2 types : Daliy meter read and Monthly meter read (depends on the client's requirements).
    For daily consumption, you will have to consider the Profiles which can be found out with the help of the FM ISU_PROFILE_GET_EPROFVALDAY and then calculate the consumption accordingly.
    For monthly meter reads, you will have to find out the information from the Equipment or the meter installed.
    Kindly let me know in case you need any further calrifications on the same.
    Regards,
    Puneet Jhari.

  • Reg: Billing Plan Report

    Hi
    I got one FS from Client side regarding Billing Report i unable to write the logic for some Fields, please find attach the Ouput Format required from Clinet.
    Sales Order Number (VBAK-VBELN)
    Project Definition Number
    Project Definition (from project)
    Project Manager (person responsible from project)     
    Customer Number   
    Customer Name
    Order Type
    Sales Order Line
    Billing Plan Item Number
    Billing Item Milestone Description (from Project)
    Billing Plan ItemValue
    Billing Item Currency
    Billing Block Status
    Billing Plan Item Billing Type
    Milestone Planned Billing Date      
    Milestone Release Confirmation Date
    Billing Plan Item Invoice Number
    I am unable to find the logic for  the Below output Feilds
    Billing Item Milestone Description (from Project)
    Milestone Planned Billing Date      
    Milestone Release Confirmation Date
    Billing Plan Item Invoice Number
    Please let know which Table which will fetch this details
    The Input for this report is Plant ( Mandatory Feild) and optional Feild are  Sale order No and Project Definition No.
    Kindly help me out SAP GURUS
    Regards

    Hi,
    The logic for Billing plan item invoice number is:
    Pass the sales order number into VBKD table.Execute.
    Select your lineitem and fetch the value if Billing plan number(FPLNR).
    To know the number of items in billing plan enter this FPLNR into FPLT Table.Execute.
    Pass the FPLNR into VBFA table and Execute.
    You will find the invoice numbers for your billing plan items.
    Regards,
    Krishna.

  • Billing due report

    Hi ,
    can any one help me on this .
    This order shows as open and is appearing on our billing due report.  But item is not on block, has been invoiced and has no incompletion errors.
    any body got the solution please inform  will rewrded.
    Best regards,
    venkataswamy

    Go to tcode MD04 (Stock requirement) screen first, if that open sales order is showing up there then you need to run the program SDRQCR21 in se38, here are the steps -
    go to se 38 , put the program
    execute
    put material & plant.
    check mark COMPARE only.
    Now execute..
    Next screen should show that this open sales order is deleted ( this is just simulation mode), it won't delete anything untill this point.
    If you are satisfy, go back & check mark  DATA TRANSFER & execute.
    Let me know if this helps.

  • Error through an identical billing date?

    Hi experts,
    I've the following problem.
    I have a billing which consist of the total price of a project and 2 advance payments with identical billing dates. Both  advancepayments have been made and processed by the financial accounting department. *The problem is if we try to send a ballance report to our customer  the final amount is incorrect.
    The reason therefore is that only one advance payment is subtracted from the total billing amount. But both advance payments are printed on the billing. *
    Is there anyone  around who had the same problem and a solution?
    Thank you in advance
    Christian

    See the link below for the syntax of UTL_FILE.FOPEN
    http://download-east.oracle.com/docs/cd/B10501_01/appdev.920/a96612/u_file2.htm#1002215
    You need to pass a directory object name.
    http://download-east.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_58a.htm

  • Invoice List Consolidation with different billing date

    Hi!
    Want to consolidation different billing date billings into 1 invoice list!
    but system will split it,
    How can I do??
    Thanks

    Hi,
    Please check note 317935 Invoice Split Criteria for Invoice Lists
    Different Billing Dates for the invoice list from the original invoices will automatically cause invoices to split into multiple invoice lists. This is standard functionality.  The primary way to avoid this is to enter a date as a default billing date in transaction VF21 or to modify the report from transaction VF24.
    If you do not enter a default billing date and the dates from the individual invoices differ, than the invoice lists will be split into as
    many invoice lists as there are different dates.
    Regards,
    Alex

  • BI : Billing date for largest billing amount

    Hi,
    I have a scenario where I have data for sales order and invoices in PSA.
    Now I need the billing date for the largest billing amount against a sales order in the cube. Can we calculate the billing date in the cube/report?
    If yes then how......

    Hi,
    Have you tried using condition in your report with the following criteria
    Top N condition for invoice amount with N = 1.
    But, this is possible from the cube only. Direct access to PSA data cannot be done.
    With Regards

  • BI : Billing date for largest billing date

    Hi,
    I have a scenario where I have data for sales order and invoices in the cube.
    Now I need the <b>billing date for the largest billing amount against a sales order</b> in the cube. Can we calculate the billing date in the cube/report?
    If yes then how......

    Query kept in wrong discussion group..

Maybe you are looking for