cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing needed to generate INVOICEPDF for display detail for an invoice

mirelst
Discoverer
0 Kudos

Hello

according to help guide MCF:

https://help.sap.com/saphelp_umc100/helpdata/en/d1/de2752160f6a72e10000000a44176d/content.htm?no_cac...

We configured all needed to display information about invoices .

We use in FQEVENTS ant use FM ISU_GET_ITEMS_1231 for event 1231 for that.

What event to be use in order to use funtion GEN_EBPP_GET_INVOICE_DETAIL to generate the pdf or how to use this function inorder to have invoicePDF to work in MCF?

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

mirelst
Discoverer
0 Kudos

Hello
We did the steps explain in SAP Help for invoices :
1. Number range object EBPP_EVENT using transaction SNRO.
2. Add in transaction FQEVENTS for event 1231 the entries
with function ISU_GET_ITEMS_1231.

Now it work related to display invoices for an account


Now we have details for an invoice


We want to simulate invoicePDF and we modified the FIS_INVOICEDETAIL and add code from
https://archive.sap.com/discussions/message/15698978#15698978
But when we want to view the simulate pdf we have following error


We had a similar error for invoices till we configure in FQEVENTS the entries with : ISU_GET_ITEMS_1231.
I think a similar configuration with function GEN_EBPP_GET_INVOICE_DETAIL must be done in order to display the invoicepdf .

This is not explain in sap help
Can help us and give a hint what is missing related to GEN_EBPP_GET_INVOICE_DETAIL?

Thank you

yevgen_trukhin
Advisor
Advisor
0 Kudos

Hi Basis team, I answered this question here:

https://archive.sap.com/discussions/thread/3684133

Best Regards, Yevgen