SAP Reports / Programs

/BEV2/EDTOOL_LIS_OPTIMIZE SAP ABAP Report - Special Tool: Reduce/Optimize LIS Database Size







/BEV2/EDTOOL_LIS_OPTIMIZE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for By means of this program the entries in the LIS statistics tables (S465, S466) of the Excise Duties are compressed...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 /BEV2/EDTOOL_LIS_OPTIMIZE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/BEV2/ED_INT_S4 - Compress ED Statistics Data


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


Text pool values


Selection Text: VRSIO = D Version
Selection Text: TEST = Test (for Estimate)
Selection Text: SSOUR = D Statistics Origin
Selection Text: MONATE = D Month
Title: Special Tool: Reduce/Optimize LIS Database Size
Text Symbol: M13 = %
Text Symbol: M12 = Table S465 Reduced from
Text Symbol: M11 = Data Records. Result:
Text Symbol: M10 = &1 to &2
Text Symbol: M09 = Table S466 Reduced from
Text Symbol: M08 = Simulation: Estimated DB Reduction
Text Symbol: M07 = Removed from LIS
Text Symbol: M06 = Determine New Number of Data Records
Text Symbol: M05 = Remove Non-ED Materials from LIS
Text Symbol: M04 = Remove Non-ED storage Locs. from LIS
Text Symbol: M03 = Determine Expected DB Size
Text Symbol: M02 = Read in Excise Duties Data
Text Symbol: M01 = Determine Current Number of Data Records
Text Symbol: E12 = No data was changed
Text Symbol: E11 = Error with Access to ED Tables


INCLUDES used within this REPORT /BEV2/EDTOOL_LIS_OPTIMIZE

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lv_prozent text = p_msg EXCEPTIONS OTHERS = 1.

/BEV2/EDHP_VAR_IN_TEXTZEILE CALL FUNCTION '/BEV2/EDHP_VAR_IN_TEXTZEILE' EXPORTING var1 = lv_var_oldsize var2 = lv_var_newsize CHANGING textzeile = lv_text.

/BEV2/EDHP_VAR_IN_TEXTZEILE CALL FUNCTION '/BEV2/EDHP_VAR_IN_TEXTZEILE' EXPORTING var1 = lv_var_oldsize var2 = lv_var_newsize CHANGING textzeile = lv_text.

/BEV2/ED_REA_ED_MATERIALIEN CALL FUNCTION '/BEV2/ED_REA_ED_MATERIALIEN' TABLES * I_SEL_YHVBART = * I_MAT_TAB = * I_SEL_MATNR = o_yhmaa = gt_yhmaa EXCEPTIONS yhmaa_not_found = 1 OTHERS = 2.

/BEV2/ED_REA_STEUERLAGER CALL FUNCTION '/BEV2/ED_REA_STEUERLAGER' * EXPORTING * I_TABNAM = /BEV2/ED903 * I_DATAB = * I_DATBI = TABLES i_yh903 = gt_yh903 i_yh902 = gt_yh902 * E_YH902T = * I_SELECT_YHVBART = * I_SELECT_YHSLAGER = EXCEPTIONS not_found = 1 OTHERS = 2.



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 /BEV2/EDTOOL_LIS_OPTIMIZE or its description.