Menu

SAP Function Module CONTROL_CREATE

Generate a Control at the Frontend

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

The Function Module CONTROL_CREATE (Generate a Control at the Frontend) is a standard Function Module in SAP ERP and is part of the function group CNTL within the package SCET.

Technical Information

Function Module CONTROL_CREATE
Short Text Generate a Control at the Frontend
Function Group CNTL
Package SCET
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CLSID TYPE C Control Name
DYNPRO_NUMBER LIKE SY-DYNNR SY-DYNNR Screen Number (only for LIFETIME:DYNPRO)
DYNPRO_PROGRAM LIKE SY-REPID Screen Program Name (only for LIFETYPE:DYNPRO)
LIFETIME TYPE I CNTL_LIFETIME_IMODE Defined Lifetime
NO_OCX TYPE C 'x' : Object is ActiveX but not OCX
OWNER_REPID LIKE SY-REPID Report that Creates the Control
PARENTID TYPE I DYNPRO_DEFAULT Parent
SHELLSTYLE TYPE I Style
TRY TYPE C Internal use only
VERSION_CHECK TYPE C Internal use only

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
H_CONTROL TYPE CNTL_HANDLE Control Handle

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CONTROL_INSTALL_ERROR Control Could not be Installed
CREATE_ERROR Control Could not be Created
ILLEGAL_LIFETIME Illegal Lifetime Specification
INVALID_PARENTID Invalid Parent ID