FDRE SAP (Cash Management Line Items from RE-FX (Real Estate)) Table details

Dictionary Type: Table
Description: Cash Management Line Items from RE-FX (Real Estate)




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




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

FDRE is a standard SAP Table which is used to store Cash Management Line Items from RE-FX (Real Estate) data and is available within R/3 SAP systems depending on the version and release level.

The FDRE table consists of various fields, each holding specific information or linking keys about Cash Management Line Items from RE-FX (Real Estate) data available in SAP. These include GUID (GUID in 'CHAR' Format in Uppercase), GUIDRE (GUID in 'RAW' format), INTRENO (Internal Key for Real Estate Object (RE-FX)), BUKRS (Company Code).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FDRE table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
GUIDREGUID in 'RAW' format GUID_16RAW16SYSUUID
INTRENOInternal Key for Real Estate Object (RE-FX) FDINTRENOCHAR13CHAR13
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
FDLEVPlanning level FDLEVCHAR2T036FDLEVFFE
FDGRPPlanning Group FDGRPCHAR10T035ALPHAFDGRPFFG
FDTAGPlanning date FDTAGDATS8DATUMFDT
DISPWPlanned currency for cash management and forecast DISPWCUKY5TCURCWAERSFDW
WRSHBAmount in planned currency WRSHDCURR15(2) WRTV8
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
RECNNRNumber of Real Estate Contract (RE-FX) FDRENOCHAR13ALPHAFDRENORECLFXCN

Key field Non-key field



How do I retrieve data from SAP table FDRE using ABAP code

The following ABAP code Example will allow you to do a basic selection on FDRE to SELECT all data from the table
DATA: WA_FDRE TYPE FDRE.

SELECT SINGLE *
FROM FDRE
INTO CORRESPONDING FIELDS OF WA_FDRE
WHERE...

How to access SAP table FDRE

Within an ECC or HANA version of SAP you can also view further information about FDRE 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!