The Function Module G_GENERATE_VALID_AFTER_IMPORT (Generates the coding for the desired client after a transport) is a standard Function Module in SAP ERP and is part of the function group GBL1 within the package GVAL.
Function Module | G_GENERATE_VALID_AFTER_IMPORT |
Short Text | Generates the coding for the desired client after a transport |
Function Group | GBL1 |
Package | GVAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_TARCLIENT | LIKE | E070C-TARCLIENT | Desired client |
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 |
---|---|---|---|---|
TT_E071 | LIKE | E071 | Table with the key entries | |
TT_E071K | LIKE | E071K | Table with the key entries |
This function module does not define any Exceptions.