J_1AF103 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report deletes all entries in the hist...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_1AF103 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: S_BUKRS = Company code
Selection Text: S_DATE = Posting date
Selection Text: S_DRVER = Daily report version
Selection Text: S_REPID = Daily report
Title: Deleting the historical data for the Daily Reports
Text Symbol: H01 = Code:
Text Symbol: H02 = Report:
Text Symbol: H03 = Version:
Text Symbol: H05 = Deleting the historical data
Text Symbol: H06 = for the daily reports
Text Symbol: P01 = The intermediate page controls and subtotals for the Compact Journal
Text Symbol: P02 = have been deleted for the above printed dates.
Text Symbol: P20 = You can start now the daily report.
Text Symbol: S01 = Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1A_UPDATE_J1A101 CALL FUNCTION 'J_1A_UPDATE_J1A101' IN UPDATE TASK EXPORTING I_J1A101 = J_1A101 I_CHANGE = 'D'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.