The Function Module FI_PSO_LOOP_SCREEN (Loop-Bildschirm Anlegen/Ändern/Anzeigen/Genehmigen/Lösch Zahlungsanordnung) is a standard Function Module in SAP ERP and is part of the function group F0KA within the package FMFI.
Function Module | FI_PSO_LOOP_SCREEN |
Short Text | Loop-Bildschirm Anlegen/Ändern/Anzeigen/Genehmigen/Lösch Zahlungsanordnung |
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 | Aktivität | |
I_F_SUGG | TYPE | FIPSO_SUGG | Vorschlag Kreditor | |
I_LEAVE_SCREEN | LIKE | BOOLE-BOOLE | Datenelement zur Domäne BOOLE: TRUE (-'X') und FALSE (-' ') | |
I_LOOP_CURSOR | LIKE | SY-INDEX | 1 | Bearbeitete Position in Tabelle |
I_PSOTYP | LIKE | PSOTY-PSOTYP | Belegtyp Zahlungsanordnung Kommunen | |
I_RECURRING | LIKE | BOOLE-BOOLE | SPACE | (X) - Daueranordnung |
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 (Genehmigen) |
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 |
---|---|---|---|---|
T_ITEM_OLD | LIKE | PSO02S | ||
T_PSO02_NEW | LIKE | PSO02 | Zahlungsanordnung | |
T_PSO02_OLD | LIKE | PSO02 | Zahlungsanordnung (alter Zustand) | |
T_PSSEC_NEW | TYPE | FIPSO_BSEC_TAB | ||
T_PSSEC_OLD | TYPE | FIPSO_BSEC_TAB |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INTERNAL_ERROR | Interner Verarbeitungsfehler |
UNKNOWN_ACTIVITY | Bearbeitung abgebrochen |