CMAC_FEEDOC_DISPLAY SAP (Fee Calculation Document Overview) Structure details

Dictionary Type: Structure
Description: Fee Calculation Document Overview




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




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

CMAC_FEEDOC_DISPLAY 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 "Fee Calculation Document Overview" 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_CMAC_FEEDOC_DISPLAY TYPE CMAC_FEEDOC_DISPLAY.

The CMAC_FEEDOC_DISPLAY table consists of various fields, each holding specific information or linking keys about Fee Calculation Document Overview data available in SAP. These include STOBJID (Object ID of Student), STUDENT12 (Student Number), ST_NAME (Student's Name (Sortable)), PARTNER (Business Partner Number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CMAC_FEEDOC_DISPLAY structure 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
DOCNRNumber of Fee Calculation Document CMAC_FEE_DOCNRCHAR20CHAR20
STOBJIDObject ID of Student PIQSTUDENTNUMC8Assigned to domainHROBJIDSTUDENT
STUDENT12Student Number PIQSTUDENT12CHAR12PIQSTPIQSTUDENT12
ST_NAMEStudent's Name (Sortable) PIQSTDTXCHAR40TEXT40
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PERSLKey for Period Assignment PERSL_KKCHAR4TFK001PPERSL_KK
PERSLTText for Period Key PERSLT_KKCHAR50TXT50
CALC_BASEFee Calculation Base PIQ_FEE_GROUPCHAR1PIQ_FEE_GROUP
CALC_BASETFee Calculation Base (Description) CMAC_CALC_BASETCHAR30TEXT30
FEECALCMODEProcessing Mode for Fee Calculation PIQFEECALCMODECHAR1T7PIQFEECTRLEPIQFEECALCMODE
FEECALCMODETProcessing Mode for Fee Calculation (Description) PIQFEECALCMODETCHAR30TEXT30
CALCDATEFee Calculation Date CMAC_CALCDATEDATS8DATE
CPUDTEntry Date of Fee Calculation Document CMAC_CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
UNAMEUser Name CMAC_USER_NAMECHAR12USNAM
FEEPROCFee Calculation Procedure CMAC_FEE_PROCCHAR6CHAR06
FEEPROCTFee Calculation Procedure (Description) CMAC_FEE_PROC_TEXTCHAR30TEXT30
DOCAMTCalculated Amount in Document Currency CMAC_DOCAMTCURR13(2) WERTV7
DOCCUKYDocument Currency CMAC_DOCCURRCUKY5Assigned to domainWAERS
BALOGNRApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
XARCHIVEDIndicator: Archived PIQARCH_X_ARCHIVEDCHAR1FLAG
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B

Key field Non-key field



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

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

How to access SAP table CMAC_FEEDOC_DISPLAY

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