ISU_XPRA_IS_TABLE_CREATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generation of Tables for Stock Statistics Tables that contain records for the stock statistics are generated, (provided that they do not already exist)...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 ISU_XPRA_IS_TABLE_CREATION 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: Generate Tables for Stock Statistics
Text Symbol: 001 = ISU_XPRA_IS_TABLE_CREATION Is Complete
Text Symbol: 010 = Statistics records for transaction statistics of category &
Text Symbol: 011 = Statistics records for stock statistics of category &
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = my_prot exceptions others = 5.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = tbs-name importing gotstate = gotstate exceptions illegal_input = 1 others = 2.
ISU_DB_TE789T_SINGLE call function 'ISU_DB_TE789T_SINGLE' exporting x_act_type = act_type importing y_te789t = h_te789t exceptions not_found = 1 system_error = 2 others = 3.
ISU_DB_TE790T_SINGLE call function 'ISU_DB_TE790T_SINGLE' exporting x_mdst_type = mdst_type importing y_te790t = h_te790t exceptions not_found = 1 system_error = 2 others = 3.
TRINT_TADIR_INSERT call function 'TRINT_TADIR_INSERT' exporting masterlang = 'D' devclass = 'EE70' genflag = 'X' object = 'TABL' obj_name = objname pgmid = 'R3TR' edtflag = ' ' exceptions object_exists_global = 1 object_exists_local = 2 others = 3.
TRINT_TADIR_INSERT call function 'TRINT_TADIR_INSERT' exporting masterlang = 'D' devclass = 'EE70' genflag = 'X' object = 'TABL' obj_name = objname force_mode = 'X' pgmid = 'R3TR' edtflag = ' ' exceptions object_exists_global = 1 object_exists_local = 2 others = 3.
DDIF_TABL_PUT call function 'DDIF_TABL_PUT' exporting name = tbs-name dd02v_wa = l2v dd09l_wa = l9l tables dd03p_tab = t3p dd05m_tab = t5m dd08v_tab = t8v exceptions tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 others = 6.
DDIF_TABL_ACTIVATE call function 'DDIF_TABL_ACTIVATE' exporting name = tbs-name importing rc = subrc exceptions not_found = 1 put_failure = 2 others = 3.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = tabname tables dd03p_tab = gt_act3p dd05m_tab = gt_act5m dd08v_tab = gt_act8v.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_XPRA_IS_TABLE_CREATION - Generate Tables for Stock Statistics ISU_XPRA_IS_TABLE_CREATION - Generate Tables for Stock Statistics ISU_XPRA_IST20_FKKIDOC - Convert IS-T IDoc Interface to FI-CA Standard ISU_XPRA_IST20_FKKIDOC - Convert IS-T IDoc Interface to FI-CA Standard ISU_XPRA_IN_ERDK - XPRA: Invoicing: 1.1B -> x.xx: ERDK Fill Indicator 'ERDZ_V' ISU_XPRA_IN_ERDK - XPRA: Invoicing: 1.1B -> x.xx: ERDK Fill Indicator 'ERDZ_V'