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

FSBP_TC_STATUS_CHANGE SAP ABAP Report - Change Status of Total Commitment and Applications







FSBP_TC_STATUS_CHANGE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to determine the status for the 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_STATUS_CHANGE 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_STATUS - Change Status of Total Commitment


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_STATUS_CHANGE. "Basic submit
SUBMIT FSBP_TC_STATUS_CHANGE AND RETURN. "Return to original report after report execution complete
SUBMIT FSBP_TC_STATUS_CHANGE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Change Status of Total Commitment and Applications
Text Symbol: 001 = Total Commitment
Text Symbol: 002 = Active <-> Inactive
Text Symbol: 003 = Relevant
Text Symbol: 004 = Not Relevant


INCLUDES used within this REPORT FSBP_TC_STATUS_CHANGE

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_SERV_DOMAIN_FIX_VALUES call function 'FSBP_TC_SERV_DOMAIN_FIX_VALUES' exporting i_domname = l_domname importing e_tab_dd07v = l_tab_dd07v exceptions others = 0.

FSBP_TC_READ_CUST_GENERAL call function 'FSBP_TC_READ_CUST_GENERAL' exporting i_check_mode = con_true importing e_str_tp37 = l_str_tp37 e_tab_tp38 = l_tab_tp38 e_tab_tp38t = l_tab_tp38t.

FSBP_TC_SERV_STATUS call function 'FSBP_TC_SERV_STATUS' exporting i_appl = l_str_tp38_hide-appl.

FSBP_TC_MESSAGE_OUT call function 'FSBP_TC_MESSAGE_OUT' exporting i_msgty = con_msgty_success.



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