J_3RFREVAL_ALV_FORMS is a standard ABAP INCLUDE 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 J_3RFREVAL_ALV_FORMS 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.
Title: Include J_3RFREVAL_ALV_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' is_layout = gs_layot it_fieldcat = t_fieldcat i_save = 'X' it_events = gt_events TABLES t_outtab = iassets.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid i_internal_tabname = 'IASSETS' i_inclname = 'J_3RFREVAL_TOP' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = t_listheader * I_LOGO = * I_END_OF_LIST_GRID = 'X' .
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-002.
BAPI_COMPANYCODE_GET_PERIOD CALL FUNCTION 'BAPI_COMPANYCODE_GET_PERIOD' EXPORTING COMPANYCODEID = rpbukrs POSTING_DATE = vpostdate IMPORTING FISCAL_YEAR = rpyear FISCAL_PERIOD = vperiod * RETURN = .
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' is_layout = gs_layot it_fieldcat = t_fieldcat i_save = 'X' it_events = gt_events TABLES t_outtab = pos_sel.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid i_internal_tabname = 'POS_SEL' i_inclname = 'J_3RFREVAL_TOP' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' is_layout = gs_layot it_fieldcat = t_fieldcat i_save = 'X' it_events = gt_events TABLES t_outtab = pos_accs.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid i_internal_tabname = 'POS_ACCS' i_inclname = 'J_3RFREVAL_TOP' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING nr_range_nr = t003-numkr object = 'RF_BELEG' subobject = rpbukrs toyear = rpyear IMPORTING interval = nriv_struct EXCEPTIONS interval_not_found = 1 object_not_found = 2 OTHERS = 3 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_3RFREVAL_ALV_FORMS - Include J_3RFREVAL_ALV_FORMS J_3RFREVAL - Fixed Assets Revaluation (Russia) J_3RFREVAL - Fixed Assets Revaluation (Russia) J_3RFREP_XML_USER_COMMAND - Include TEST_ABAP_RENDER_USER_COMMAND J_3RFREP_XML_STATUS_100O02 - Include TEST_ABAP_RENDER_STATUS_100O02 J_3RFREP_XML_STATUS_020O01 - Include TEST_ABAP_RENDER_STATUS_020O01