Menu

SAP Function Module FI_PSO_ITEM_DATA_MAINTAIN

Sachkontenpositionen zum FI-Beleg pflegen

The Function Module FI_PSO_ITEM_DATA_MAINTAIN (Sachkontenpositionen zum FI-Beleg pflegen) 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_DATA_MAINTAIN
Short Text Sachkontenpositionen zum FI-Beleg pflegen
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 Aktivität
I_PSOTYP LIKE PSOTY-PSOTYP Anordnungstyp
I_RECURRING LIKE BOOLE-BOOLE SPACE (X) - Daueranordnung

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_RETURNCODE LIKE SY-SUBRC 1-Approve/2-Reject (Genehmigung)

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_LOOP_CURSOR TYPE I Zeilenzeiger

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_ITEM_NEW LIKE PSO02S Sachkontenpositionen zum FI-Beleg
T_PSO02_NEW LIKE PSO02 FI-Beleg als Einzeiler
T_PSO02_OLD LIKE PSO02
T_PSSEC_NEW TYPE FIPSO_BSEC_TAB
T_PSSEC_OLD TYPE FIPSO_BSEC_TAB

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CANCELLED Abgebrochen
INTERNAL_ERROR interner Fehler
UNKNOWN_ACTIVITY Aktivität unbekannt