SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

RFFMFG_GTAS_CONV SAP ABAP Report - GTAS Conversion/Initialization







RFFMFG_GTAS_CONV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to convert and initialize database tables for the Governmentwide Treasury Account Symbol Adjusted Trial Balance System (GTAS)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMFG_GTAS_CONV 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

FMFG_GTAS_CONV - GTAS Conversion/Initialization


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 RFFMFG_GTAS_CONV. "Basic submit
SUBMIT RFFMFG_GTAS_CONV AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFG_GTAS_CONV 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: S_RYEAR = Process Fiscal Year
Selection Text: S_RLDNR = D .
Selection Text: S_RBUKRS = D .
Selection Text: P_TEST = Execute Test Run
Selection Text: P_RESET = Reset Logs of Prior Runs
Selection Text: P_EXETO1 = Convert Totals
Selection Text: P_EXEMD = Convert Master Data
Selection Text: P_EXELI2 = Initialize Ledger95 Line Items
Selection Text: P_EXELI1 = Convert/Initialize Line Items
Selection Text: P_DELMD = Keep Old Master Data
Title: GTAS Conversion/Initialization
Text Symbol: T11 = Lock process
Text Symbol: T10 = Initialize log
Text Symbol: S02 = Processing Options
Text Symbol: S01 = Ledger Data for Standard G/L Conversion and Initialization
Text Symbol: S00 = Standard General Ledger Master Data Conversion
Text Symbol: M41 = (Update)
Text Symbol: M33 = &1 records changed
Text Symbol: M32 = &2 changed and &3 already converted
Text Symbol: M31 = &1 records processed,
Text Symbol: M30 = Converting table
Text Symbol: M29 = Application log created
Text Symbol: M28 = Initializing fields in table
Text Symbol: M27 = Security issue with table
Text Symbol: M26 = Converting field does not exist in table
Text Symbol: M25 = does not exist in table
Text Symbol: M24 = Field
Text Symbol: M23 = Converting table
Text Symbol: M22 = Converting field does not exist in table
Text Symbol: M21 = Converting table
Text Symbol: M19 = Initialize field
Text Symbol: M18 = Security issue with table
Text Symbol: M17 = not a supported ledger table
Text Symbol: M16 = Productive Run
Text Symbol: M15 = Test Run
Text Symbol: M13 = Conversion process already locked
Text Symbol: M12 = Cannot support both line item processes in one run
Text Symbol: M11 = Cannot keep old master data and not process it





INCLUDES used within this REPORT RFFMFG_GTAS_CONV

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 text = iv_text EXCEPTIONS OTHERS = 1.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'FMUSFGA' fieldname = lv_fieldname suppress_recordlist = 'X' TABLES return_tab = lt_return EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = lv_fieldname value_org = 'S' TABLES value_tab = return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

ENQUEUE_EFMFGCONV1 CALL FUNCTION 'ENQUEUE_EFMFGCONV1' EXPORTING mode_fmfgconv1 = 'V' mandt = sy-mandt tabname = ls_lock-tabname ryear = ls_lock-ryear EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_EFMFGCONV1 CALL FUNCTION 'ENQUEUE_EFMFGCONV1' EXPORTING mandt = sy-mandt tabname = -tabname ryear = -ryear EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EFMFGCONV1 CALL FUNCTION 'DEQUEUE_EFMFGCONV1' EXPORTING mandt = sy-mandt tabname = -tabname ryear = -ryear EXCEPTIONS OTHERS = 1.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = l_s_msg * IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = EXCEPTIONS log_not_found = 1 * MSG_INCONSISTENT = 2 * LOG_IS_FULL = 3 OTHERS = 4.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_IN_UPDATE_TASK = i_save_all = ' ' i_t_log_handle = lt_log_handle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * i_s_display_profile = l_f_display_profile i_t_log_handle = lt_log_handle.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = iv_tabname TABLES dfies_tab = lt_fields EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

TRINT_TADIR_QUERY CALL FUNCTION 'TRINT_TADIR_QUERY' EXPORTING iv_pgmid = 'R3TR' iv_object = 'TABL' iv_obj_name = lv_obj_name IMPORTING ev_devclass = lv_devclass.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = iv_tabname TABLES dfies_tab = lt_fields EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

TRINT_TADIR_QUERY CALL FUNCTION 'TRINT_TADIR_QUERY' EXPORTING iv_pgmid = 'R3TR' iv_object = 'TABL' iv_obj_name = lv_obj_name IMPORTING ev_devclass = lv_devclass.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = iv_tabname TABLES dfies_tab = lt_fields EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

TRINT_TADIR_QUERY CALL FUNCTION 'TRINT_TADIR_QUERY' EXPORTING iv_pgmid = 'R3TR' iv_object = 'TABL' iv_obj_name = lv_obj_name IMPORTING ev_devclass = lv_devclass.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = iv_tabname TABLES dfies_tab = lt_fields EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = iv_tabname TABLES dfies_tab = lt_fields EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.






TRINT_TADIR_QUERY CALL FUNCTION 'TRINT_TADIR_QUERY' EXPORTING iv_pgmid = 'R3TR' iv_object = 'TABL' iv_obj_name = lv_obj_name IMPORTING ev_devclass = lv_devclass.



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