Menu

SAP Function Module INIT_EVENT_REGISTER_FORM

Registrates form routine (program) for INIT event

The Function Module INIT_EVENT_REGISTER_FORM (Registrates form routine (program) for INIT event) is a standard Function Module in SAP ERP and is part of the function group AIEV within the package STUA.

Technical Information

Function Module INIT_EVENT_REGISTER_FORM
Short Text Registrates form routine (program) for INIT event
Function Group AIEV
Package STUA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FORMNAME LIKE SY-XFORM Name of FORM called when INIT event occurs
PROGNAME LIKE SY-REPID Name of associated programs

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.