The Function Module WSII_O_BAPI_IINV_CREATE (SAP Retail Store II: Buchen der Eingangsrechnung) is a standard Function Module in SAP ERP and is part of the function group WSII_BAPI within the package WOST.
Function Module | WSII_O_BAPI_IINV_CREATE |
Short Text | SAP Retail Store II: Buchen der Eingangsrechnung |
Function Group | WSII_BAPI |
Package | WOST |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PI_HEAD | TYPE | WSII_HEAD | SAP Retail Store II: Kopfdaten | |
PI_IVPR | TYPE | WSII_IVPR | SAP Retail Store II: Lieferantendaten | |
PI_SUM | TYPE | WSII_SUM | SAP Retail Store II: Summendaten |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PE_FISC_YEAR | TYPE | WSII_HEAD-FISC_YEAR | Geschäftsjahr | |
PE_INV_DOC_NO | TYPE | WSII_HEAD-INV_DOC_NO | Belegnummer eines Rechnungsbeleges | |
PE_RETURN | TYPE | WSRS_RETURN | SAP Retail Store: Return-Struktur für Fehler |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PI_T_COST | LIKE | WSII_COST | SAP Retail Store II: Zusatzkosten | |
PI_T_ITEM | LIKE | WSII_ITEM | SAP Retail Store II: Positionen | |
PI_T_TAX | LIKE | WSII_TAX | SAP Retail Store II: Steuersummen |
This function module does not define any Exceptions.