SAP Reports / Programs | Cross-Application Components | Document Management System(CA-DMS) SAP CA

DMS_KPRO_READ2 SAP ABAP Report - DMSKPROREAD2







DMS_KPRO_READ2 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 DMS_KPRO_READ2 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT DMS_KPRO_READ2. "Basic submit
SUBMIT DMS_KPRO_READ2 AND RETURN. "Return to original report after report execution complete
SUBMIT DMS_KPRO_READ2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: CLASS = D Document Class
Selection Text: PHIO = D ID for Documents and Relations
Text Symbol: 100 = Ref
Text Symbol: 101 = Ty.
Text Symbol: 102 = Document
Text Symbol: 103 = Vs
Text Symbol: 104 = DcP
Text Symbol: 105 = Description


INCLUDES used within this REPORT DMS_KPRO_READ2

INCLUDE CV_CONSTANTS.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CV110_DOC_DIALOG CALL FUNCTION 'CV110_DOC_DIALOG' EXPORTING: pf_skip_first = 'X' pf_transaction = 'CV03' pf_commit = 'X' pf_dokar = gs_doc_key-dokar pf_doknr = gs_doc_key-doknr pf_dokvr = gs_doc_key-dokvr pf_doktl = gs_doc_key-doktl EXCEPTIONS: not_found = 1 no_auth = 2 locked = 3 error = 4 OTHERS = 5.

SDOK_LOIO_TO_RELATIONS_GET CALL FUNCTION 'SDOK_LOIO_TO_RELATIONS_GET' EXPORTING: object_id = ls_phio relation_class = 'LOGOBJECT' TABLES: RESULT = lt_rel_loios EXCEPTIONS: not_existing = 1 bad_class = 2 not_authorized = 3 OTHERS = 4.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name DMS_KPRO_READ2 or its description.