Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

function module vf23

Former Member
0 Kudos
441

hi all

i search a function module for list all invoices that belong to an invoicelist. For example, in TA VF23 i can look which invoices belong to an invoicelist. I search a function module for give me a list of them.

thx

1 REPLY 1

former_member213275
Contributor
0 Kudos
224

Hi Anujit,

Below Function modules are all related to invoice list. Try to check FM "BAPI_WEBINVOICE_GETLIST".

1) BAPI_AP_ACC_GETSTATEMENT - Vendor Account Statement for a given Period  FI - Basic Functions
2) FI_PERIOD_CHECK - FI: Periode pr  FI - Financial Accounting
3) EXIT_SAPLIEDI_101 - FI-EDI: Invoice Receipt INVOIC01 - Additional Assignment IDoc -> Document  FI - Financial Accounting
4) BAPI_WEBINVOICE_GETLIST - Web Billing Documents from the Backend System  SD - Billing
5) NET_DUE_DATE_GET - Ermitteln des Nettof  FI - Basic Functions
6) BAPI_BILLINGDOC_GETLIST - Detailed Information on a Billing Document  SD - Billing
7) LIPS_STATUS_MAINTAIN - Maintaining the status of a delivery item  Logistics Execution - Shipping
😎 ISU_DB_ERDK_SELECT_VKONT - INTERN: Lesen von ERDK (nach VKONT)  IS - Invoicing
9) ISU_DB_ERDK_SELECT - INTERN: Lesen von ERDK (unqualifiziert)  IS - Invoicing
10)RV_INVOICE_LIST_CREATE - Rechnungsliste erzeugen  SD - Billing
11)EXIT_SAPLIEDI_102 - FI-EDI: Invoice Receipt INVOIC01 - Data Expansion before Posting  FI - Financial Accounting
12)BAPI_ACC_INVOICE_REV_CHECK - Accounting: Check Reversal of Invoice Receipt (OAG: LOAD PAYABLE)  Accounting - Accounting Interface
13)EXIT_SAPLIEDI_111 - MM-EDI: Invoice Receipt INVOIC01 - Additional Assignment IDoc -> Document  FI - Financial Accounting

Srikanth.