SAP Reports / Programs

SAPDBFTLM_DB01 SAP ABAP Report - Logical Database FTLM_DB02: Database Program







SAPDBFTLM_DB01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Logical Database for Master Data in Limit Management: Limits and Limit Utilizations The logical database FTLM_DB02 groups the selection options for the following overview reports: RFTBLL01: Overview of limits RFTBLE02: Overview of limit utilizations - Selection using all characteristics RFTBIL01: Overview of limit utilizations (single records) This enables you to run user-specific reports in the limit management area using SAP Query...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 SAPDBFTLM_DB01 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 SAPDBFTLM_DB01. "Basic submit
SUBMIT SAPDBFTLM_DB01 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBFTLM_DB01 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: S_DLVB = D Valid From
Selection Text: S_DLVE = D Valid To
Selection Text: S_INTORG = D Internal Organizational Unit
Selection Text: S_PARTNR = D Business Partner
Selection Text: S_RATING = D Rating
Selection Text: S_RCID01 = D Free Characteristic 01
Selection Text: S_RCID02 = D Free Characteristic 02
Selection Text: S_RCID03 = D Free Characteristic 03
Selection Text: S_RCID04 = D Free Characteristic 04
Selection Text: S_RCID05 = D Free Characteristic 05
Selection Text: S_RCID06 = D Free Characteristic 06
Selection Text: S_RCID07 = D Free Characteristic 07
Selection Text: S_RCID08 = D Free Characteristic 08
Selection Text: S_RCID09 = D Free Characteristic 09
Selection Text: S_RCID10 = D Free Characteristic 10
Selection Text: S_RCID11 = D Free Characteristic 11
Selection Text: S_RCID12 = D Free Characteristic 12
Selection Text: S_RCID13 = D Free Characteristic 13
Selection Text: S_RCID14 = D Free Characteristic 14
Selection Text: S_RCID15 = D Free Characteristic 15
Selection Text: S_RCOUNT = D Country for Country Risk
Selection Text: S_RDEALE = D Trader
Selection Text: S_RESUBD = D Review Date
Selection Text: S_RESUBU = D Review Recipient
Selection Text: S_RPORTB = D Portfolio
Selection Text: S_SECTOR = D Industry
Selection Text: S_SLA = D Limit Type
Selection Text: S_SLDFIL = D Display Filter
Selection Text: S_SLE = D Determination Procedure
Selection Text: S_SLI = D Status of Limit Utilization
Selection Text: S_SLPG = D Limit Product Group
Selection Text: S_VLI = D Limit Utiliz. Validity Date
Selection Text: S_WAERS = D Currency as Limit Char.
Selection Text: S_WLIMIT = D Limit Currency
Selection Text: S_CRAT = D Country Rating
Selection Text: S_COUNTR = D Country
Selection Text: S_CONT01 = D Monitoring Unit
Selection Text: S_BUKRS = D Company Code





Selection Text: P_RBD = Warning When RCP is Exceeded
Selection Text: P_NODEL = Only LT Without Deletion Flag
Selection Text: P_EXONLY = Only Exceeded Limits
Selection Text: P_EXC = Warning when Limit Exceeded
Selection Text: P_DLI = D Determination Date
Selection Text: P_CURR = Display Currency
Selection Text: P_CALCHE = Utilization only on Workdays
Selection Text: P_AKT = D Latest Determination Date
Title: Logical Database FTLM_DB02: Database Program
Text Symbol: DE1 = Fr. Business Partner
Text Symbol: DE2 = Fr.Country Risk Ctry
Text Symbol: E01 = Selection Screen w/o Limit Currency
Text Symbol: EXC = Exception Reporting Control
Text Symbol: F01 = Serious error in
Text Symbol: F02 = Form READ_EXPOSURES
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: S02 = General Access Options
Text Symbol: SAP = --> Notify SAP
Text Symbol: T01 = Selection of Limits by Validity Interval
Text Symbol: T02 = Latest. Det. per LT
Text Symbol: T03 = Selection of Utilizations
Text Symbol: T04 = Review
Text Symbol: T06 = Determ. Date
Text Symbol: T07 = Output Control
Text Symbol: T08 = Or
Text Symbol: W03 = Display Crcy
Text Symbol: W05 = Round. Factor


INCLUDES used within this REPORT SAPDBFTLM_DB01

INCLUDE DBFTLM_DB01TOP . " HEADER
INCLUDE DBFTLM_DB01NXXX . " ALL SYSTEM ROUTINES


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:

No SAP FUNCTION MODULES are executed within this report code!



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