GRPC_DMS_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter GRPC_DMS_TEST into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_JOBID = Scheduler ID
Selection Text: P_STEP = Job Step ID
Title: Test report to display DMS file content
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GRPC_API_SESSION_OPEN CALL FUNCTION 'GRPC_API_SESSION_OPEN' IMPORTING e_session_id = lv_session_id.
GRPC_API_DOCUMENT_QUERY *CALL FUNCTION 'GRPC_API_DOCUMENT_QUERY' * EXPORTING * i_session_id = lv_session_id * i_object_id = lv_joblog_id ** IMPORTING ** E_RETURN_CODE = * TABLES * et_document_list = lt_document ** ET_MESSAGE = * .
GRPC_API_DOCUMENT_RETRIEVE * CALL FUNCTION 'GRPC_API_DOCUMENT_RETRIEVE' * EXPORTING * i_session_id = lv_session_id * i_document_id =
-document_id ** I_EDITABLE = * IMPORTING * es_document_data = ls_doc.
GRPC_API_DOCUMENT_DOWNLOAD * CALL FUNCTION 'GRPC_API_DOCUMENT_DOWNLOAD' * EXPORTING * i_session_id = lv_session_id * i_document_id =
-document_id * IMPORTING * es_document_content = ls_content * e_return_code = l_return_code.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRPC_DMS_TEST - Test report to display DMS file content GRPC_DMS_TEST - Test report to display DMS file content GRPC_DELIMIT_REGULATION - Report GRPC_DELIMIT_REGULATION GRPC_DELIMIT_REGULATION - Report GRPC_DELIMIT_REGULATION GRPC_DELETE_RULE_VERSION - Connector Assignment Report GRPC_DELETE_RULE_VERSION - Connector Assignment Report