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

RFTBLD02 SAP ABAP Report - Treasury: Delete Data for a Limit Type







RFTBLD02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program deletes the limits and utilizations for the specified limit type...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 RFTBLD02 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

TBL7 - Limit Type: Delete Data


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 RFTBLD02. "Basic submit
SUBMIT RFTBLD02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBLD02 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_SNGL = Delete Single Records
Selection Text: S_SLA = Limit Types
Title: Treasury: Delete Data for a Limit Type
Text Symbol: DNE = Data for limit type & was deleted
Text Symbol: LAT = Limit Type
Text Symbol: NON = There is no data to be deleted
Text Symbol: TT1 = Do you want to delete the data for this limit type?


INCLUDES used within this REPORT RFTBLD02

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_EXPOSURE_ENQUEUE CALL FUNCTION 'TB_EXPOSURE_ENQUEUE' EXPORTING i_sla = u_sla EXCEPTIONS enqueue = 1 OTHERS = 2.

TB_LIMIT_CHARS_MAIN * CALL FUNCTION 'TB_LIMIT_CHARS_MAIN' * EXPORTING * I_ACCESS_MODE = '4' * I_ROWS = 1 * I_LS = L_LS * CHANGING * CT_VTBLS = LT_LS[].

TB_LIMIT_LSTRUC_2_RCHAR CALL FUNCTION 'TB_LIMIT_LSTRUC_2_RCHAR' EXPORTING i_ls = l_ls IMPORTING er_char = l_t_r_char.

TB_LIMIT_CHARS_MAIN_GEN CALL FUNCTION 'TB_LIMIT_CHARS_MAIN_GEN' EXPORTING i_access_mode = '1' i_rows = 1 ir_char = l_t_r_char CHANGING ct_vtbls = lt_ls[] EXCEPTIONS param_error = 1 fname_error = 2 expression_error = 3 table_not_existent = 4 OTHERS = 5.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = h_title * DIAGNOSE_OBJECT = ' ' text_question = h_text * TEXT_BUTTON_1 = 'Ja'(001) icon_button_1 = 'ICON_OKAY' * TEXT_BUTTON_2 = 'Nein'(002) icon_button_2 = 'ICON_COLUMN_RIGHT' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = h_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

TB_NOTICES_DELETE CALL FUNCTION 'TB_NOTICES_DELETE' EXPORTING it_vtblv = lt_vtblv[].

TB_LIMIT_CHARS_DELETE CALL FUNCTION 'TB_LIMIT_CHARS_DELETE' EXPORTING i_sla = u_sla EXCEPTIONS error_table = 1 OTHERS = 2.

CHANGEDOCUMENT_DELETE CALL FUNCTION 'CHANGEDOCUMENT_DELETE' EXPORTING client = sy-mandt objectclass = c_objectclass objectid = h_objectid up_to_date = c_date_max with_commit = xfalse disable_authority_check = xtrue EXCEPTIONS OTHERS = 1.

CHANGEDOCUMENT_DELETE CALL FUNCTION 'CHANGEDOCUMENT_DELETE' EXPORTING client = sy-mandt objectclass = c_objectclass_vtbll objectid = h_objectid up_to_date = c_date_max with_commit = xfalse disable_authority_check = xtrue EXCEPTIONS OTHERS = 1.

TB_EXPOSURE_DEQUEUE CALL FUNCTION 'TB_EXPOSURE_DEQUEUE' EXPORTING i_sla = u_sla EXCEPTIONS OTHERS = 1.



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