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

J_3RCREVF01 SAP ABAP INCLUDE - Include J_3RCREVF01







J_3RCREVF01 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_3RCREVF01 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_3RCREVF01. "Basic submit
SUBMIT J_3RCREVF01 AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RCREVF01 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 J_3RCREVF01


INCLUDES used within this REPORT J_3RCREVF01

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 10 text = l_message.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 20 text = l_message.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percentshw text = l_message.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] * it_special_groups = gt_sp_group[] it_sort = gt_sort[] * i_default = g_default i_save = g_save is_variant = g_variant it_events = gt_events[] * it_event_exit = g_event_exit i_tabname_header = gc_tabname_header i_tabname_item = gc_tabname_item is_keyinfo = gs_keyinfo TABLES t_outtab_header = it_head[] t_outtab_item = it_item[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = gc_tabname_header i_structure_name = 'J_3RCLOFI' CHANGING ct_fieldcat = p_fieldcat[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = gc_tabname_item i_structure_name = 'J_3RCLOFIIT' CHANGING ct_fieldcat = p_fieldcat[].

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = p_events.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save i_tabname_header = gc_tabname_header i_tabname_item = gc_tabname_item * it_default_fieldcat = IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 2.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = l_group keep = l_keep user = l_user IMPORTING qid = l_qid EXCEPTIONS client_invalid = 1 destination_invalid = 2 group_invalid = 3 group_is_locked = 4 holddate_invalid = 5 internal_error = 6 queue_error = 7 running = 8 system_lock_error = 9 user_invalid = 10 OTHERS = 11.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = gc_transact40 TABLES dynprotab = bdc_table.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = gc_transact40 TABLES dynprotab = bdc_table.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = gc_transact4x TABLES dynprotab = bdc_table.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

POSTING_INTERFACE_END CALL FUNCTION 'POSTING_INTERFACE_END' EXCEPTIONS session_not_processable = 1 OTHERS = 2. "#EC *

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = gc_transact40 TABLES dynprotab = bdc_table.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = gc_transact4x TABLES dynprotab = bdc_table.

DDIF_TYPEINFO_GET





CALL FUNCTION 'DDIF_TYPEINFO_GET' EXPORTING typename = 'RSCSEL_255' IMPORTING typekind = l_type gotstate = l_state .



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