SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Management(FIN-FSCM-TRM-TM-TR) SAP FIN

RFTR_FAC_COMMITM SAP ABAP Report - Facilities: Lines of Credit and Utilization







RFTR_FAC_COMMITM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Trados Memory = TR Commitments from Lines of Credit Utilization and Non-Utilization You can also select a facility according to the company code that is authorized to draw...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 RFTR_FAC_COMMITM 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

TM_60 - Line of Credit and Utilization


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 RFTR_FAC_COMMITM. "Basic submit
SUBMIT RFTR_FAC_COMMITM AND RETURN. "Return to original report after report execution complete
SUBMIT RFTR_FAC_COMMITM 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_ZUONR = D .
Selection Text: S_ZUOND = D .
Selection Text: S_WGSCHF = D .
Selection Text: S_UPUSER = D .
Selection Text: S_SGSART = D .
Selection Text: S_SFHAAR = D .
Selection Text: S_SFGTYP = D .
Selection Text: S_SAKTIV = D .
Selection Text: S_RPORTB = D .
Selection Text: S_RLDEPO = D .
Selection Text: S_RFHA = Facility
Selection Text: S_REFER = D .
Selection Text: S_RDEAL = D .
Selection Text: S_NORD = D .
Selection Text: S_MERKM = D .
Selection Text: S_KONTRH = D .
Selection Text: S_DUPDAT = D .
Selection Text: S_DELFZ = D .
Selection Text: S_DCRDAT = D .
Selection Text: S_DBLFZ = D .
Selection Text: S_CRUSER = D .
Selection Text: S_BUKRS = D .
Selection Text: P_WAERS = D .
Selection Text: P_VAR = D .
Selection Text: P_NUMBR = D .
Selection Text: P_DSTICH = D .
Selection Text: P_BUKRS2 = D .
Title: Facilities: Lines of Credit and Utilization
Text Symbol: 015 = Address of Partner
Text Symbol: 014 = ; for:
Text Symbol: 013 = Utilization Status
Text Symbol: 012 = Facility
Text Symbol: 011 = Gen.Characteristics
Text Symbol: 010 = Fac.Characteristic
Text Symbol: 009 = Entered/Last Changed by
Text Symbol: 008 = -
Text Symbol: 007 = Addnl Fields
Text Symbol: 006 = Facilities:TimePeriod:





Text Symbol: 005 = Calculation for:
Text Symbol: 004 = Wait
Text Symbol: 003 = Output Control


INCLUDES used within this REPORT RFTR_FAC_COMMITM

INCLUDE FTR_FAC_REP_TOP.
INCLUDE FTR_FAC_REP_SEL.
INCLUDE FTR_FAC_REP_C01.
INCLUDE FTR_FAC_REP_O01.
INCLUDE FTR_FAC_REP_F01.
INCLUDE FTR_FAC_REP_I01.


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