The Function Module FAGL_GET_SPLIT_STATUS (Ermittelt zu einem Migrationsplan, ob die Belegaufteilung genutzt wird) is a standard Function Module in SAP ERP and is part of the function group FAGL_MIGRATION within the package FAGL_MIG_CUST.
Function Module | FAGL_GET_SPLIT_STATUS |
Short Text | Ermittelt zu einem Migrationsplan, ob die Belegaufteilung genutzt wird |
Function Group | FAGL_MIGRATION |
Package | FAGL_MIG_CUST |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_MGPLN | TYPE | FAGL_MGPLN | Migrationsplan |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SPLIT_ACTIVE | TYPE | ABAP_BOOL | Gesetzt, wenn Splitter genutzt wird |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_INPUT | Migrationsplan nicht versorgt |
INVALID_MG_TYP | Unbekannter Migrationstyp |
MGPLN_NOT_FOUND | Migrationsplan nicht gefunden |