Menu

SAP Function Module DBAN_AGGREGATE_ONE_DAY

Aggregate Data whithin one day

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 DBAN_AGGREGATE_ONE_DAY (Aggregate Data whithin one day) is a standard Function Module in SAP ERP and is part of the function group SADY within the package SADA.

Technical Information

Function Module DBAN_AGGREGATE_ONE_DAY
Short Text Aggregate Data whithin one day
Function Group SADY
Package SADA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BEGIN_TIME TYPE SYUZEIT Datum und Zeit, aktuelle (Applikationsserver-) Uhrzeit
CON_NAME TYPE DBCON_NAME Logischer Name einer Datenbankverbindung
END_TIME TYPE SYUZEIT Datum und Zeit, aktuelle (Applikationsserver-) Uhrzeit
FILEID TYPE SDB_DBMCMD SAP DB: DBMServer-Kommando
FILE_FROM_DB TYPE FLAG allgemeines flag
TRY_GIVEN_COLINFO TYPE FLAG If no colinfo in file: Try as given in AGGR_COLUMNSINFO

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AGGREGATE TYPE SDBLIN1024 Interne Struktur fuer Textdateien (Breite 1024)
LINE_COUNT TYPE INT4 Natürliche Zahl

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
AGGR_COLUMNSINFO LIKE SDBCOLINFO Spalteninformation (Name, Tooltip, Typangaben, Aggregatinfo)
HEADER_LINES TYPE SDBLIN1024_TAB Header Zeilen der gefundenen Datei

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
GET_FILE_ERROR Error when reading file with fileid for con_name
INVALID_TIMES Invalid start/end times
NO_AGGREGATE_INFO No Info for aggregation contained in file header
NO_DATA_IN_INTERVAL No data are found in specifies time interval
NO_DBCON con_name not found in table DBCON
NO_FILE_FOUND File with fileid was not found for con_name
NO_VALID_HEADER File doesn't contain valid header lines