cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Invoice List to website

0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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!

0 Kudos

Thanks for your reply Stacy,

So, you are not using the output functionality to send a copy of your invoice to your website.

For us, it would be like the customer would see his statement of account (invoice list in SAP) for a statement period. So he would enter this parameter on the website. Then an interface program from the website would run and enter this parameter in SAP, call the invoice list, create an output, and then an interface program in SAP send this output to the website. I am not really sure if this gonna work in real time.

Former Member
0 Kudos

No, ours are not real time. We do not have the technology and resource for that - yet.

0 Kudos

Ok, Stacy, appreciate your inputs.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It is possible,through Netweaver - EX.

Take help of XI consultant.

Kapil

0 Kudos

Thanks for your response. Kapil. Appreciate if you or anyonce can give me some more details, Aside from engaging a XI consultant, can you provide me some more info at least on a high level, i.e. interfacing to and from SAP and website, configurations required, development required on both sides in SAP and website.