Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module G_VALIDATION_ENVIRONMENT (Maintain Validation: Create, Change, Delete....) is a standard Function Module in SAP ERP and is part of the function group GBLO within the package GVAL.
Function Module | G_VALIDATION_ENVIRONMENT |
Short Text | Maintain Validation: Create, Change, Delete.... |
Function Group | GBLO |
Package | GVAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACTION_MODE | LIKE | GB01-BEXCLUDE | 'C' | Callup Mode: 'C' - Change, 'N' - Create |
BVALEVENT | LIKE | GB01-BEXCLUDE | ' ' | Flag - 'X' to Prevent User Changing Valevent |
BVALUSER | LIKE | GB01-BEXCLUDE | 'X' | Flag - 'X' to Prevent User Changing Valuser |
ONE_V | LIKE | GB01-BEXCLUDE | ' ' | X' - only 1 Val. (Not in Create, with B_valevent!) |
SKIP_FIRST_SCREEN | LIKE | GB01-BEXCLUDE | ' ' | X' - Skip First Maintenance Screen |
STEP | LIKE | GB921-SUBSEQNR | ' ' | Selected Step in Open Tree (Not in Create) |
VALEVENT | LIKE | GB31-VALEVENT | Validation Event | |
VALID | LIKE | GB93-VALID | ||
VALID_TEMPLATE | LIKE | RGBLO-VALIDPROTO | ' ' | Validation Model |
VALUSER | LIKE | GB03-VALUSER | ||
VIEW_ONLY | LIKE | GB01-BEXCLUDE | ' ' | X' - Changes not Possible |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
HEADER_INFO | LIKE | GB93 | Validation Header Information | |
VALID_MODIFIED | LIKE | GB01-BEXCLUDE | 'X' - Validation has been Changed |
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 |
---|---|
NOT_FOUND | Boolean Class Or Subclass does not Exist. |