SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Basic Functions(FI-SL-SL) SAP FI

FGVTRF30 SAP ABAP INCLUDE - FI-SL drilldown reporting: Reading master data for one value







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


INCLUDES used within this REPORT FGVTRF30

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:

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS I_MESSAGE = 1 W_MESSAGE = 2 E_MESSAGE = 3 A_MESSAGE = 4 OTHERS = 8.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING COUNT = L_MESS_COUNT MAX_SEVERITY = L_MAX_SEVERITY EXCEPTIONS INCONSISTENT_RANGE = 1 INCONSISTENT_RANGE_SEVERITY = 2 OTHERS = 3.

G_TOTALS_GLU1_LIST_DISPLAY CALL FUNCTION 'G_TOTALS_GLU1_LIST_DISPLAY' EXPORTING I_LEDGER = H_881-RLDNR I_SELECTION = T_SELECTION I_DRILL_DOWN = SPACE I_LEDGERFIELD = T_FIELDS I_VARIANT = VARIANT I_TEXT = H_TEXT I_PROMPT = SPACE I_CWCODE = 'X' I_BUFFER_ACTIVE = SPACE I_TOP_LIST_ROUTINE = 'TOP_OF_LIST' I_END_LIST_ROUTINE = 'END_OF_LIST' I_LIST_PROGNAME = 'SAPFGVTR' I_SPECIAL_NAME = G_LIST_SPECIAL_NAME I_ACCUMULATE = 'X' IMPORTING E_T_LISTCAT = T_LISTCAT E_T_SELECTION_FOR_SET = T_SELECTION_FOR_SET E_T_TOTALS_PER = T_TOTALS_PER E_T_FIELDCAT = T_FIELDCAT TABLES E_T_TOTALS_ACC = T_LIST_GLU1 I_T_NO_SUM = T_FIELDS_NO_SUM EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.

G_FIELDTAB_GET CALL FUNCTION 'G_FIELDTAB_GET' EXPORTING TABLE = H_800A-NTABLE TABLES T_FIELDTAB = T_FIELDTAB EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_setpfstatus1 i_callback_user_command = gc_callback_form it_fieldcat = lt_fieldcat it_events = lt_events is_layout = ls_layout TABLES t_outtab = ft_tab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = g_s_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_HDR_CHANGE CALL FUNCTION 'BAL_LOG_HDR_CHANGE' EXPORTING i_log_handle = g_s_log_handle i_s_log = gs_log EXCEPTIONS log_not_found = 1 log_header_inconsistent = 2 OTHERS = 3.

BAL_DSP_PROFILE_SINGLE_LOG_GET * CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' * IMPORTING * e_s_display_profile = l_s_display_profile.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = l_s_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile i_t_log_handle = gt_log_handle EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING i_s_display_profile = l_s_display_profile i_t_log_handle = gt_log_handle I_S_LIST_APPEND = 'X' EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = g_s_log_handle i_msgty = it_msg i_text = it_message EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lc_strname_list CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list.

FAGL_GET_ACTIVE_TOT_FIELDS CALL FUNCTION 'FAGL_GET_ACTIVE_TOT_FIELDS' EXPORTING I_RLDNR = ALF_RLDNR * I_CLIENT = SY-MANDT IMPORTING ET_FIELDS = alf_ledgerfields.



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