CACS_BUFFLOG SAP (Commissions: Log Table of Commission Objects) Table details

Dictionary Type: Table
Description: Commissions: Log Table of Commission Objects




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




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

CACS_BUFFLOG is a standard SAP Table which is used to store Commissions: Log Table of Commission Objects data and is available within R/3 SAP systems depending on the version and release level.

The CACS_BUFFLOG table consists of various fields, each holding specific information or linking keys about Commissions: Log Table of Commission Objects data available in SAP. These include APPL (Commission Application (ICM)), BUFF_OBJTYPE (Messages Area), IMPORT_YEAR (Year Commission Case Reported), BUFFER_ID (Identification of an Object in a Message Area).. 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: Cannot Be Enhanced


SAP CACS_BUFFLOG 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
APPLCommission Application (ICM) CACSAPPLCHAR6Assigned to domainCACSAPPLCACSAPPLCACS_APPLCL
BUFF_OBJTYPEMessages Area CACSBUFOBJTYPECHAR2CACSBUFOBJTYPECACSBUFOBJTYPE
IMPORT_YEARYear Commission Case Reported CACSIMPYEARNUMC4KJAHRCACSIMPYEAR
BUFFER_IDIdentification of an Object in a Message Area CACSBUFIDCHAR20ALPHACACSOBJID20CACSBUFID
VERSIONVersion of Master Data or Customizing Object CACSVERSIONNUMC6CACSVERSION
ZEILEIdentification of an Item in (Sub)Object CACSLINEIDCHAR4ALPHACACSDOCLINE
TIMESTAMPTime Stamp (YYYY.MM.DD hh:mm:ss) CACSTIMESTAMPNUMC14TSTPSCACSTIMESTAMP
MSGTYMessage Type CACSMSGTYPECHAR1CACSMSGTYPE
ARBGBApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
TXTNRMessage number MSGNRCHAR3Assigned to domainMSGNR
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS_BUFFLOG
INTO CORRESPONDING FIELDS OF WA_CACS_BUFFLOG
WHERE...

How to access SAP table CACS_BUFFLOG

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