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
Below is a list of transaction codes which are relevant to this SAP report
CXB5 - Central maintenance of master data
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.
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
INCLUDE: FICACGO1, "PBO-MODULE 100
FICACGI1, "PAI-MODULE 100
FICACGO2, "PBO-MODULE 200
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICACG10 - Central Maintenance of Global Parameter FICACG10 - Central Maintenance of Global Parameter FICACG0S - Anforderungbild generiert FICACG00 - Generate Authorizations for Consolidation Group FICACG00 - Generate Authorizations for Consolidation Group FICA==========================S - documentation and ABAP source code