SAP Reports / Programs | Logistics - General | Merchandise Distribution(LO-MDS) SAP LO

R_FRM_APPL_LOG_DISPLAY SAP ABAP Report - Display Merchandise Distribution Logs







R_FRM_APPL_LOG_DISPLAY 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_DISPLAY 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

WF80 - Merchandise Distribution Log
WF80_DEL - Display 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_DISPLAY. "Basic submit
SUBMIT R_FRM_APPL_LOG_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT R_FRM_APPL_LOG_DISPLAY 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: Display 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_DISPLAY

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_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = lt_appl_log_header IMPORTING e_t_log_handle = lt_appl_log_handles EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = appl_log_display_profile EXCEPTIONS OTHERS = 0.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = appl_log_display_profile EXCEPTIONS OTHERS = 0.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = appl_log_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = lt_appl_log_handles i_s_display_profile = appl_log_display_profile EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.



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