SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_3RF_DI_ARCLOG_F01 SAP ABAP INCLUDE - Include RPJ3RF_DI_ARCLOG_F01







J_3RF_DI_ARCLOG_F01 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_3RF_DI_ARCLOG_F01 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_3RF_DI_ARCLOG_F01. "Basic submit
SUBMIT J_3RF_DI_ARCLOG_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RF_DI_ARCLOG_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RPJ3RF_DI_ARCLOG_F01


INCLUDES used within this REPORT J_3RF_DI_ARCLOG_F01

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'J_3RF_DI_ARC' CHANGING ct_fieldcat = gt_fieldcatalog_alv.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_internal_tabname = gc_tab_out i_structure_name = 'J_3RF_DI_ARC' CHANGING ct_fieldcat = gt_fieldcat.

J3RF_DI_SET_VIEWER_XML CALL FUNCTION 'J3RF_DI_SET_VIEWER_XML' EXPORTING i_xmldata = pxmldata i_html_viewer = gr_html_viewer i_direction = i_direction i_subtype = i_subtype i_binary = i_binary .

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = p_name langu = sy-langu IMPORTING gotstate = l_gotstate dd01v_wa = l_dd01v_wa TABLES dd07v_tab = pt_infos[] EXCEPTIONS illegal_input = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gt_variant it_default_fieldcat = gt_fieldcat i_save = gc_save IMPORTING e_exit = ls_exit es_variant = ls_variant EXCEPTIONS not_found = 1.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = gc_save CHANGING cs_variant = ls_variant EXCEPTIONS not_found = 2. "#EC FB_RC

J3RF_DI_READ_ARCHIVE CALL FUNCTION 'J3RF_DI_READ_ARCHIVE' EXPORTING ir_num_id = so_num[] i_bukrs = p_bukrs ir_gjahr_in = sogj_in[] ir_num_in = sonum_in[] ir_belnr_orig = sobel_o[] ir_gjahr_orig = sogj_o[] ir_belnr_corr = sobel_c[] ir_gjahr_corr = sogj_c[] ir_revno = sorevno[] ir_type = so_type[] ir_oper = so_oper[] i_useas = 'X' i_dialog = 'X' CHANGING ct_j_3rfdi_arc = lt_j_3rfdi_tmp[] ct_arc_files = gr_files[] EXCEPTIONS archive_read_error = 1 OTHERS = 2.

AS_DATASOURCE_INIT CALL FUNCTION 'AS_DATASOURCE_INIT' EXPORTING i_report = sy-cprog i_reporttype = space IMPORTING e_use_database = g_usedb e_use_archive = g_usear e_use_infosys = g_useas et_arch_sel = gr_files[].

AS_DATASOURCE_SELECT CALL FUNCTION 'AS_DATASOURCE_SELECT' EXPORTING i_db_and_arc = 'X' i_no_source_select = space i_infosys_possible = 'X' i_documentation = 'DEFAULT' i_report = ld_progname i_reporttype = space it_objects = lt_objects[] CHANGING c_use_database = g_usedb c_use_archive = g_usear c_use_infosys = g_useas * c_archobj = sd_objec ct_arch_sel = gr_files[].

J3RF_DI_VIEW_DECODE CALL FUNCTION 'J3RF_DI_VIEW_DECODE' EXPORTING I_XMLDATA = i_data I_DIRECTION = i_direction IMPORTING E_XOUT = x_str EXCEPTIONS NO_XML_FOUND = 1 OTHERS = 2 .

SCMS_XSTRING_TO_BINARY CALL FUNCTION 'SCMS_XSTRING_TO_BINARY' EXPORTING buffer = x_str TABLES binary_tab = x_tab.



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