Menu

SAP Function Module MEAS_DOC_LAST_READ_FOR_OBJECT

Read last meas. document for technical object by meas. point sort field.

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module MEAS_DOC_LAST_READ_FOR_OBJECT (Read last meas. document for technical object by meas. point sort field.) is a standard Function Module in SAP ERP and is part of the function group IMRF within the package IMRC.

Technical Information

Function Module MEAS_DOC_LAST_READ_FOR_OBJECT
Short Text Read last meas. document for technical object by meas. point sort field.
Function Group IMRF
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
CHAR_CONVERT TYPE IREF-IIND 'X' X - Return value in character format as well
MDOCM_IGNORE TYPE IMRG-MDOCM SPACE Ignore measurement document specified
MEASURE_POINT_EQUNR TYPE EQUI-EQUNR SPACE Equipment number for measuring point select
MEASURE_POINT_OBJECT TYPE IMPT-MPOBJ SPACE Object number for measuring point select
MEASURE_POINT_TPLNR TYPE IFLOT-TPLNR SPACE Functional location for measuring point select
MEASURE_SORT_FIELD TYPE IMPT-PSORT Sort field for selection
OFFSET_DATE TYPE IMRG-IDATE '99991231' Offset point for DB selection: Date
OFFSET_INCLUSIVE TYPE IREF-IIND 'X' X - DB-Selection inclusive offset point
OFFSET_TIME TYPE IMRG-ITIME '235959' Offset point for DB selection: Time

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHAR_DECIM TYPE RIMR0-IODEC Number of decimals in the char val (from imptt)
CHAR_MEAS TYPE RIMR0-READC Measurement document value as character
IMRG_WA2 TYPE IMRG Work area for measurement documents

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CONVERSION_ERROR Floating point conversion error
IMPT_NOT_FOUND No measurement points found for this object
IMRG_NOT_FOUND No document found for this measuring point
INVALID_CALL Invalid call of function module (e.g. missing parameters)
PSORT_NOT_FOUND No measuring points with this position found