J_7L_DELETE_TEMP_DECL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report supports the deletion of incomplete declaration items in the REA declaration system...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 J_7L_DELETE_TEMP_DECL 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.
Selection Text: P_DATBI = End Date
Selection Text: P_DAYS = Search Horizon in Days
Title: Cleansing of Superfluous Declaration Items
Text Symbol: 001 = Search Depth for Declaration Items
Text Symbol: 002 = Program was executed succcessfully
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_7L_CHECK_AUTHORITY_RANGE CALL FUNCTION 'J_7L_CHECK_AUTHORITY_RANGE' EXPORTING i_object = bobject "Interface i_activity = '02' "change/display * TABLES * i_bukrs = bukrs_r * i_land1 = land1_r * i_entnr = entnr_r EXCEPTIONS no_authorisation = 1 OTHERS = 2.
J_7L_DELETE_TEMP_POSITIONS CALL FUNCTION 'J_7L_DELETE_TEMP_POSITIONS' EXPORTING datbi = p_datbi n_days = p_days.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_7L_DELETE_TEMP_DECL - Cleansing of Superfluous Declaration Items J_7L_DELETE_TEMP_DECL - Cleansing of Superfluous Declaration Items J_7L_CREATE_DEC_KEY - Generate Declaration Key for Article J_7L_CREATE_DEC_KEY - Generate Declaration Key for Article J_7L_CORRECT_VRKME - Correct Sales Quantity J_7L_CORRECT_VRKME - Correct Sales Quantity