SLCA_PERS_OBJ_REV_CTR 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 SLCA_PERS_OBJ_REV_CTR 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_GEN = GenOID
Selection Text: P_PAGENO = PageNoOID
Selection Text: P_PAGEPO = PagePosOID
Title: Read Transaction ID
Text Symbol: 001 = OID-Related Transaction ID
Text Symbol: 002 = Global Transaction ID
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LCA_PERS_OBJ_REV_CTR CALL FUNCTION 'LCA_PERS_OBJ_REV_CTR' EXPORTING iv_pagenooid = p_pageno iv_pageposoid = p_pagepo iv_genoid = p_gen IMPORTING ev_objrecctr = gv_objrecctr ev_transactionrevctr = gv_transactionrevctr EXCEPTIONS lc_connect_failed = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SLCA_PERS_OBJ_REV_CTR - Read Transaction ID SLCA_PERS_OBJ_REV_CTR - Read Transaction ID SLCA_NON_LC_RELEVANT_CLIENT - Maintenance of Clients Not liveCache-Relevant SLCA_NON_LC_RELEVANT_CLIENT - Maintenance of Clients Not liveCache-Relevant SLCA_LC_RELEVANT_CLIENT - Maintenance of liveCache-Relevant Clients SLCA_LC_RELEVANT_CLIENT - Maintenance of liveCache-Relevant Clients