CMACDB_FEESM SAP (Fee Calculation Document Items (Module)) Table details

Dictionary Type: Table
Description: Fee Calculation Document Items (Module)




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




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

CMACDB_FEESM is a standard SAP Table which is used to store Fee Calculation Document Items (Module) data and is available within R/3 SAP systems depending on the version and release level.

The CMACDB_FEESM table consists of various fields, each holding specific information or linking keys about Fee Calculation Document Items (Module) data available in SAP. These include DOCNR (Number of Fee Calculation Document), ITEMNR (Item Number), CMSMID (Module Object ID), CMSMNAME (Module (Abbreviation)).. 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 CMACDB_FEESM 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
DOCNRNumber of Fee Calculation Document CMAC_FEE_DOCNRCHAR20CHAR20
ITEMNRItem Number CMAC_ITEM_NBRNUMC4NUMC4
CMSMIDModule Object ID PIQ_SM_OBJIDNUMC8PLOGIHROBJIDPON
CMSMNAMEModule (Abbreviation) CMAC_SM_NAMECHAR12TEXT12
CMPERYRAcademic Year PIQPERYRNUMC4Assigned to domainPIQPERYR
CMPERIDAcademic Session PIQPERIDNUMC3Assigned to domainPIQPERID
CMSMCATModule Fee Category PIQSMFEECATCHAR4Assigned to domainPIQSMFEECAT
CMLEVCATSpecial Fee Category for Module PIQLEVYFEECATCHAR4Assigned to domainPIQLEVYFEECAT
CMCRHRSOptimum Credit Value PIQCPOPTQUAN10(5) PIQCP
CMCPUNITUnit of Measurement for Credits PIQCPUNITUNIT3Assigned to domainCUNITMEINS
CMOUTPROGModule Excluded from Program of Study PIQSC_VS_DCHAR1FLAG
CMSMSTATSModule Booking Status PIQSMSTATUSNUMC2Assigned to domainPIQSMSTATUS
CMSMREGDATBooking Date PIQDATEDATS8DATUM
CMSMREGREAModule Booking Reason PIQBOOKREASONCHAR4Assigned to domainPIQBOOKREASON
CMSMCAIDAcademic Calendar Object ID PIQCAOBJIDNUMC8Assigned to domainHROBJID
CMSMREGP1First Booking Period for Module CMAC_SM_REG_PER1CHAR4Assigned to domainPIQTIMELIMIT
CMSMREGP2Second Booking Period for Module CMAC_SM_REG_PER2CHAR4Assigned to domainPIQTIMELIMIT
CMSMWDDATECancellation Date PIQSTORDATEDATS8PIQSTORDATE
CMSMWDREACancellation Reason PIQSTORREASONCHAR4Assigned to domainPIQSTORREASONHRPIQ00WITHDRAWN
CMSMDREGP1First Cancellation Period for Module CMAC_SM_DREG_PER1CHAR4Assigned to domainPIQTIMELIMIT
CMSMDREGP2Second Cancellation Period for Module CMAC_SM_DREG_PER2CHAR4Assigned to domainPIQTIMELIMIT
CMSMCPTEMPAttempted Credits PIQCPATTEMPQUAN10(5) PIQCP
CMSMCPUNITUnit of Measurement for Credits PIQCPUNITUNIT3Assigned to domainCUNITMEINS
CMSMEXMPTFree of Charge PIQCHARGECHAR1PIQCHARGE
CMSMTRANSFExternal Academic Work or Qualification Transferred PIQTRANSFERCHAR1PIQTRANSFER
CMSMRATINGAlternative Assessment Method for Module PIQSMRATINGCHAR3Assigned to domainPIQSMRATING
CMSMSCALIDAcademic Scale Identification (ID) PIQSCALE_IDCHAR4Assigned to domainPIQSCALE_IDPIQSCALE_ID
CMSMVALUEModule Value for Module Fee Calculation PIQSMFEEVALQUAN10(5) PIQCP
CMMVUNITUnit for Module Fee Calculation PIQMVUNITUNIT3Assigned to domainCUNITMEINS
CMSMORGObject ID of Organizational Unit for Module CMAC_SM_ORGUNITNUMC8PLOGIHROBJIDCMAC_SHLP_ORG
CMSMCOCDCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CMREFTYPEModule Refund Type PIQREFUNDTYPCHAR4Assigned to domainPIQREFUNDTYP
CMSMKEYDATKey Date PIQKEYDATEDATS8DATUM
CMSEOBJIDObject ID of Event Package PIQSEOBJIDNUMC8PLOGIHROBJIDPON
CMSMSECAT1Event Package Category PIQSECCAT1CHAR4Assigned to domainPIQSECCAT1
CMSMDDSHEDDue Date Schedule PIQDDSCHEDCHAR6T7PIQDDSCHEDPIQDDSCHED
CMSEDDSHEDDue Date Schedule of Event Package CMAC_SEDDSCHAR6T7PIQDDSCHEDPIQDDSCHED
CMSMCAMPUSCampus for Module CMAC_SMCAMPUSNUMC8NUM08
CMSMDELMODDelivery Mode PIQDELMODECHAR4Assigned to domainPIQDELMODE
CMPROGCVARProgram Type PIQPROGC_VARCHAR4Assigned to domainPIQPROGC_VAR
CMMULTPROGCVARMultiple Use for Program Types (Fee Calculation) PIQMULTPROGCVARCHAR1FLAG
CMSMWAITLISTIndicator: Waiting List Booking PIQWAITL_WAITLCHAR1XFELD
CMCRHMINMinimum Credit Value PIQCPMINQUAN10(5) PIQCP
CMCRHMAXMaximum Credit Value PIQCPMAXQUAN10(5) PIQCP

Key field Non-key field



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

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

SELECT SINGLE *
FROM CMACDB_FEESM
INTO CORRESPONDING FIELDS OF WA_CMACDB_FEESM
WHERE...

How to access SAP table CMACDB_FEESM

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