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 CACS_SEG_CHECK_TRGCAS_TYPE (Prüfe, ob TRGCAS_TYPE in Tabelle TCACS_ASGRL vorhanden ist) is a standard Function Module in SAP ERP and is part of the function group CACS_SEG_METH within the package CACSSA.
Function Module | CACS_SEG_CHECK_TRGCAS_TYPE |
Short Text | Prüfe, ob TRGCAS_TYPE in Tabelle TCACS_ASGRL vorhanden ist |
Function Group | CACS_SEG_METH |
Package | CACSSA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_APPL | TYPE | CACSAPPL | Identifikation der Provisionsanwendung | |
I_BUSI_BEGIN | TYPE | TCACS_SEGTYP-BUSI_BEGIN | Fachlich gültig ab | |
I_BUSI_END | TYPE | TCACS_SEGTYP-BUSI_END | '31.12.9999' | Fachlich gültig bis (Zeitstempel: JJJJ.MM.TT hh:mm:ss) |
I_TECH_BEGIN | TYPE | TCACS_SEGTYP-TECH_BEGIN | Technisch gültig ab | |
I_TECH_END | TYPE | TCACS_SEGTYP-TECH_END | '31.12.9999' | Techn. gültig bis (Zeitstempel: JJJJ.MM.TT hh:mm:ss) |
I_TRGCAS_TYPE | TYPE | CACS_TRGCAS_TYPE | Ursache für Entstehung eines zusätzlichen Provisionsfalls |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_VAL_EXISTS | TYPE | BOOLE-BOOLE | Ergebnis: 'X' Werte vorhanden, ' ': keine Werte vorhanden |
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 |
---|---|---|---|---|
T_CACS_ASGRL | LIKE | TCACS_ASGRL | Zuordnungsrolle für Segmentzuordnung |
This function module does not define any Exceptions.