SXDB24PROCESSDATA is a standard ABAP INCLUDE 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 SXDB24PROCESSDATA 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
XDB_GET_OBJECTS_DBA CALL FUNCTION 'XDB_GET_OBJECTS_DBA' EXPORTING data_struct = data_struct system_struct = system_struct IMPORTING cnt_dbaobjl = number_of_objects TABLES i_dbaobjl = i_dbaobjl.
XDB_GET_PHASES_DBA CALL FUNCTION 'XDB_GET_PHASES_DBA' EXPORTING data_struct = data_struct system_struct = system_struct IMPORTING cnt_dbaphal = p_number_of_phases TABLES i_dbaphal = i_dbaphal.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SXDB24PROCESSDATA - documentation and ABAP source code SXDB24PRESENTDATAM01 - documentation and ABAP source code SXDB24PRESENTDATAF01 - documentation and ABAP source code SXDB24PRESENTDATA - documentation and ABAP source code SXDB24NEWTOP - documentation and ABAP source code SXDB24GETDATAM01 - documentation and ABAP source code