CMAC_LOG_HEADER_FEE SAP (Fee Calculation Application Log (Header)) Structure details

Dictionary Type: Structure
Description: Fee Calculation Application Log (Header)




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




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

CMAC_LOG_HEADER_FEE 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 Application Log (Header)" 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_LOG_HEADER_FEE TYPE CMAC_LOG_HEADER_FEE.

The CMAC_LOG_HEADER_FEE table consists of various fields, each holding specific information or linking keys about Fee Calculation Application Log (Header) data available in SAP. These include LOG_HANDLE (Application Log: Log Handle), ALDATE (Application log: date), ALTIME (Application log: time), ALUSER (Application log: user name).. 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: Cannot Be Enhanced


SAP CMAC_LOG_HEADER_FEE 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
LOGNUMBERApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
ALDATEApplication log: date BALDATEDATS8DATUM
ALTIMEApplication log: time BALTIMETIMS6UZEIT
ALUSERApplication log: user name BALUSERCHAR12USR02XUBNAME
SEL_METHODSelection Method PIQSELMETHCHAR4T7PIQSELMETHODSPIQSELMETH
SEL_METHODTSelection Method (Description) PIQSELMETHTXTCHAR30TEXT30
SEL_VARIANTSelection Variant PIQSELVARICHAR20CHAR20
SEL_VARIANTTProgram variant short text RVART_VTXTCHAR30TEXT30
FEE_GROUPFee Calculation Base PIQ_FEE_GROUPCHAR1PIQ_FEE_GROUP
FEE_BASETExplanatory short text DDTEXTCHAR60DDTEXT
PROC_MODEProcessing Mode for Fee Calculation PIQFEECALCMODECHAR1T7PIQFEECTRLEPIQFEECALCMODE
FEE_MODETProcessing Mode for Fee Calculation (Description) PIQFEECALCMODETCHAR30TEXT30
CALC_DATAFee Calculation Date CMAC_CALCDATEDATS8DATE
POST_AUTOGeneral Indicator CMAC_FLAGCHAR1FLAG
POST_MANUGeneral Indicator CMAC_FLAGCHAR1FLAG
POST_MODELong text for select-option/parameter STEXTTCHAR30STEXTT
DISP_LOGSGeneral Indicator CMAC_FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table CMAC_LOG_HEADER_FEE

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