on 2021 Jul 08 11:58 AM
Hi Team,
Can some one suggest FM to fetch SAP ISU bill documents.
Regards,
Pintu
Request clarification before answering.
How to use FM: ISU_BILLING_SIMULATION_SERVICE ?
If any have any document please share.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Probably you can use the FM: ISU_BILLING_SIMULATION_SERVICE in that custom program. In that you can make use of the tables yt_billingdocumentheader & yt_billingdocumentitem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pintu,
I think you can use this FM: ISU_DB_SELECT_MULTIPLE_BILL
Pass the billing document number and it will return all the relevant billing line items in the EXPORT parameter!
Thanks,
Srini
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ricky,
Thanks for the response but my requirement is to get detail of Bill documents, we don't want to invoice document.
While running Billing simulation ,we get a simulated bill document number as SAP don't store simulated billing document ,we are trying to build a custom program which will be in standard FM to fetch the details of bill documents. In this test case we will not be posting invoice.
Could you help to provide any FM to fetch header and line items of only Bill documents.
Regards,
Pintu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can try with few FM's as below :
FKK_INV_LAST_INVOICE_GET
ISU_DB_ERCHC_SELECT_OPBEL
ISU_DB_ERCH_SELECT
Also try querying table DBERDLB which gives relationships for a bill doc given a respective Invoice doc#
Also write a select query like SELECT * FROM ERDK..etc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.