Menu

SAP Function Module FI_PSO_ITEM_DELETE

IS-PS: Loeschen eines FI-Beleges

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.

Technical Information

Function Module FI_PSO_ITEM_DELETE
Short Text IS-PS: Loeschen eines FI-Beleges
Function Group F0KA
Package FMFI
Module Type Normal Module

Importing Parameters

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 (-' ')

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing 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

Table Parameters

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

Exceptions

This function module does not define any Exceptions.