The Function Module LMSDC_GEN_RESULT_MESSAGE (Erzeugt die Kurzrückmeldung der Limitprüfung) is a standard Function Module in SAP ERP and is part of the function group LMSDCGEN within the package FTBK.
Function Module | LMSDC_GEN_RESULT_MESSAGE |
Short Text | Erzeugt die Kurzrückmeldung der Limitprüfung |
Function Group | LMSDCGEN |
Package | FTBK |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_SDC_REASON | LIKE | DATATYPE-CHAR0001 | Grund für Resultat: L, E, M, R, Y, O | |
I_SDC_RESULT | LIKE | DATATYPE-CHAR0001 | Ampelfarbe: R, G, Y | |
I_SDC_UPDATE | LIKE | DATATYPE-CHAR0001 | Fortgeschrieben: ja ('X')/nein (' ') |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
ET_MESSAGE | LIKE | BAPIERR | Ausgabe: Meldungen über Limitprüfung |
This function module does not define any Exceptions.