SAP Reports / Programs

RFTBLE02_GRID SAP ABAP Report - Limit Management: Overview of Utilizations







RFTBLE02_GRID is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFTBLE02_GRID into the relevant SAP transactions such as SE38 or SE80


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 RFTBLE02_GRID. "Basic submit
SUBMIT RFTBLE02_GRID AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBLE02_GRID 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_SLA = D Limit Type
Selection Text: P_VAR = D Layout
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 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 Industry
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_SLA = D Limit Type
Selection Text: S_SLI = D Status of Limit Utilization
Selection Text: S_VLI = D Limit Utiliz. Validity Date
Selection Text: P_RBD = Warning When RCP is Exceeded
Selection Text: P_LEER = D Limits Without Utilizations
Selection Text: P_EXPLUS = Only Exceeded Char. Combinat.
Selection Text: P_EXONLY = Only Exceeded Limits





Selection Text: P_EXC = Warning When Limit is Exceeded
Selection Text: P_DLI = D Determination Date
Selection Text: P_DATBIS = D Limits Valid From
Selection Text: P_CURR = Display Currency
Selection Text: P_AKT = D Latest Determination Date
Title: Limit Management: Overview of Utilizations
Text Symbol: M04 = Selection of Limits
Text Symbol: M03 = Free Char.
Text Symbol: M02 = Derived Char.
Text Symbol: M01 = Direct Char.
Text Symbol: L02 = Determ. Date
Text Symbol: L01 = Lim. Type
Text Symbol: F02 = Form READ_EXPOSURES
Text Symbol: F01 = Serious error in
Text Symbol: EXC = Exception Reporting Control
Text Symbol: DUM =
Text Symbol: DE2 = Fr.Country Risk Ctry
Text Symbol: DE1 = Fr. Business Partner
Text Symbol: M05 = Generated Char.
Text Symbol: S02 = General Access Options
Text Symbol: SAP = --> Notify SAP
Text Symbol: T01 = Determ. Date
Text Symbol: T02 = Latest. Det. per LT
Text Symbol: T03 = Selection of Utilizations
Text Symbol: T04 = Or
Text Symbol: T05 = Output Control
Text Symbol: T07 = Address Line
Text Symbol: VAR = Display Layout
Text Symbol: W03 = Display Crcy
Text Symbol: W05 = Round. Factor


INCLUDES used within this REPORT RFTBLE02_GRID

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:

TB_LIMIT_ALV_CREATE_OUTTAB CALL FUNCTION 'TB_LIMIT_ALV_CREATE_OUTTAB' EXPORTING CONSIDER_EXC = P_EXC CONSIDER_RBD = P_RBD TABLES T_VTBLVI0 = T_VTBLVI0 IT_VTBLVI0 = HT_VTBLVI0 EXCEPTIONS OTHERS = 1.

TB_LIMIT_EXCEPTIONS_ONLY CALL FUNCTION 'TB_LIMIT_EXCEPTIONS_ONLY' EXPORTING I_EXONLY = P_EXONLY I_EXPLUS = P_EXPLUS CHANGING CT_VTBLSP = T_VTBLSP[] CT_VTBLVI0 = IT_VTBLVI0[].






TB_LIMIT_READ_PARTNER * CALL FUNCTION 'TB_LIMIT_READ_PARTNER' * EXPORTING * IT_ATLAT = T_ATLAT[] * CHANGING * CT_VTBLSP = T_VTBLSP[] * EXCEPTIONS * OTHERS = 1.

TB_LIMIT_CUSTOMER_CHAR_TEXTS CALL FUNCTION 'TB_LIMIT_CUSTOMER_CHAR_TEXTS' CHANGING C_T_VTBLSP = T_VTBLSP[] EXCEPTIONS OTHERS = 1.

TB_CHECK_LOCKS_EXIST CALL FUNCTION 'TB_CHECK_LOCKS_EXIST' CHANGING CT_VTBLSP = T_VTBLSP[].

TB_LIMIT_ADD_RELTEXT CALL FUNCTION 'TB_LIMIT_ADD_RELTEXT' EXPORTING I_RELSTATE = IT_VTBLVI0-RELSTATE IMPORTING E_RELTEXT = IT_VTBLVI0-RELTEXT EXCEPTIONS OTHERS = 1.

FSBP_READ_ADDRESS_PRINT_SHORT CALL FUNCTION 'FSBP_READ_ADDRESS_PRINT_SHORT' EXPORTING I_PARTNER = IT_VTBLVI0-PARTNR IMPORTING * ADDRESS_SHORT_FORM = ADDRESS_SHORT_FORM_S = L_LINEK EXCEPTIONS ADDRESS = 1 PARTNER = 2 NO_ADDRESS = 3 OTHERS = 4.

TB_LIMIT_ALL_CHARACTERISTICS CALL FUNCTION 'TB_LIMIT_ALL_CHARACTERISTICS' TABLES R_SLDFIL = R_SLDFIL T_VTBLV = T_VTBLV T_VTBLS = T_VTBLS S_SLA = S_SLA IT_FRANGE = LT_FRANGE EXCEPTIONS NO_ENTRIES = 1 OTHERS = 2.

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

TB_EXPOSURES_GET_SUMS CALL FUNCTION 'TB_EXPOSURES_GET_SUMS' EXPORTING IT_VTBLV = T_VTBLV[] IR_SLI = S_SLI[] IR_VLI = S_VLI[] I_DLI = P_DLI I_ACTUAL = P_AKT I_CURR = P_CURR CHANGING CT_VTBLIS = T_VTBLIS[] CT_VTBLVI0 = T_VTBLVI0[] EXCEPTIONS LT_NOT_FOUND = 1 OTHERS = 2.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = L_DATE FOREIGN_AMOUNT = C_VTBLV-BLIMIT FOREIGN_CURRENCY = U_WLIMIT LOCAL_CURRENCY = U_CURR TYPE_OF_RATE = g_kurslm IMPORTING LOCAL_AMOUNT = C_VTBLV-BLIMIT EXCEPTIONS NO_RATE_FOUND = 1 OVERFLOW = 2 NO_FACTORS_FOUND = 3 NO_SPREAD_FOUND = 4 DERIVED_2_TIMES = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = L_DATE FOREIGN_AMOUNT = C_VTBLV-ELIMIT FOREIGN_CURRENCY = U_WLIMIT LOCAL_CURRENCY = U_CURR TYPE_OF_RATE = g_kurslm IMPORTING LOCAL_AMOUNT = C_VTBLV-ELIMIT EXCEPTIONS NO_RATE_FOUND = 1 OVERFLOW = 2 NO_FACTORS_FOUND = 3 NO_SPREAD_FOUND = 4 DERIVED_2_TIMES = 5 OTHERS = 6.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = I_STRUCTURE_NAME = CON_VTBLVI0_STRUC * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING CT_FIELDCAT = GT_FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

TB_LIMIT_ADD_RELTEXT_TO_FC CALL FUNCTION 'TB_LIMIT_ADD_RELTEXT_TO_FC' EXPORTING I_TABNAME = CON_VTBLVI0_INTTAB * I_CALLEDBY = CHANGING CT_FIELDCAT = GT_FIELDCAT[].

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = G_REPID * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' I_CALLBACK_HTML_TOP_OF_PAGE = 'HTML_TOP_OF_PAGE' * I_CALLBACK_HTML_END_OF_LIST = ' ' I_STRUCTURE_NAME = CON_VTBLVI0_STRUC * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = IT_EVENTS = GT_EVENTS[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_ADD_FIELDCAT = * IT_HYPERLINK = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = IT_VTBLVI0_NEW EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE[].

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 1 IMPORTING ET_EVENTS = CT_EVENTS.



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