SAP Invoice List to website

Hi,
My company is considering bringing  an invoice list to our website for our customers to see.  It's kind of statement of account that  customer can check over the internet instead of receiving it from the mail.
Does anyone had experience in implementing this?  Can you please provide me of things to do to implement this?
Any contribution you can give will be highly appreciated.
Thanks!
Edited by: Zenon cristobal on Jan 13, 2010 10:04 PM

Zenon:
I am no ABAPer so I can only give you an overview of how our custom program handles it. 
Description: SD - Create Invoices data files for company website
This is a customized data extract that will be executed daily
(in Batch) to provide the company website with data on all
Invoices that were generated between a specified date range.
Using this data, the website will then be able to replicate
the actual SAP invoice, therefore providing customers
the ability to view their invoices online.
The following 3 files are produced:
  invoice_hdr.txt      -> This file will contain one line per invoice
                          and will contain header info.
  invoice_item.txt     -> This file will contain one line for every
                          item that appears on the invoice.
  customer_address.txt -> This file will contain customer address info
The files will be written to the UNIX directory as specified by the
parameters p_hdr, p_item and p_addr.
Best of luck!

Similar Messages

  • Invoice cancellation out of Invoice List

    Hi!
    As per std SAP invoice list processing, all invoices will go in one invoice list. How can I delete a specific invoice out of invoice list?
    Thanks.
    Thomas

    Hi ,
    As per std SAP, once the invoice list is created, it is not possible to delete specific invoice out of invoice list.
    You can cancel entire invoice list and create new invoice list excluding the specific invoice. Also there is simulation option available for creation of invoice lists via the work list for invoice lists.
    Hope this will help.
    Thanks,
    sanjay

  • Invoice List SAP script - Problem with SAP script functionality

    Hello Friends,
    I am working on SAP script - Invoice List SD_INVOICE_LIST. The invoice list contains the underlying billing documents. As per the standard functionality, in the line items, its printing the underlying billing documents with the net value. My requirement is to dig these line items into another level, meaning, I need to display the line items of billing documents  as well(like material, material description, quantity, net price and net value of that item etc).
    The billing linte item informatin is stored in VBRP table and the VBRP structure is not at all defined in the print program of SD_INVOICE_LIST (I.E.RVADIL01). Change of standard SAP program is not an option for me here.
    In the external subroutine we can fetch these line items for each billing document in the invoice list. However, my question here is how to take these line items back to the sap script and print them in SAP script (We can print one line item but how to loop these fetched lines and print them on SAP script. Any help in this regard would be greatly appreciated.
    I think there is no standard smart form exist for the invoice list. Please also let me know if there is any standard smart form available for INVOICE List.
    Thanks in advanace for any help in this regard.
    Best regards,
    Siva

    Hi
    As you cannot change the standard, you will have to see if there are any enhancements provided in the print program. if not you have to copy into a custom one and do changes accordingly.
    Thanks,
    Venkatesh

  • How SAP identifies which billings make an Invoice list?

    Hi,
    Can anyone help me find out how SAP identifies which billings make an invoice list?
    Grouping 2 or more billings will generate an invoice list. Where can I find these relation in SAP?
    I have an invoice list and i want to know which billigs are related to this invoice list.
    Thank you all.

    Hi Giovana,
    A billing document is relevant for an invoice list when:
    the relevant billing type has an invoice list type (in standard LR or LG) assigned in customizing (transaction VOFA), and
    the relevant payer has an invoice list calendar (KNVV-PERRL) assigned in the customer master data (transaction XD03, Sales Area Data / Billing Documents tab).
    As a consequence the fields Invoice List Date (VBRK-FKDAT_RL) and Invoice List Type (VBRK-FKART_RL) are filled, so that the invoice list status (VBUK-RELIK) can be set.
    These fields can not be changed online, as they are only processed during document creation.
    VBUK-RELIK = A means that no invoice list has been created for the invoice yet.
    Best regards,
    Csaba

  • SAP MM - Table name to get RG23Part1&2 Invoices Lists

    Dear Experts
    Can Anybody please give me the table name for Excise Invoices RG23Part1&2 to get the all excise invoices list
    Thanks in Advance

    HI,
    U Can try in following Tables
    J_1IPART1
    J_1IPART2
    J_1IRGSUM
    Hope Help U !
    REgards,
    Pardeep Malik

  • Vf21 - invoices list - RV

    hi,
    when I try to post invoice list in accounting I get an error from the system warning me that it can't find document type RV!
    I checked it and I figured out that I really miss this document...so:
    1) should I create it ??? and how???
    2) should I set a different parameter in VOFA for invoice type LR in the field document type?
    thank you in advance
    mauro

    RV is an SAP Delivered standard. How come its not on your list? You will not find it in VOFA, you will find it in OBA7.
    For Billing Type LR, the Document Type field is Blank and none of my billing doc postings have errors. If nothing else works, try speaking to an SD consultant... cheeky!
    Cheers.

  • Dunning letters printing with zero balance and no invoice listing

    How to trouble shoot 'Dunning letters printing with zero balance and no invoice listing' problem

    As per my understanding it could be due to OB22 settings.
    refer following SAP notes
    335608,191927,
    373296

  • Hi experts can any one help me pls......As i got struck on invoice list

    hi experts i am working on <b>invoice list</b> it is working fine but system is ignoring my cond type RL00 and MW15  but PR00 and MWST is working i don't understand where i did mistake all documents are generating fine. and i maintained cond record for RL00 as well ... pls assist me in this issue
    advance thanks
    rag sam<b></b>

    Dear Rag Sam,
    In IMG under
    Sales and Distribution -> Billing -> Billing Documents -> Invoice List -> Maintain Condition Types for Invoice Lists
    In this step, you maintain special condition types for invoice lists.
                                                             Default Settings:    
    1.  Two new condition types have been created for invoice lists in the SAP standard version:
    Condition type 'RL00' for the del credere
    Condition type 'MW15' for the related tax
    Hope this will resolve your issue.
    Regards,
    Naveen.

  • Invoice List data(VF21/VF22) as IDoc

    Hi,
    We have a typical scenario of converting Invoice List data in SAP into IDoc and to transmit it as an XML to the third party system. In the data to be transmitted, sub-totalling at the material (in the invoice items) and material+invoice date level is required and the sub-totals are to be populated in two kind of segments (for each of the sub-total type) in the IDoc.
    That is, a new IDoc structure will be defined with the segments/fields that the customer wants viz., a header segment with only few fields from the invoice list header, an item segment with only few fields from the invoice list item, and a sub-total segment with two fields, each to hold sub-total at material and material+date level respectively.
    We have output types which, when assigned in the invoice list should create the required Idocs.
    Invoice lists will be created for several partners, but each list will have only one partner.
    What are the steps to be carried out in order to achieve this objective? Please stress upon the FM parameters to be provided and NACE options to be selected.
    Vish.

    Hello ,
    Your requirement is very simple ,However before posting into sdn please do  a proper search on idoc.
    Now coming to your requirement as of now you have the invoice data coming up.
    1. In the NACE transaction create an output type related with the respective partner data.
    2.Create segments with the required fields and set its status to release.
    3.create  Idoc type and message type ..link the message and segents.
    4.Now link the message type and idoc type .
    5.
    6. Now assign process code to the partner function by defining a logical system and in the process code
    put your custom function module where you put your custom code which will filter and
    cumulate the data coming from the invoice into different fields
    using normal abap code,
    Now once you are done with the abap coding the
    function module has few parameters which you can pass  them as it is .
    control_in need to be passed to Control_out as it is.
    Now fill the segments with the required data and append the segment data to the
    EDI_DATA structure which is a exporting parameter for thefunction module .
    Now once you execute the invoice using this partner function and message type
    system would internally call the custom function module which you have assigned to
    the process code and would create an idoc.
    also go through saptechnical-com site for addition details on idoc creation.

  • Invoice List: Missing Pricing Condition

    Hi,
    We are trying to implement invoice list because of the different sold-to party but same payer requirement. we have configured all the requirements listed
    Prerequisites
    You can only process invoice lists if the following prerequisite data is defined by your system administrator in Customizing for Sales:
        Condition type RL00 (factoring discount) must be maintained and, if required, also the condition type MW15.
        An invoice list type must be assigned to each billing type that you want to process in invoice lists. The standard version of the SAP R/3 System includes two types of invoice lists: LR for invoices and debit memos, LG for credit memos.
        Copying requirements must be defined (for example, the payer, terms of payment and other fields that must be identical in the documents to be included in the invoice list)
    In addition, before you process an invoice list, you must maintain the following master data:
        A customer calendar must be defined, specifying the time intervals or dates on which invoice lists are to be processed.
        The customer calendar must be entered in the Billing Sales Area view of the customer master record.
        Pricing condition records for the condition type RL00 and, if necessary, (e.g. in Germany) the condition type MW15 must be maintained.
        Output condition records for condition types LR00 and RD01 must be created.
    It successfully creates the invoice list now with net value, but, the pricing condition is missing.
    What might have been the problem?
    Thanks in advance for your help...

    Hi,
    Have you maintained the pricing condition record for RL00? Also can you please explain what have you maintained in copy control? If possible, please share the screenshot.
    Thanks,
    Jaydip    

  • Factoring discount in invoice list

    What is the meaning of factoring discount in invoice list and when it is applicable?
    If client don't want to apply it then how should i remove it from the invoice list screen?
    As the requirement of the client is to consolidate all the billing document of the customer?
    What are the prerequisite of the invoice list as per my understanding the header data of all the billing document should be same?
    Correct me if i am wrong.
    Regards,
    Satya

    hi,
    factoring discount is used in invoice list to give a discount on the total value of all the billing docs.
    eg
    suppose there are 10 invoices and the value of the item goes above 1lakh, maybe the customer can ask an additional dicount because of the huge value of business he is generating.  hence the company
    decides to give an additional discount on that 1lakh, which is called factoring discount.
    maintain 0 as its condition record RL00
    prerequisites:
    Condition type RL00 (factoring discount) must be maintained and, if required, also the condition type MW15.
    An invoice list type must be assigned to each billing type that you want to process in invoice lists. The standard version of the SAP R/3 System includes two types of invoice lists: LR for invoices and debit memos, LG for credit memos.
    Copying requirements must be defined (for example, the payer, terms of payment and other fields that must be identical in the documents to be included in the invoice list)
    In addition, before you process an invoice list, you must maintain the following master data:
    A customer calendar must be defined, specifying the time intervals or dates on which invoice lists are to be processed.
    The customer calendar must be entered in the Billing Sales Area view of the customer master record.
    Pricing condition records for the condition type RL00 and, if necessary, (e.g. in Germany) the condition type MW15 must be maintained.
    Output condition records for condition types LR00 and RD01 must be created.
    regards,
    anand

  • Buss.Area not getting transferred to invoice list

    Hi Gurus,
    hope u all r doin good outhere, i have an issue with bussiness area not getting populated or transferrred for Invoice list that are released to accounting .
    the scenario here is: in the accounting overview under the Billing Invoice(VF03) we are able to see the buss area against the customer acct line item and the GL acctline item, but when we go into the Accounting overview under Invoice List (VF23), the Buss area is not getting populated against the Customer lineitem..., we are not able to figure out what is missing...is it in the configuration...,
    we are on 4.6 , and we have an OSS note 69499 (given below) on this issue which says
    Summary
    Symptom
    Business areas are not transferred for invoice lists that are released to financial accounting.
    Additional key words
    GSBER TVTA VF21 SAPMV62S factoring discount
    Cause and prerequisites
    This was not programmed
    Solution
    A solution is only available in the standard system as of Release 3.0D.
    You can make the attached advance correction that uses a user exit.
    In this solution, the business area is copied from the sales area table (TVTA) for the sales area of the invoice list header. A business area determination on plant/division level (T134G) is not possible because the item information of the individual billing documents is no longer available in the invoice list.
    Source code corrections
    and we have contacted SAP , some one from SAP side told that the program is existing in that userexit already with our 4.6c,
    someone has suggested that in OB65 the check box is not activated against the comp code i use, but i have found that to be the check mark for the financial statements at the buss area level..will that make any diff to my issue... is it something with the FI part or SD part which do you think is incorrect ....any kind of suggestions pertaining to this issue .here would be helpful.
    some body please throw some light on it, i would be very much grateful.
    Thanks in advance
    Jay

    Hi Laxmipathi sir,
    as you said i went in the bussiness area account assignment and checked it and foound that the Sales area, distributin channel and division are assiogned to rule called 003 -Buss Area Det.from sales org/dist.channel item div.
    but there are other two.which were not assigned.
    001-buss area det.from plant/dividion(T134G)
    002-buss area det.from Sales area (TVTA).
    so do you think this is the reason it is not picking it up in the invoice list,
    i have discussed with one of the SD person here he said even though you don't assign them it shoudn't bother because the buss area is getting picked in invoice
    so could you please tell me what should i ask that person or what i have to tell them about this.
    thanks
    Jay

  • Condition type used for invoice list

    Hello Gurus,
            following condition type used for invoice list, why do they exit in invoice list:
             RL00    MW15.  LR00    RD01

    Hi,
    Please go through the below document
    When you work with invoice lists, you need to be familiar with the following concepts:
    Prerequisites for invoice lists
    Relationship to Pricing
    Structure of an Invoice List
    Changing header and item data
    Integration with financial accounting (FI)
    Prerequisites
    You can only process invoice lists if the following prerequisite data is defined by your system administrator in Customizing for Sales:
    Condition type RL00 (factoring discount) must be maintained and, if required, also the condition type MW15.
    An invoice list type must be assigned to each billing type that you want to process in invoice lists. The standard version of the SAP R/3 System includes two types of invoice lists: LR for invoices and debit memos, LG for credit memos.
    Copying requirements must be defined (for example, the payer, terms of payment and other fields that must be identical in the documents to be included in the invoice list)
    In addition, before you process an invoice list, you must maintain the following master data:
    A customer calendar must be defined, specifying the time intervals or dates on which invoice lists are to be processed.
    The customer calendar must be entered in the Billing Sales Area view of the customer master record.
    Pricing condition records for the condition type RL00 and, if necessary, (e.g. in Germany) the condition type MW15 must be maintained.
    Output condition records for condition types LR00 and RD01 must be created.
    Relationship to Pricing
    The system processes factoring discounts in invoice lists in exactly the same way as other kinds of pricing elements. The data for the factoring discount is stored in condition records. Controlling during document processing is carried out via condition types, pricing procedures and access sequences. This control data is defined in Customizing for Sales by your system administrator.
    For further information, see  Conditions and Pricing.
    Structure of an Invoice List
    An invoice list represents an individual billing document. It consists of a document header and document items. Each item represents a billing document that you have included in the invoice list. The header contains an overview of summary information, such as the net value of all documents in the invoice list, the value of the factoring discount, details of taxes, and so on. It also contains information on partners and output.
    Changing Header and Item Data
    You can change some of the header data - for example, the billing date - when you process the invoice list. You can change an item - either an individual or collective invoice - and display document details. However, you cannot change any data in individual billing documents once they are part of an invoice list.
    It is possible, however, to make certain global changes to output in all items in an invoice list.
    For further information on output, see  Communication in Sales and Distribution Processing.
    Integration With Financial Accounting (FI)
    The documents that you want to combine within an invoice list must already have been billed and forwarded to Financial Accounting. Here the billing documents intended for an invoice list are blocked for normal dunning transactions.
    The dunning block on FI documents is lifted as soon as you create an invoice list and transfer it to FI . The system then calculates the new dunning date for the invoice on the basis of the invoice list date.
    In addition, the system enters invoice list numbers in the FI documents as reference numbers. Invoice list numbers can then be entered for incoming payments.
    When you save the invoice list, the system automatically creates an accounting document for the factoring discount and possible taxes and posts it to the corresponding G/L account in FI.
    Regards,
    Murthy

  • Smart form Driver Prog For Printing Invoice Lists

    Hi Sap Gurus,
    I am using the standard Sap drver prog RLB_invoice which is used for all invoices(ie Invoice,credit,debit,cancellation).Now,plz can anayone let me know the driver pgm used for printing invoice list smartform.
    will the RLB_INVOICE serve my purpose or is there any other Prog.
    Thanks in advance.
    Points will be rewarded for successfull answers

    Hi,
    For Invoice
    Form name = LB_BIL_INVOICE
    Driver Program = RLB_INVOICE
    Regards
    Edited by: K.P.N on Jan 9, 2008 2:53 PM

  • Smart Form for invoice list?

    Hello,
    Has anyone experience with Smart Forms based on a invoice list (transaction VF23). I have been testing with the Smart Form for a single invoice (LB_BIL_INVOICE and program RLB_INVOICE) but get the impression that this cannot be used for the invoice list. My environment is a SAP R/3 Enterprise.
    Kind regards,
    Olaf Pohlmann

    HI,
    TRY F_INTITAR_SF.
    Regards,
    Gayathri

Maybe you are looking for