CF752 SAP (MCBlack) Table details

Dictionary Type: Table
Description: MCBlack




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




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

CF752 is a standard SAP Table which is used to store MCBlack data and is available within R/3 SAP systems depending on the version and release level.

The CF752 table consists of various fields, each holding specific information or linking keys about MCBlack data available in SAP. These include VERSIO (Version), PLACTI (Plan/Act. indicator (EC-EIS/EC-BP)), YEARB (Fiscal Year), PERDE (Period).. 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: Not classified


SAP CF752 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
VERSIOVersion CFVERSIONCHAR3TKCVSALPHACFVERSIONVRS
PLACTIPlan/Act. indicator (EC-EIS/EC-BP) CFPLACTCHAR1CFPLACTPLI
YEARBFiscal Year CFYEARBNUMC4GJAHRGJAHRFSY
PERDEPeriod CFPERDENUMC3POPERPRD
VERSOData area (previously version) CFVERSONUMC2T242VVERSODBE
BRFAMPRODUCT GROUP RKCG_BRFAMCHAR15T2702RKCG_BRFAM
CNTRYCountry Key LAND1CHAR3T005LAND1LND
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
VALTYValue type CFVALTYCHAR1T242WVALTYVAT
RECNRCO-BPC record number CFRECNRNUMC8NUM8
AEDTMChanged On CFAEDTMDATS8CFDATUM
UNAMEUser name CFUNAMECHAR12CHAR12
VERSO_WAERSCurrency RKCG_CUKYCUKY5TCURCWAERS
SALRXSales Revenue RKCG_SALRXCURR15(2) RKCG_CURR
PRIEAPrice/earning RKCG_PRIEAQUAN15(3) RKCG_QUAN
ADDVXAdded Value RKCG_ADDVXCURR15(2) RKCG_CURR
RETOEReturn on Equity RKCG_RETOECURR15(2) RKCG_CURR
NWCAPNet working capital RKCG_NWCAPCURR15(2) RKCG_CURR
WOCANWorking capital need RKCG_WOCANCURR15(2) RKCG_CURR
GRORAGrowth rate RKCG_GRORAQUAN15(3) RKCG_QUAN
MAREXMArketing expenses RKCG_MAREXCURR15(2) RKCG_CURR
PRICMPrice margin RKCG_PRICMCURR15(2) RKCG_CURR
MARSHMarket shares RKCG_MARSHQUAN15(3) RKCG_QUAN
ECADVEconomical added val RKCG_ECADVCURR15(2) RKCG_CURR
EBITXEBIT RKCG_EBITXCURR15(2) RKCG_CURR
OPPROOperational Profit RKCG_OPPROCURR15(2) RKCG_CURR
ROIXXROI RKCG_ROIXXCURR15(2) RKCG_CURR
COMUNCost make one unit RKCG_COMUNCURR15(2) RKCG_CURR
COSUNCost sell one unit RKCG_COSUNCURR15(2) RKCG_CURR
TIMTMTime to market RKCG_TIMTMQUAN15(3) RKCG_QUAN
TIMTSTime to sell unit RKCG_TIMTSQUAN15(3) RKCG_QUAN
EACUSEarnings f.customer RKCG_EACUSCURR15(2) RKCG_CURR
EANPREarnings f.product RKCG_EANPRCURR15(2) RKCG_CURR
MACAPMachine capacity RKCG_MACAPQUAN15(3) RKCG_QUAN
OCCLEOccupation level RKCG_OCCLEQUAN15(3) RKCG_QUAN
ASSXXAssets RKCG_ASSXXCURR15(2) RKCG_CURR
TURNSTurns RKCG_TURNSQUAN15(3) RKCG_QUAN
HECOUHead count RKCG_HECOUQUAN15(3) RKCG_QUAN
ESIXXESI RKCG_ESIXXQUAN15(3) RKCG_QUAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CF752
INTO CORRESPONDING FIELDS OF WA_CF752
WHERE...

How to access SAP table CF752

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