SAP RFACILITY_REPORTING Structure for the Facility Reporting Table data and field list

RFACILITY_REPORTING 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 "Structure for the Facility Reporting" 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_RFACILITY_REPORTING TYPE RFACILITY_REPORTING.

The RFACILITY_REPORTING table consists of various fields, each holding specific information or linking keys about Structure for the Facility Reporting data available in SAP. These include FAC_LEVEL (Numeric 1-character), LEVEL_TEXT (Product Type Description), FACILITY_NUMBER (Contract Number), FACILITY_INACTIVE (Facility Inactive)... 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. .

RFACILITY_REPORTING structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RFACILITY_REPORTING table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FAC_LEVELNumeric 1-character NUM1NUMC1NUM1
LEVEL_TEXTProduct Type Description TB_FACILITY_PRODUCT_TYPE_TEXTCHAR30TEXT30
FACILITY_NUMBERContract Number RANLCHAR13ALPHARANLRAN
FACILITY_INACTIVEFacility Inactive TB_FLG_FACILITY_INACTIVECHAR1T_FLG_FACILITY_INACTIVE
FACILITY_LIMITFacility Limit Amount TB_FACILITY_LMT_AMTCURR13(2) BWHR
FAC_AVAILABLE_AMOUNTAvailable Amount TB_FACILITY_AVL_AMTCURR13(2) BWHR
CURRENCYCurrency SWHRCUKY5Assigned to domainWAERSWHR
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
FAC_PRODUCT_TYPE_TEXTProduct Type Description TB_FACILITY_PRODUCT_TYPE_TEXTCHAR30TEXT30
SUBFAC_NUMBERGlobally Unique Identifier GUIDRAW16
SUBFACILITY_TEXTSubfacility Description TB_FACILITY_SUBFAC_TEXTCHAR50TEXT50
LIMIT_AMOUNTSubfacility Limit Amount TB_SUBFACILITY_AMOUNTCURR13(2) BWHR
AVAILABLE_AMOUNTAvailable Amount TB_FACILITY_AVL_AMTCURR13(2) BWHR
VALID_FROMValid-From Date for Subfacility TB_SUBFACILITY_VALID_FROMDATS8DATS
DD_PROD_GROUPGrouping of Drawdown Product Types for Facility TB_DRAWDOWN_PROD_GROUPCHAR3T_DRAWDOWN_PROD_GROUP
COMMITMENT_AMTCommitment capital BZUSAGECURR13(2) WERTV7
USED_AMOUNTUsed Amount by Drawdowns TB_FACILITY_USED_AMOUNTCURR13(2) WERTV7
SYMBOL_4_FLG_REVOLVINGRevolving Drawdown TB_FACILITY_REV_ICONCHAR4Assigned to domainICON
FLG_REVOLVINGRevolving Drawdown TB_FLG_DRAWDOWN_REVOLVINGCHAR1T_FLG_DRAWDOWN_REVOLVING
REVOLVING_USED_AMOUNTUsed Amount by Drawdowns TB_FACILITY_USED_AMOUNTCURR13(2) WERTV7
EXT_STATUS_TEXTExternal Status Description TB_FACILITY_EXT_STATUS_TEXTCHAR30XTEXT30
PRODUCT_TYPE_TEXTProduct Type Description TB_FACILITY_PRODUCT_TYPE_TEXTCHAR30TEXT30
LOAN_TYPE_TEXTLoan Type Description TB_FACILITY_LOAN_TYPE_TEXTCHAR50TEXT50

Key field Non-key field



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

As RFACILITY_REPORTING 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 RFACILITY_REPORTING as there is no data to select.

How to access SAP table RFACILITY_REPORTING

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

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