SAP Reports / Programs | Default Risk and Limit System | Bank Components | Default Risk and Limit System(IS-B-RA-CL) SAP IS

RFTBLCHR SAP ABAP Report - Limit Management: Change Person Responsible







RFTBLCHR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report makes it possible to enter a new resubmission recipient for a list of limits, determined according to a list of diverse selection criteria...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 RFTBLCHR 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

TBLW2 - Review: Change Review Recipient


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 RFTBLCHR. "Basic submit
SUBMIT RFTBLCHR AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBLCHR 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: R_RATING = D Rating
Selection Text: R_RCID01 = D Free Characteristic 01
Selection Text: R_RCID02 = D Free Characteristic 02
Selection Text: R_RCID03 = D Free Characteristic 03
Selection Text: R_RCID04 = D Free Characteristic 04
Selection Text: R_RCID05 = D Free Characteristic 05
Selection Text: R_RCID06 = D Free Characteristic 06
Selection Text: R_RCID07 = D Free Characteristic 07
Selection Text: R_RCID08 = D Free Characteristic 08
Selection Text: R_RCID09 = D Free Characteristic 09
Selection Text: R_RCID10 = D Free Characteristic 10
Selection Text: R_RCID11 = D Free Characteristic 11
Selection Text: R_RCID12 = D Free Characteristic 12
Selection Text: R_RCID13 = D Free Characteristic 13
Selection Text: R_RCID14 = D Free Characteristic 14
Selection Text: R_RCID15 = D Free Characteristic 15
Selection Text: R_RCOUNT = D Country for Country Risk
Selection Text: R_RDEAL = D Trader
Selection Text: R_RPORTB = D Portfolio
Selection Text: R_SECTOR = D Sector
Selection Text: R_SLDFIL = D Display Filter
Selection Text: R_SLPG = D Limit Product Group
Selection Text: R_WAERS = D Currency as Limit Char.
Selection Text: S_SLA = D Limit Type
Selection Text: R_PARTNR = D Business Partner
Selection Text: R_INTORG = D Internal Organizational Unit
Selection Text: R_CRATIN = D Country Rating
Selection Text: R_COUNT = D Country
Selection Text: R_CONTRO = D Monitoring Unit
Selection Text: R_BUKRS = D Company Code
Selection Text: OLD_USER = Old Review Recipient
Selection Text: NEW_USER = New Review Recipient
Title: Limit Management: Change Person Responsible
Text Symbol: B00 = Review
Text Symbol: B01 = Selection of Limits
Text Symbol: B02 = Selection of Utilizations
Text Symbol: DE1 = Fr. Business Partner
Text Symbol: DE2 = Fr.Country Risk Ctry





Text Symbol: ERR = Lock Conflicts
Text Symbol: F01 = Program error in
Text Symbol: M01 = Direct Char.
Text Symbol: M02 = Derived Char.
Text Symbol: M03 = Free Char.
Text Symbol: M04 = Selection using Limit Char.
Text Symbol: M05 = Generated Char.
Text Symbol: P01 = Access using Validity Intervals of the Limits
Text Symbol: P02 = Access using Date on which the Utilizations were Determined
Text Symbol: P03 = Access using Characteristic Values (AND Link, All Limit Types)


INCLUDES used within this REPORT RFTBLCHR

INCLUDE FTLM_MRMDATA. "MRM
INCLUDE FTLM_NOCOUNTRY.
INCLUDE FTLM_MRMSCRM. "MRM2


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_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' IMPORTING e_partner = r_partnr-low EXCEPTIONS partner_not_found = 1 OTHERS = 2.

FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' IMPORTING e_partner = r_partnr-high EXCEPTIONS partner_not_found = 1 OTHERS = 2.

TB_RESUBUSER_CHANGE CALL FUNCTION 'TB_RESUBUSER_CHANGE' EXPORTING new_resubuser = new_user TABLES c_vtblv_neu = gt_vtblv_neu[] EXCEPTIONS err = 1 OTHERS = 2.

TB_LIMITS_LIST_ALV CALL FUNCTION 'TB_LIMITS_LIST_ALV' EXPORTING i_called_by = i_repid i_callback = con_report_alv i_detail_mode = con_display CHANGING ct_atlat = tt_atlat[] ct_atlam = tt_atlam[] ct_vtblsp_neu = ct_vtblsp[] ct_vtblv0_neu = ct_vtblv0[] EXCEPTIONS err_keyinfo = 1 err_fieldcat = 2 err_sort = 3 err_events = 4 undefined_error = 5 OTHERS = 6.

TB_LIMIT_RANGE_2_RCHAR CALL FUNCTION 'TB_LIMIT_RANGE_2_RCHAR' EXPORTING ir_sla = s_sla[] IMPORTING er_char = lt_sla EXCEPTIONS PARAM_ERROR = 1 FNAME_ERROR = 2 EXPRESSION_ERROR = 3 OTHERS = 4.

TB_LIMIT_CHARS_MAIN_GEN CALL FUNCTION 'TB_LIMIT_CHARS_MAIN_GEN' EXPORTING i_access_mode = '1' i_include_initial_values = 'X' * I_ROWS = 0 * I_CLEAR_VTBLS = 'X' * I_MAX_FIELD = ir_sldfil = lt_sldfil ir_char = lt_frange[] * IT_ENTRIES_LM = * IT_ENTRIES_LKEY = * IT_WHERE = * IMPORTING * E_MAX = CHANGING ct_vtbls = ct_vtbls[] EXCEPTIONS PARAM_ERROR = 1 FNAME_ERROR = 2 EXPRESSION_ERROR = 3 TABLE_NOT_EXISTENT = 4 OTHERS = 5.



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