The Function Module SDU_MODEL_EXISTS (DM: Existenzprüfung für ein Datenmodell) is a standard Function Module in SAP ERP and is part of the function group SDU2 within the package SDUM.
Function Module | SDU_MODEL_EXISTS |
Short Text | DM: Existenzprüfung für ein Datenmodell |
Function Group | SDU2 |
Package | SDUM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MODEL_ID | LIKE | DM40L-DMOID | Name des Datenmodells |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MODEL_EXISTS | LIKE | SY-INPUT | falls 'X': vorhanden, falls ' ': nicht vorhanden |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.