SAP Reports / Programs

R_FRM_APPL_LOG_DELETE SAP ABAP Report - Delete Merchandise Distribution Logs







R_FRM_APPL_LOG_DELETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter R_FRM_APPL_LOG_DELETE 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

WF90 - Delete Merch. Distrib. Applic. Log
WF90_DEL - Delete Delivery Generation Logs


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 R_FRM_APPL_LOG_DELETE. "Basic submit
SUBMIT R_FRM_APPL_LOG_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT R_FRM_APPL_LOG_DELETE 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: ALDAT = Entry period - date
Selection Text: ALTIME_F = Start Time
Selection Text: ALTIME_T = End Time
Selection Text: ALUSER = D User
Selection Text: LOGNBR = D Log number
Selection Text: SUBOBJ = D Subobject
Title: Delete Merchandise Distribution Logs
Text Symbol: A01 = Entry period - time
Text Symbol: A03 = To
Text Symbol: B01 = Entry data


INCLUDES used within this REPORT R_FRM_APPL_LOG_DELETE

INCLUDE: IWFRMCON.


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:

BAL_GLB_MEMORY_REFRESH CALL FUNCTION 'BAL_GLB_MEMORY_REFRESH' EXPORTING i_refresh_all = yes EXCEPTIONS not_authorized = 1 OTHERS = 2.

BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = appl_log_filter IMPORTING e_t_log_header = lt_appl_log_header EXCEPTIONS log_not_found = 1 no_filter_criteria = 2 OTHERS = 3.

BAL_DB_DELETE CALL FUNCTION 'BAL_DB_DELETE' EXPORTING i_t_logs_to_delete = lt_appl_log_header i_in_update_task = yes EXCEPTIONS no_logs_specified = 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 R_FRM_APPL_LOG_DELETE or its description.