FSBP_TC_CHECK_CUSTOMIZING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For more information, see the documentation for the IMG activity
If you would like to execute this report or see the full code listing simply enter FSBP_TC_CHECK_CUSTOMIZING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FSBP_TC_CUST_CHECK - Check Consistency of Customizing
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: P_LANGU = D .
Title: Check Consistency of Customizing
Text Symbol: V52 = Make Settings for Product Type / Assign Grouping
Text Symbol: V51 = Make Settings for Product Category
Text Symbol: V50 = Define Groupings
Text Symbol: V47 = Assign Business Partner Roles to Role Sets
Text Symbol: V46 = Determine Permissible BP Roles for Application
Text Symbol: V45 = Define Role Sets for Application
Text Symbol: V44 = Name Participating Logical Systems
Text Symbol: V43 = Define Call Context
Text Symbol: V42 = Assign ID Number Category to Logical System
Text Symbol: V40 = Assign Role Sets to Selection Variants
Text Symbol: V39 = Define Selection Variants
Text Symbol: V38 = Define Application
Text Symbol: V36 = Make Settings for Applications
Text Symbol: C08 = Grouping
Text Symbol: C06 = Context
Text Symbol: C05 = Role Set
Text Symbol: C04 = Role
Text Symbol: C03 = Logical System
Text Symbol: C02 = Selection Variant
Text Symbol: C01 = Application
INCLUDE FSBP_TC_CONST.
No SAP DATABASE tables are accessed within this REPORT code!
FSBP_TC_MESSAGE_INIT call function 'FSBP_TC_MESSAGE_INIT' exporting i_flg_check_mode = l_check_mode.
FSBP_TC_READ_CUST_GENERAL call function 'FSBP_TC_READ_CUST_GENERAL' exporting i_langu = p_langu i_check_mode = l_check_mode importing e_str_tp37 = l_str_tp37 e_tab_tp38 = l_tab_tp38 e_tab_tp38t = l_tab_tp38t e_tab_tp39 = l_tab_tp39 e_tab_tp39t = l_tab_tp39t e_tab_tp40 = l_tab_tp40 e_tab_tp41 = l_tab_tp41 e_tab_tp42 = l_tab_tp42 e_tab_tp43 = l_tab_tp43 e_tab_tp43t = l_tab_tp43t e_tab_tp44 = l_tab_tp44 e_tab_tp45 = l_tab_tp45 e_tab_tp45t = l_tab_tp45t e_tab_tp46 = l_tab_tp46 e_tab_tp46t = l_tab_tp46t e_tab_tp47 = l_tab_tp47 e_tab_tp50 = l_tab_tp50 e_tab_tp50t = l_tab_tp50t e_tab_tp51 = l_tab_tp51 e_tab_tp51t = l_tab_tp51t e_tab_tp52 = l_tab_tp52 e_tab_tp52t = l_tab_tp52t.
FSBP_TC_MESSAGE_WRITE call function 'FSBP_TC_MESSAGE_WRITE' exporting i_flg_check_mode = l_check_mode.
FSBP_TC_MESSAGE_PICK call function 'FSBP_TC_MESSAGE_PICK'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FSBP_TC_CHECK_CUSTOMIZING - Check Consistency of Customizing FSBP_TC_CHECK_CUSTOMIZING - Check Consistency of Customizing FSBP_ROLE_FIELD_ATTRIBUTES - Output of Role Attributes FSBP_ROLE_FIELD_ATTRIBUTES - Output of Role Attributes FSBP_MIGCS_MIGRATION_CHECK - Check Whether Data Conversion Is Necessary FSBP_MIGCS_MIGRATION_CHECK - Check Whether Data Conversion Is Necessary