Menu

SAP Function Module MD_ASR_READ_DATA

Lese AS datei

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 MD_ASR_READ_DATA (Lese AS datei) is a standard Function Module in SAP ERP and is part of the function group M61ASR within the package MD03.

Technical Information

Function Module MD_ASR_READ_DATA
Short Text Lese AS datei
Function Group M61ASR
Package MD03
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_AGGR_TYPE TYPE INT1 Aggregation type identifyer
I_ASTYP TYPE PFAS_TYP Type of application statistics
I_CODE_SECTION_ACT TYPE CHAR1 Code-section activity-id
I_END_DATE TYPE SYDATUM End date
I_END_TIME TYPE SYUZEIT End time of day
I_NO_OF_RECORDS TYPE SAPWLSRIRN -1 Number of normal statistics records
I_OBJECT_TYPE TYPE DELKZ 'PA' MRP element
I_START_DATE TYPE SYDATUM Start date
I_START_TIME TYPE SYUZEIT Start time of day
I_TIME_DIVIDER TYPE INT4 1 Time-scaling: divider
I_USERNAME TYPE XUBNAME User Name in User Master Record

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_RECORDS_AGGR TYPE SAPWLSRIRN Number of AS records before aggreg.
E_RECORDS_EDDATE TYPE SYDATUM Last AS record timestamp - date
E_RECORDS_EDTIME TYPE SYUZEIT E_RECORDS_STTIMELast AS record timestamp - time
E_RECORDS_READ TYPE SAPWLSRIRN Number of AS records read by ASTAT
E_RECORDS_STDATE TYPE SYDATUM First AS record timestamp - date
E_RECORDS_STTIME TYPE SYUZEIT First AS record timestamp - time

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
ET_ASRA LIKE MDASRAGG Result - aggregated records
IT_MATNR LIKE MATNR_RANG Range table for material number - general use
IT_PWWRK LIKE PLWRK_RANG Range table for plant number - general use

Exceptions

This function module does not define any Exceptions.