Menu

SAP Function Module CACS_SEG_CHECK_TRGCAS_TYPE

Prüfe, ob TRGCAS_TYPE in Tabelle TCACS_ASGRL vorhanden ist

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 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.

Technical Information

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

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.