Menu

SAP Function Module MEASUREM_DOCUM_DIALOG_LIST_1

Dialog Meßbeleg: Listbearbeitung für wechselnde Meßpunktobjekte

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 MEASUREM_DOCUM_DIALOG_LIST_1 (Dialog Meßbeleg: Listbearbeitung für wechselnde Meßpunktobjekte) is a standard Function Module in SAP ERP and is part of the function group IMR0 within the package IMRC.

Technical Information

Function Module MEASUREM_DOCUM_DIALOG_LIST_1
Short Text Dialog Meßbeleg: Listbearbeitung für wechselnde Meßpunktobjekte
Function Group IMR0
Package IMRC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACTIVITY_TYPE LIKE IREF-ACTYP '1' ActType: 1 - Create, 2 - Change, 3 - Display
DEFAULT_DATE LIKE RIMR0-DFDAT SY-DATUM Default value: Measurement data
DEFAULT_READER LIKE RIMR0-DFRDR SY-UNAME Default value: Reader of MeasValue
DEFAULT_TIME LIKE RIMR0-DFTIM SY-UZEIT Default value: Time of measurement
F11_ACTIVE LIKE IREF-IIND SPACE X - F11 is active if ACTIVITY_TYPE is not 3
INDICATOR_INITIALIZE LIKE IREF-IIND SPACE X - Initialize local memory
NO_DIALOG LIKE IREF-IIND SPACE X - Send no screens
PREPARE_UPDATE_IF_API LIKE IREF-IIND 'X' X - Update vorbereiten (für COMMIT WORK)
WORK_ORDER_KEY_EXTERN LIKE SPACE Key for associated order prepared
WORK_ORDER_OBJECTNR LIKE IMRG-WOOBJ SPACE Object number of associated order
WORK_ORDER_OBJECTNR1 LIKE IMRG-WOOB1 SPACE Object number of associated order operation

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
INDICATOR_UPDATE LIKE IREF-IIND X - Update requirement available
LEFT_WITH_F15 LIKE IREF-IIND X - Function module was left with F15

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
DOCUMENTS_DEFAULT LIKE RIMR01 Defaults for new MeasDocuments (DOC_DEF)
DOCUMENTS_DEF_INS LIKE IMRG aus Vorschlägen entstandene Meßbelege
DOCUMENTS_INSERT LIKE IMRG MeasDocuments are created with COMMIT
DOCUMENTS_UPDATE LIKE IMRG MeasDocuments are changes with COMMIT

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CODE_NOT_FOUND DOC_DEF: Evaluation code not defined
IMPTT_NOT_FOUND DOC_DEF: MeasPoint (Tab. IMPTT) not found
NO_AUTHORITY No authorization
ORDER_HAS_NO_DOCUMENTS Still no documents for order (only when displaying)
POINT_INACTIVE DOC_DEF: MeasPoint inactive -> no document entry
POINT_LOCKED DOC_DEF: MeasPoint blocked -> no document entry
TIMESTAMP_DUPREC DOC_DEF: CountDocument already existed at that time
TIMESTAMP_IN_FUTURE DOC_DEF: MeasTime is in the future
TYPE_NOT_FOUND DOC_DEF: MeasPointCat not found (when displaying)
UNIT_UNFIT DOC_DEF: MeasUnit does not correspond to characteristic unit
VALUE_MISSING DOC_DEF: Meas/counter value missing
VALUE_OVERFLOW DOC_DEF: MeasArea fallen short of/exceeded
VALUE_UNFIT DOC_DEF: Counter reading does not correspond
WORK_ORDER_NOT_FOUND Order operation not found (when displaying)