Function Module MEASUREM_POINT_RFC_SINGLE_002 
Task
RFC Measuring point: Individual processing, Change/Display or Read
Use
This RFC enables the following remote calls:
-
Remote dialog in display mode (EDIT_MODE = ' ')-
Remote dialog in change mode (EDIT_MODE = 'X')Notes
After a remote dialog in change mode, the redundant fields of the measuring point in the calling system can be synchronized.
Import Parameters
Parameter |
Type |
Length |
Short text |
MEASUREMENT_POINT |
CHAR |
12 |
Measuring point (primary key) |
SECONDARY_INDEX |
CHAR |
20 |
Secondary index: Position no. of measuring point |
WITH_DIALOG_SCREEN |
CHAR |
1 |
X = RFC with dialog screen |
EDIT_MODE |
CHAR |
1 |
X = Call in change mode |
COMMIT_WORK |
CHAR |
1 |
X = Trigger COMMIT WORK at ABAP level |
WAIT_AFTER_COMMIT |
CHAR |
1 |
X = Wait for database update |
Export Parameters
Parameter |
Type |
Length |
Short text |
IMPT_BA |
See IMPT structure |
See IMPT structure |
Work area returned from transaction |
UPDATE_SUCCESS |
CHAR |
1 |
X = Update performed |
IMPT Structure
Name |
Type |
Length |
Short text |
AEDAT |
DATS |
8 |
Date on which the object was last changed |
AENAM |
CHAR |
12 |
Name of the user who last changed the object |
ANZDZ |
INT2 |
5 |
Number of decimal places |
ATDIM |
INT2 |
5 |
Exponent in the screen display |
ATFOR |
CHAR |
4 |
Data type of the characteristic |
ATINN |
NUMC |
10 |
Internal characteristic |
ATINNR |
CHAR |
1 |
Indicator: Characteristic originates from the reference measuring point |
ATNAM |
CHAR |
30 |
Characteristic name |
ATVOR |
CHAR |
1 |
Indicator: Negative readings allowed |
AUSWAHLMENGE |
CHAR |
8 |
Selected set |
BEGRU |
CHAR |
4 |
Authorization group for the technical object |
CDSUF |
CHAR |
1 |
Indicator to show that the valuation code for the measurement document is sufficient |
CJUMP |
FLTP |
16 |
Counter overflow reading in SI-units |
CJUMPI |
CHAR |
1 |
Indicator to show that the corresponding field contains a value |
CODCT |
CHAR |
1 |
Catalog type - Valuation code for the measurement reading |
CODGR |
CHAR |
8 |
Code group - Valuation code for the measurement reading |
CODGRR |
CHAR |
1 |
Indicator: Code group originates from the reference measuring point |
DECIM |
INT2 |
5 |
Number of decimal places when representing figures |
DESIR |
FLTP |
16 |
Target value for the measuring point |
DESIRI |
CHAR |
1 |
Indicator to show that the corresponding field contains a value |
DESIRR |
CHAR |
1 |
Indicator: Target value originates from the reference measuring point |
DSTXT |
CHAR |
40 |
Additional short text for the measuring point |
DSTXTR |
CHAR |
1 |
Indicator: Additional short text originates from the reference measuring point |
ERDAT |
DATS |
8 |
Date on which the object was created |
ERNAM |
CHAR |
12 |
Name of the user who created the object |
EXPON |
INT2 |
5 |
10-digit exponent for floating point representation |
INACT |
CHAR |
1 |
Indicator to show that the measuring point is deactivated |
INDCT |
CHAR |
1 |
Indicator to show that the measuring point is a counter |
INDRV |
CHAR |
1 |
Indicator to show that the counter runs backwards |
INDTR |
CHAR |
1 |
Indicator to show that a measurement reading transfer is intended |
IRFMP |
CHAR |
1 |
Indicator to show that the measuring point is a reference measuring point |
KZLTX |
CHAR |
1 |
Long text indicator |
LOCAS |
CHAR |
18 |
Assembly for locating the measuring point |
LVORM |
CHAR |
1 |
Deletion flag |
MANDT |
CLNT |
3 |
Client |
MLANG |
LANG |
1 |
Language key |
MPOBJ |
CHAR |
22 |
Object number of measuring point object |
MPTYP |
CHAR |
1 |
Measuring point category |
MRMAX |
FLTP |
16 |
Upper measurement range limit or maximum total counter reading |
MRMAXI |
CHAR |
1 |
Indicator to show that the corresponding field contains a value |
MRMIN |
FLTP |
16 |
Lower measurement range limit or minimum total counter reading |
MRMINI |
CHAR |
1 |
Indicator to show that the corresponding field contains a value |
MRNGU |
UNIT |
3 |
Measurement range unit |
MSEHI |
UNIT |
3 |
Unit of measurement |
POINT |
CHAR |
12 |
Measuring point |
PSORT |
CHAR |
20 |
Item number of the measuring point at the object (sort field) |
PSORTR |
CHAR |
1 |
Indicator: Item number originates from the reference measuring point |
PTTXT |
CHAR |
40 |
Description of the measuring point |
PYEAR |
FLTP |
16 |
Annual performance in SI-units |
PYEARI |
CHAR |
1 |
Indicator to show that the corresponding field contains a value |
REFMP |
CHAR |
12 |
Reference measuring point |
TRANS |
CHAR |
12 |
Measuring point from which the measurement reading transfer occurs |
CI_IMPTT |
Customer-specific data |
Exceptions
Parameter |
Short text |
NO_AUTHORITY |
No authorization |
POINT_NOT_FOUND |
Measuring point (table IMPTT) not found |
INDEX_NOT_UNIQUE |
Secondary index is not unique |
TYPE_NOT_FOUND |
Measuring point category not found |
UPDATE_FAILED |
Database update failed (during WAIT_AFTER_COMMIT) |