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

RFTBLD03 SAP ABAP Report - Delete Limits







RFTBLD03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RFTBLD03 deletes the limits you selected in the selection screen, and the objects that belong to them...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 RFTBLD03 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

TBL10 - Treasury: Delete Limits


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 RFTBLD03. "Basic submit
SUBMIT RFTBLD03 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBLD03 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_CHDOCS = Delete Change Documents
Selection Text: P_NOTICE = Delete Notes
Selection Text: P_TEST = Test Run Only
Selection Text: P_UTILS = Check for Utilizations
Selection Text: R_BUKRS = D Company Code
Selection Text: R_CONTRO = D Monitoring Unit
Selection Text: R_COUNT = D Country
Selection Text: R_CRAT = D Country Rating
Selection Text: R_INTORG = D Internal Organizational Unit
Selection Text: R_PARTNR = D Business Partner
Selection Text: R_RATING = D Rating
Selection Text: R_RCID01 = D Country Group
Selection Text: R_RCID02 = D Maturity Band
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: S_WAERS = D Limit Currency
Selection Text: S_SLE = D Determination Procedure
Selection Text: S_SLA = D Limit Type
Selection Text: S_DLVE = D Validity End Date
Selection Text: S_DLVB = D Valid From Date
Selection Text: R_WAERS = D Currency as Limit Char.
Selection Text: R_SLPG = D Limit Product Group
Selection Text: R_SLDFIL = D Display Filter
Selection Text: R_SECTOR = D Sector
Selection Text: R_RPORTB = D Portfolio
Selection Text: R_RDEAL = D Traders
Selection Text: R_RCOUNT = D Country for Country Risk
Selection Text: R_RCID15 = D Free Characteristic 15
Selection Text: R_RCID14 = D Free Characteristic 14
Selection Text: R_RCID13 = D Free Characteristic 13
Selection Text: R_RCID12 = D Free Characteristic 12
Selection Text: R_RCID11 = D Free Characteristic 11
Selection Text: R_RCID10 = D Free Characteristic 10
Selection Text: R_RCID09 = D Free Characteristic 09





Title: Delete Limits
Text Symbol: TL1 = Overview
Text Symbol: T04 = Review
Text Symbol: T03 = Performance-Critical Parameters
Text Symbol: T02 = Selection of Limits by Key Date
Text Symbol: T01 = Selection of Limits by Validity Interval
Text Symbol: DE1 = From Business Partner
Text Symbol: DE2 = From Country for Country Risk
Text Symbol: DUM =
Text Symbol: EXP = SAPLTBL1
Text Symbol: F01 = System error in
Text Symbol: FE0 = Undefined error ==> inform SAP
Text Symbol: FE1 = Error in list output
Text Symbol: FE2 = Program error in
Text Symbol: FE3 = Form PICKUP_EXPOSURE --> Notify SAP
Text Symbol: FE4 = Rtrn Code =
Text Symbol: FE5 = Form CALL_PARTNER --> Notify SAP
Text Symbol: FE6 = Error generating fld catalog in
Text Symbol: FE7 = Form BUILD_FIELDCAT
Text Symbol: FE8 = Form GET_KEYINFO,
Text Symbol: FEB = No Authorization
Text Symbol: L00 = Program started at:
Text Symbol: L01 = Program ended at:
Text Symbol: L02 = Runtime of program:
Text Symbol: L03 = Selection:
Text Symbol: L04 = Checks:
Text Symbol: L06 = Delete:
Text Symbol: L07 = Other:
Text Symbol: M01 = Direct Characteristics
Text Symbol: M02 = Derived Characteristics
Text Symbol: M03 = Free Char.
Text Symbol: M04 = Selection using Limit Char.
Text Symbol: M05 = Generated Char.
Text Symbol: PFL = LISTTOOL
Text Symbol: Q00 = Delete limits - this is not a test run
Text Symbol: Q01 = Do you really want to delete the limits?
Text Symbol: R00 = Limits are locked - unable to delete them
Text Symbol: R01 = Limits were selected for deletion
Text Symbol: R02 = Limits have utilizations - deletion is not possible





Text Symbol: R03 = Limits have limit transfers - deletion is not possible
Text Symbol: R04 = Limits were deleted
Text Symbol: R05 = Interim limits for limits were deleted
Text Symbol: R06 = Notes for limits were deleted
Text Symbol: R07 = Change documents deleted
Text Symbol: R0E = Limits were not processed; error occurred
Text Symbol: R0T = Deletion was simulated; test run only
Text Symbol: S01 = Basic Settings
Text Symbol: S02 = General Access Options
Text Symbol: ST1 = &1 record of &2 checked


INCLUDES used within this REPORT RFTBLD03

INCLUDE FTLM_MRMDATA. "MRM
INCLUDE FTLM_NOCOUNTRY.
INCLUDE FTLM_MRMSCRM.


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_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING ID = 'SELECTION' EXCEPTIONS OTHERS = 0.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING ID = 'WORK' EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-Q00 TEXT_QUESTION = TEXT-Q01 ICON_BUTTON_1 = 'ICON_OKAY' ICON_BUTTON_2 = 'ICON_COLUMN_RIGHT' IMPORTING ANSWER = ANSWER EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

TB_LIMIT_ALL_CHARACTERISTICS CALL FUNCTION 'TB_LIMIT_ALL_CHARACTERISTICS' TABLES R_SLDFIL = R_SLDFIL T_VTBLV = T_VTBLV T_VTBLS = T_VTBLS * S_DLVB = S_DLVB * S_DLVE = S_DLVE S_SLA = S_SLA S_RLV = S_RLV S_WAERS = S_WAERS S_SLE = S_SLE IT_FRANGE = LT_FRANGE EXCEPTIONS NO_ENTRIES = 1 OTHERS = 2.

TB_LIMIT_GET_TYPENAMES CALL FUNCTION 'TB_LIMIT_GET_TYPENAMES' TABLES T_VTBLS = T_VTBLS T_ATLAT = T_ATLAT T_ATLAM = T_ATLAM EXCEPTIONS NO_TYPE = 1 OTHERS = 2.

TB_LIMIT_AUTHORITY_CHECK CALL FUNCTION 'TB_LIMIT_AUTHORITY_CHECK' EXPORTING I_ACTVT = '02' "Change/update/delete? TABLES T_ATLAT = T_ATLAT T_ATLAM = T_ATLAM T_VTBLS = T_VTBLS T_VTBLV = T_VTBLV EXCEPTIONS OTHERS = 1.

TB_LIMITSETS_ENQUEUE CALL FUNCTION 'TB_LIMITSETS_ENQUEUE' EXPORTING I_CREATE = XFALSE I_SLA = T_VTBLV-SLA EXCEPTIONS ENQUEUE = 1 OTHERS = 2.

TB_LIMITS_ENQUEUE CALL FUNCTION 'TB_LIMITS_ENQUEUE' EXPORTING SLA = T_VTBLV-SLA EXCEPTIONS ENQUEUE = 1 OTHERS = 2.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING TEXT = MSG_TXT EXCEPTIONS OTHERS = 0.

NOTICE_EXISTS CALL FUNCTION 'NOTICE_EXISTS' EXPORTING X_OBJECT = 'VTBLV' X_KEY = L_NOTEKEY IMPORTING Y_EXIST = L_EXIST.




TB_NOTICES_DELETE CALL FUNCTION 'TB_NOTICES_DELETE' EXPORTING IT_VTBLV = T_VTBLV_NOTICE[].

TB_LIMIT_CHARS_DELETE CALL FUNCTION 'TB_LIMIT_CHARS_DELETE' EXPORTING IT_LSKEY = LT_VTBLS_DEL[] EXCEPTIONS ERROR_TABLE = 1 OTHERS = 2.

TB_LIMITSETS_DEQUEUE CALL FUNCTION 'TB_LIMITSETS_DEQUEUE' EXPORTING I_SLA = T_VTBLS-SLA.

TB_LIMITS_DEQUEUE CALL FUNCTION 'TB_LIMITS_DEQUEUE' EXPORTING SLA = T_VTBLV-SLA.



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