SAP Reports / Programs

RFTBLL01 SAP ABAP Report - Overview of Limits







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

TBL3 - Limits: Overview


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 RFTBLL01. "Basic submit
SUBMIT RFTBLL01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBLL01 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_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





Selection Text: PR_DLV = Selection:
Selection Text: PR_DLI = Selection:
Title: Overview of Limits
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: 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: PFL = LISTTOOL
Text Symbol: S02 = General Access Options
Text Symbol: T01 = Selection of Limits by Validity Interval
Text Symbol: T02 = Selection of Limits by Key Date
Text Symbol: T03 = Performance-Critical Parameters
Text Symbol: T04 = Review
Text Symbol: TL1 = Overview


INCLUDES used within this REPORT RFTBLL01

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_PROGRESS_INDICATOR





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.



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