

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Reading latest measurement point in SAP RFC
There is a Function Module: MEASUREM_DOCUM_RFC_SINGLE_002 that you can use to read documents if keys are known. When there is no RFC module to get a list of $foo according to a set of selection criteria, it is possible to use RFC_READ_TABLE to get the keys from db directly.
Function Module MEASUREM_DOCUM_RFC_SINGLE_002: RFC Measurement document: Individual processing, Change/Display or Read
Use
With use of this RFC, following remote calls can be used:
Remote dialog (WITH_DIALOG_SCREEN = 'X')
Remote dialog in display mode (EDIT_MODE = ' ')
Remote dialog in change mode (EDIT_MODE = 'X')
Remote reading of measurement document data (WITH_DIALOG_SCREEN = ' ')
Notes
Apart from when an EXCEPTION occurs, the measurement document data (structure IMRG) is always returned.
After a remote dialog in change mode, the redundant fields of the measurement document in the calling system can be synchronized.
Import Parameters:
Export Parameter:
Exceptions:
- Related Questions & Answers
- Reading the contents of SAP structures from outside using RFC
- Trusted RFC connection in SAP system
- Debugging an Asynchronous RFC in SAP ABAP
- Exporting SAP HANA system measurement using hdbsql
- Using table parameter in SAP RFC Function module
- Displaying Source code of RFC in SAP system
- System measurement of SAP HANA system in XML file
- Making RFC call from COM/OLE object in SAP
- RFC or BAPI for displaying change documents in SAP
- How to call RFC in SAP using an ETL job?
- Specified cast not valid for datetime while using SAP RFC
- How to pass import parameter values using SAP RFC class?
- Reading an image using SAP OData v2 in UI5 application
- Performance measurement in transportation
- Executing an inner join over RFC on database tables in SAP system