SAP Reports / Programs

FICACG10 SAP ABAP Report - Central Maintenance of Global Parameter







FICACG10 is a standard Executable ABAP Report 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 FICACG10 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

CXB5 - Central maintenance of master data


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 FICACG10. "Basic submit
SUBMIT FICACG10 AND RETURN. "Return to original report after report execution complete
SUBMIT FICACG10 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: PA_ROLLE = D Role
Selection Text: SO_USER = D User
Title: Central Maintenance of Global Parameter
Text Symbol: 001 = Do you want to save the changes?
Text Symbol: 002 = Maintenance of global parameters
Text Symbol: 003 = Select user
Text Symbol: B01 = User selection


INCLUDES used within this REPORT FICACG10

INCLUDE: FICACGO1, "PBO-MODULE 100
FICACGI1, "PAI-MODULE 100
FICACGO2, "PBO-MODULE 200


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:

PRGN_1252_READ_ORG_LEVELS call function 'PRGN_1252_READ_ORG_LEVELS' exporting activity_group = pa_rolle tables org_levels = lt_org_levels exceptions no_data_available = 1 others = 2.

FC_GLOBAL_PARAMETERS_IMPORT call function 'FC_GLOBAL_PARAMETERS_IMPORT' exporting e_uname = ls_agr_user-uname importing i_dimen = gs_tabcon-dimen i_congr = gs_tabcon-congr i_bunit = gs_tabcon-bunit i_itclg = gs_tabcon-itclg i_rldnr = gs_tabcon-rldnr i_rvers = gs_tabcon-rvers i_ryear = gs_tabcon-ryear i_perid = gs_tabcon-perid.

PRGN_ACTIVITY_GROUPS_F4_HELP call function 'PRGN_ACTIVITY_GROUPS_F4_HELP' exporting ranges_parameter_for_select = pa_rolle importing selected_value = pa_rolle exceptions no_activity_group_selected = 1 others = 2.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_repid dynumb = l_dynnr tables dynpfields = lt_dynpread.

SUSR_USER_ADDRESS_READ call function 'SUSR_USER_ADDRESS_READ' exporting user_name = ls_value_tab-uname importing user_address = ls_user_address user_usr03 = ls_user_usr03 exceptions user_address_not_found = 1 others = 2.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = 'UNAME' * PVALKEY = ' ' dynpprog = l_repid dynpnr = l_dynnr dynprofield = i_dynpr_field * STEPL = 0 window_title = text-003 * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' tables value_tab = lt_value_tab.

PRGN_AUTH_ASSIGN_USERS_TO_AGR call function 'PRGN_AUTH_ASSIGN_USERS_TO_AGR' exporting activity_group = pa_rolle select_users = 'X' show_error_messages = ' ' TABLES "mix060212 I_AGR_USERS = lt_agr_users "mix060212 exceptions not_authorized = 1 activity_group_without_users = 2 others = 3.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'DIMEN' e_dimen = '*' * E_CONGR = '' * E_BUNIT = '' * E_RVERS = '' * E_CACTT = '' * E_CACTI = '' e_actvt = '03' * E_ITCLG = '' * E_FIELD = '' * ET_BUNIT = * ET_RA_BUNIT = * IMPORTING * I_RETURNCODE = exceptions exc_no_permission = 1 exc_wrong_usage = 2 others = 3.



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