RFAC_DRAWDOWNS_4_DISPLAY SAP (Drawdowns with display information) Structure details

Dictionary Type: Structure
Description: Drawdowns with display information




ABAP Code to SELECT data from RFAC_DRAWDOWNS_4_DISPLAY
Related tables to RFAC_DRAWDOWNS_4_DISPLAY
Access table RFAC_DRAWDOWNS_4_DISPLAY




Structure field list including key, data, relationships and ABAP select examples

RFAC_DRAWDOWNS_4_DISPLAY is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Drawdowns with display information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RFAC_DRAWDOWNS_4_DISPLAY TYPE RFAC_DRAWDOWNS_4_DISPLAY.

The RFAC_DRAWDOWNS_4_DISPLAY table consists of various fields, each holding specific information or linking keys about Drawdowns with display information data available in SAP. These include LOAN_NUMBER (Contract Number), EXT_STATUS (Status of data record), EXT_STATUS_TEXT (External Status Description), PRODUCT_TYPE (Product Type).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RFAC_DRAWDOWNS_4_DISPLAY structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LOAN_NUMBERContract Number RANLCHAR13ALPHARANLRAN
EXT_STATUSStatus of data record SSTATINUMC2Assigned to domainSTATI
EXT_STATUS_TEXTExternal Status Description TB_FACILITY_EXT_STATUS_TEXTCHAR30XTEXT30
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
PRODUCT_TYPE_TEXTProduct Type Description TB_FACILITY_PRODUCT_TYPE_TEXTCHAR30TEXT30
LOAN_TYPELoan Type Indicator STITELNUMC3Assigned to domainSTITEL
LOAN_TYPE_TEXTLoan Type Description TB_FACILITY_LOAN_TYPE_TEXTCHAR50TEXT50
COMMITMENT_AMTCommitment capital BZUSAGECURR13(2) WERTV7
CURRENCYCurrency SWHRCUKY5Assigned to domainWAERSWHR
USED_AMOUNTUsed Amount by Drawdowns TB_FACILITY_USED_AMOUNTCURR13(2) WERTV7
SYMBOL_4_FLG_REVOLVINGRevolving Drawdown TB_FACILITY_REV_ICONCHAR4Assigned to domainICON
LC_DISBURSEMENTProcessing Characteristic: Disbursement Status TB_LC_CHARAC_DISBURSEMENTCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_DISBURSEMENT
LC_CAPITALSProcessing Characteristic: Status of Capital Amounts TB_LC_CHARAC_CAPITALSCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_CAPITALS
LOAN_START_DATEStart of Term DBLFZDATS8DATUM
LOAN_END_DATEEnd of Term DELFZDATS8DATUM
LC_PLANNED_FLOWProcessing Characteristic: Status of Planned Records TB_LC_CHARAC_PLANNED_FLOWCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_PLANNED_FLOW
LC_DEBITProcessing Characteristic: Status of Customer Receivables TB_LC_CHARAC_DEBITCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_DEBIT
LC_CREDITProcessing Characteristic: Status of Customer Payables TB_LC_CHARAC_CREDITCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_CREDIT
LC_STATUSStatus of Processing Characteristics for Loan TB_LC_STATUSCHAR1T_LC_STATUS
FLG_REVOLVINGRevolving Drawdown TB_FLG_DRAWDOWN_REVOLVINGCHAR1T_FLG_DRAWDOWN_REVOLVING
REVOLVING_USED_AMOUNTUsed Amount by Drawdowns TB_FACILITY_USED_AMOUNTCURR13(2) WERTV7
SUBFAC_NUMBERGlobally Unique Identifier GUIDRAW16
AUTH_GROUPAuthorization Group BEGRUCHAR4BEGRU
SUBFAC_TEXTSubfacility Description TB_FACILITY_SUBFAC_TEXTCHAR50TEXT50
DD_BPBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA

Key field Non-key field



How do I retrieve data from SAP structure RFAC_DRAWDOWNS_4_DISPLAY using ABAP code?

As RFAC_DRAWDOWNS_4_DISPLAY is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RFAC_DRAWDOWNS_4_DISPLAY as there is no data to select.

How to access SAP table RFAC_DRAWDOWNS_4_DISPLAY

Within an ECC or HANA version of SAP you can also view further information about RFAC_DRAWDOWNS_4_DISPLAY and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!