SAP Reports / Programs | Financial Services | Business Partner(FS-BP) SAP FS

FSBP_TC_CHECK_CUSTOMIZING SAP ABAP Report - Check Consistency of Customizing







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 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 FSBP_TC_CHECK_CUSTOMIZING 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

FSBP_TC_CUST_CHECK - Check Consistency of Customizing


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 FSBP_TC_CHECK_CUSTOMIZING. "Basic submit
SUBMIT FSBP_TC_CHECK_CUSTOMIZING AND RETURN. "Return to original report after report execution complete
SUBMIT FSBP_TC_CHECK_CUSTOMIZING 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: 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


INCLUDES used within this REPORT FSBP_TC_CHECK_CUSTOMIZING

INCLUDE FSBP_TC_CONST.


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:

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'.



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