RFTBLL01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report gives an overview of the maintained limits and allows you to branch to utilizations per limit, partner display, and change-document display...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 RFTBLL01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TBL3 - Limits: Overview
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.
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 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_DLVB = D Valid From
Selection Text: S_DLVE = D Valid To
Selection Text: S_SLA = D Limit Type
Selection Text: S_SLE = D Determination Procedure
Selection Text: S_WAERS = D Limit Currency
Selection Text: R_BUKRS = D Company Code
Selection Text: RSM = Display Review Data
Selection Text: RES_USER = Recipient
Selection Text: RES_DATE = Review Date
Selection Text: P_DATE = D Valid To
INCLUDE FTLM_MRMDATA. "MRM
INCLUDE FTLM_NOCOUNTRY.
INCLUDE FTLM_MRMSCRM. "MRM2
No SAP DATABASE tables are accessed within this REPORT code!
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.
CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING ID = 'SELECTION' EXCEPTIONS OTHERS = 0.
TB_LIMITVALUES_GET * CALL FUNCTION 'TB_LIMITVALUES_GET' * TABLES * R_SLA = S_SLA * R_RLV = S_RLV * R_SLE = S_SLE * R_DLVB = S_DLVB * R_DLVE = S_DLVE * R_WAERS = S_WAERS * R_PARTNR = S_PARTNR * T_ATLAT = T_ATLAT * T_ATLAM = T_ATLAM * T_VTBLS = T_VTBLS * T_VTBLV = T_VTBLV * EXCEPTIONS * LT_NOT_FOUND = 1 * OTHERS = 2.
TB_LIMIT_AUTHORITY_CHECK CALL FUNCTION 'TB_LIMIT_AUTHORITY_CHECK' EXPORTING I_ACTVT = '03' "Anzeige TABLES T_ATLAT = T_ATLAT T_ATLAM = T_ATLAM T_VTBLS = T_VTBLS T_VTBLV = T_VTBLV EXCEPTIONS OTHERS = 1.
TB_CHECK_NOTICES_EXIST * CALL FUNCTION 'TB_CHECK_NOTICES_EXIST' * CHANGING * CT_VTBLV0 = GT_VTBLV0_NEU[] * CT_VTBLSP = GT_VTBLSP_NEU[] * EXCEPTIONS * OTHERS = 1.
TB_CHECK_NOTICES_EXIST_NEW CALL FUNCTION 'TB_CHECK_NOTICES_EXIST_NEW' CHANGING CT_VTBLV0 = GT_VTBLV0_NEU[] CT_VTBLSP = GT_VTBLSP_NEU[] EXCEPTIONS OTHERS = 1.
TB_CHECK_LOCKS_EXIST CALL FUNCTION 'TB_CHECK_LOCKS_EXIST' CHANGING CT_VTBLSP = GT_VTBLSP_NEU[].
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 = T_ATLAT[] CT_ATLAM = T_ATLAM[] CT_VTBLSP_NEU = GT_VTBLSP_NEU[] CT_VTBLV0_NEU = GT_VTBLV0_NEU[] EXCEPTIONS ERR_KEYINFO = 1 ERR_FIELDCAT = 2 ERR_SORT = 3 ERR_EVENTS = 4 UNDEFINED_ERROR = 5 OTHERS = 6.
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_RESUBUSER = RES_USER S_RESUBDATE = RES_DATE 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.
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 RFTBLL01 or its description.
RFTBLL01 - Overview of Limits RFTBLL01 - Overview of Limits RFTBLIM_IDOC_GEN - Creation of IDOCs - Export of Limit Master Data RFTBLIM_IDOC_GEN - Creation of IDOCs - Export of Limit Master Data RFTBLIM1 - Import Limits and Interim Limits from Local File RFTBLIM1 - Import Limits and Interim Limits from Local File