The Function Module FI_PSO_ITEM_DELETE (IS-PS: Loeschen eines FI-Beleges) is a standard Function Module in SAP ERP and is part of the function group F0KA within the package FMFI.
Function Module | FI_PSO_ITEM_DELETE |
Short Text | IS-PS: Loeschen eines FI-Beleges |
Function Group | F0KA |
Package | FMFI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACTIVITY | LIKE | TACT-ACTVT | ||
I_DYNGR | LIKE | SY-DYNGR | ||
I_F_SUGG | TYPE | FIPSO_SUGG | ||
I_NO_LEAVE | LIKE | BOOLE-BOOLE | Datenelement zur Domäne BOOLE: TRUE (-'X') und FALSE (-' ') | |
I_RECURRING | LIKE | BOOLE-BOOLE | Datenelement zur Domäne BOOLE: TRUE (-'X') und FALSE (-' ') |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_LOOP_CURSOR | LIKE | SY-INDEX |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_ITEM | LIKE | PSO02S | ||
T_PSO | LIKE | PSO02 | ||
T_PSSEC | TYPE | FIPSO_BSEC_TAB |
This function module does not define any Exceptions.