Menu

SAP Function Module G_CATT_CUSTOMIZE_VALIDATION

Setting the validation table T891B

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module G_CATT_CUSTOMIZE_VALIDATION (Setting the validation table T891B) is a standard Function Module in SAP ERP and is part of the function group GCAT within the package GBAS.

Technical Information

Function Module G_CATT_CUSTOMIZE_VALIDATION
Short Text Setting the validation table T891B
Function Group GCAT
Package GBAS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AKTIVGRAD LIKE T891B-ACTIV 1 Degree of activation
BUCHUNGSKREIS LIKE T891B-BUKRS 1 Company code
EREIGNIS LIKE T891B-EVENT 1 Document header - 0001 / line item - 0002
VALIDIERUNG LIKE T891B-VALID Name of validation
VERWENDER LIKE T891B-APPLIC Application field

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T891B_AKTIVGRAD LIKE T891B-ACTIV Degree of activation
T891B_BUCHUNGSKREIS LIKE T891B-BUKRS Company code
T891B_EREIGNIS LIKE T891B-EVENT Document header - 0001 / line item - 0002
T891B_VALIDIERUNG LIKE T891B-VALID Validation
T891B_VERWENDER LIKE T891B-APPLIC Application field

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.