SAP Reports / Programs

RCMAC_APPLOG_DISPLAY SAP ABAP Report - Display Student Accounting Application Log







RCMAC_APPLOG_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 RCMAC_APPLOG_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

PIQ_LOG_FEECALC - Fee Calculation Application Log
PIQ_LOG_GRANT - Grant Evaluation Application Log


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 RCMAC_APPLOG_DISPLAY. "Basic submit
SUBMIT RCMAC_APPLOG_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RCMAC_APPLOG_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: P_FEE = Fee Calculation
Selection Text: P_FRD = D Date
Selection Text: P_FRT = D Time
Selection Text: P_GRT = Grant Evaluation
Selection Text: P_TOD = D Date
Selection Text: P_TOT = D Time
Selection Text: P_USR = D User
Title: Display Student Accounting Application Log
Text Symbol: 001 = Log Source
Text Symbol: 002 = Parameter
Text Symbol: 003 = From (Date/Time)
Text Symbol: 004 = To (Date/Time)
Text Symbol: 010 = Fee Calculation
Text Symbol: 011 = Grant Evaluation
Text Symbol: 020 = Calculation Base
Text Symbol: 021 = Posting Option
Text Symbol: 022 = Application Log
Text Symbol: 023 = Post Directly
Text Symbol: 024 = Display Result Before Posting
Text Symbol: 025 = Evaluation Mode
Text Symbol: 026 = Test Run


INCLUDES used within this REPORT RCMAC_APPLOG_DISPLAY

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:

BAL_FILTER_CREATE CALL FUNCTION 'BAL_FILTER_CREATE' EXPORTING i_object = con_log_object i_subobject = gv_log_subobj i_aldate_from = p_frd i_aldate_to = p_tod i_altime_from = p_frt i_altime_to = p_tot i_aluser = p_usr IMPORTING e_s_log_filter = gs_log_filter.

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

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CMAC_LOG_HEADER_FEE' CHANGING ct_fieldcat = gt_field_cate EXCEPTIONS OTHERS = 0.

LVC_VARIANT_DEFAULT_GET CALL FUNCTION 'LVC_VARIANT_DEFAULT_GET' EXPORTING i_save = 'U' CHANGING cs_variant = gs_disvariant EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_main_prog i_callback_pf_status_set = 'LOG_ALV_PF_STATUS' i_callback_user_command = 'LOG_ALV_FUNCTIONS ' i_structure_name = 'CMAC_LOG_HEADER_FEE' is_layout = gs_layout_alv it_fieldcat = gt_field_cate is_print = gs_print_attr i_default = 'X' i_save = 'A' is_variant = gs_disvariant TABLES t_outtab = gt_loghd_fee.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CMAC_LOG_HEADER_FAID' CHANGING ct_fieldcat = gt_field_cate EXCEPTIONS OTHERS = 0.

LVC_VARIANT_DEFAULT_GET CALL FUNCTION 'LVC_VARIANT_DEFAULT_GET' EXPORTING i_save = 'U' CHANGING cs_variant = gs_disvariant EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_main_prog i_callback_pf_status_set = 'LOG_ALV_PF_STATUS' i_callback_user_command = 'LOG_ALV_FUNCTIONS ' i_structure_name = 'CMAC_LOG_HEADER_FEE' is_layout = gs_layout_alv it_fieldcat = gt_field_cate is_print = gs_print_attr i_default = 'X' i_save = 'A' is_variant = gs_disvariant TABLES t_outtab = gt_loghd_grt.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = lt_log_header i_exception_if_already_loaded = 'X' IMPORTING e_t_log_handle = gt_log_handle EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.



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