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

RFTBLT01 SAP ABAP Report - Generation of Limit Record Tables for Limit Types







RFTBLT01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generation of Limit Record Tables Per Limit Type The program is basically a framework for function module TB_LIMIT_CHARS_GEN_TABLES 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 RFTBLT01 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

TBLT01 - Limit: Generate Table for Lim. Types


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 RFTBLT01. "Basic submit
SUBMIT RFTBLT01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBLT01 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: S_SLA = D Limit Type
Title: Generation of Limit Record Tables for Limit Types
Text Symbol: 001 = Generation of Limit Record Tables
Text Symbol: S01 = Selections


INCLUDES used within this REPORT RFTBLT01

No INCLUDES are used within this REPORT code!


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:

TB_LIMITTYPE_RANGE_READ CALL FUNCTION 'TB_LIMITTYPE_RANGE_READ' EXPORTING ir_sla = s_sla[] IMPORTING et_atla = lt_atla[].

BAL_GLB_SEARCH_LOG CALL FUNCTION 'BAL_GLB_SEARCH_LOG' EXPORTING i_s_log_filter = l_lfil * I_T_LOG_CONTEXT_FILTER = * I_T_LOG_HANDLE = IMPORTING e_t_log_handle = lt_loghandle[] EXCEPTIONS log_not_found = 1.

BAL_GLB_MEMORY_REFRESH CALL FUNCTION 'BAL_GLB_MEMORY_REFRESH' EXPORTING * I_AUTHORIZATION = i_refresh_all = ' ' i_t_logs_to_be_refreshed = lt_loghandle[] EXCEPTIONS not_authorized = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_logheader IMPORTING e_log_handle = lt_loghandle.

TB_LIMIT_CHARS_GEN_TABLES CALL FUNCTION 'TB_LIMIT_CHARS_GEN_TABLES' EXPORTING it_sla = lt_atla[] * I_MANDT = i_loghandle = lt_loghandle I_FORCE_GEN = 'X' EXCEPTIONS get_error = 1 activate_error = 2 check_error = 3 enqueue_error = 4 OTHERS = 5.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_DISPLAY_PROFILE = i_t_log_handle = lt_loghandle[] * I_T_MSG_HANDLE = * I_S_LOG_FILTER = * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = ' ' * IMPORTING * E_S_EXIT_COMMAND = * EXCEPTIONS * PROFILE_INCONSISTENT = 1 * INTERNAL_ERROR = 2 * NO_DATA_AVAILABLE = 3 * NO_AUTHORITY = 4 * OTHERS = 5 .

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = lt_loghandle EXCEPTIONS log_not_found = 1 OTHERS = 2.



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