ROOP0019 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transfer report for VIEW_MAINTENANCE_CALL...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter ROOP0019 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.
Title: Transfer Report VIEWCLUSTER_MAINTENANCE_CALL (Parameter Via Memory)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = ACTION CORR_NUMBER = CORR_NUMBER SHOW_SELECTION_POPUP = SHOW_SELECTION_POPUP VIEW_NAME = VIEW_NAME TABLES DBA_SELLIST = DBA_SELLIST EXCL_CUA_FUNCT = EXCL_CUA EXCEPTIONS INVALID_ACTION = 1.
VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING VIEWCLUSTER_NAME = VIEW_CLNAME START_OBJECT = VIEW_NAME MAINTENANCE_ACTION = ACTION * READ_KIND = ' ' * SHOW_SELECTION_POPUP = 'N' CORR_NUMBER = CORR_NUMBER TABLES DBA_SELLIST = DBA_SELLIST * DBA_SELLIST_CLUSTER = DBA_SELLIST_CLUSTER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROOP0019 - Transfer Report VIEWCLUSTER_MAINTENANCE_CALL (Parameter Via Memory) ROOP0019 - Transfer Report VIEWCLUSTER_MAINTENANCE_CALL (Parameter Via Memory) ROOP0016 - Report for Customizing View for EAN Messages ROOP0016 - Report for Customizing View for EAN Messages ROOP0015 - Field Selection for View V_TCX01_NP ROOP0015 - Field Selection for View V_TCX01_NP