FDSR2 SAP (CMF Totals Records for Planning Groups (As of Release 604)) Table details

Dictionary Type: Table
Description: CMF Totals Records for Planning Groups (As of Release 604)




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




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

FDSR2 is a standard SAP Table which is used to store CMF Totals Records for Planning Groups (As of Release 604) data and is available within R/3 SAP systems depending on the version and release level.

The FDSR2 table consists of various fields, each holding specific information or linking keys about CMF Totals Records for Planning Groups (As of Release 604) data available in SAP. These include GUID (GUID in 'CHAR' Format in Uppercase), HERKU (Logical system), BUKRS (Company Code), GRUPP (Planning Group).. 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 FDSR2 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 MANDTCLNT3T000MANDT
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
HERKULogical system TRCMSUBCHAR10TBDLSALPHALOGSYSTRCMSUBYSTEM
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GRUPPPlanning Group FDGRPCHAR10T035ALPHAFDGRPFFG
EBENEPlanning level FDLEVCHAR2T036FDLEVFFE
DATUMPlanning date FDTAGDATS8DATUMFDT
AVDATExpiration date VLDATDATS8DATUM
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10FAGL_SEGMALPHAFB_SEGMENT
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
CMVIEWView (Entry View/Document Splitting View) CMVIEWCHAR1CMVIEW
SPLITSplit Criterion in Cash Management CMSPLITCHAR1CMSPLIT
DISPWPlanned currency for cash management and forecast DISPWCUKY5TCURCWAERSFDW
WRSHBAmount in planned currency WRSHDCURR15(2) WRTV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM FDSR2
INTO CORRESPONDING FIELDS OF WA_FDSR2
WHERE...

How to access SAP table FDSR2

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