Menu

SAP Function Module CACS_SEG_SEL_SEGTYP

Datenbeschaffung: Selektionstyp aus Tabelle TCACS_SEGTYP

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module CACS_SEG_SEL_SEGTYP (Datenbeschaffung: Selektionstyp aus Tabelle TCACS_SEGTYP) 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_SEL_SEGTYP
Short Text Datenbeschaffung: Selektionstyp aus Tabelle TCACS_SEGTYP
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)

Exporting Parameters

This function module does not define any EXPORTING parameters.

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_SEGTYP LIKE TCACS_SEGTYP BZO: Segmenttyp

Exceptions

This function module does not define any Exceptions.