SAP Reports / Programs

ISU_XPRA_IS_TABLE_CREATION SAP ABAP Report - Generate Tables for Stock Statistics







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


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 ISU_XPRA_IS_TABLE_CREATION. "Basic submit
SUBMIT ISU_XPRA_IS_TABLE_CREATION AND RETURN. "Return to original report after report execution complete
SUBMIT ISU_XPRA_IS_TABLE_CREATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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 &


INCLUDES used within this REPORT ISU_XPRA_IS_TABLE_CREATION

No INCLUDES are used within this REPORT code!


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:

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.



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 ISU_XPRA_IS_TABLE_CREATION or its description.