SAP Reports / Programs

J_1AF103 SAP ABAP Report - Deleting the historical data for the Daily Reports







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


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 J_1AF103. "Basic submit
SUBMIT J_1AF103 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1AF103 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: 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


INCLUDES used within this REPORT J_1AF103

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:

J_1A_UPDATE_J1A101 CALL FUNCTION 'J_1A_UPDATE_J1A101' IN UPDATE TASK EXPORTING I_J1A101 = J_1A101 I_CHANGE = 'D'.



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