The Function Module WDY_WB_GET_CTRLNAME_BY_INCLUDE (Liefert Controllername anhand Includenamen der gen. Klasse) is a standard Function Module in SAP ERP and is part of the function group WDY_WB_CROSS_SERVICES within the package SWDP_WORKBENCH_TOOLS.
Function Module | WDY_WB_GET_CTRLNAME_BY_INCLUDE |
Short Text | Liefert Controllername anhand Includenamen der gen. Klasse |
Function Group | WDY_WB_CROSS_SERVICES |
Package | SWDP_WORKBENCH_TOOLS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_INCLNAME | TYPE | PROGRAMM | INCLUDE name | |
P_LINE | TYPE | I | Teilennummer im Include |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_CONTROLLER | TYPE | WDY_CONTROLLER_KEY | Controllername (G-/K-Schreibung) | |
P_CONTROLLER_TYPE | TYPE | WDY_CONTROLLER_TYPE | - obsolete - | |
P_OBJTYPE | TYPE | SEU_OBJTYP | Objekttyp des Controllers | |
P_SUBCOMPONENT | TYPE | WDY_MD_OBJECT_NAME | Methodenname, ... |
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 |
---|---|
CONTROLLER_NOT_EXISTING | Controller zur gen. Klasse existiert nicht mehr |
NO_CORRESPONDING_CODE | Controller enthält keinen entsprechenden Code |