CACS00_S_DOC_CLEARED_SE_D SAP (Commissions: Cleared Settlement Item Data Part) Structure details

Dictionary Type: Structure
Description: Commissions: Cleared Settlement Item Data Part




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




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

CACS00_S_DOC_CLEARED_SE_D 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 "Commissions: Cleared Settlement Item Data Part" 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_CACS00_S_DOC_CLEARED_SE_D TYPE CACS00_S_DOC_CLEARED_SE_D.

The CACS00_S_DOC_CLEARED_SE_D table consists of various fields, each holding specific information or linking keys about Commissions: Cleared Settlement Item Data Part data available in SAP. These include MANDT (Client), POST_YEAR (Assignment Year of Commission Case/Document), DOC_ID (Document Identification), SETTL_POS (Identification of a Settlement Item).. 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 CACS00_S_DOC_CLEARED_SE_D 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
POST_YEARAssignment Year of Commission Case/Document CACSPSTYEARNUMC4KJAHRCACSPSTYEAR
DOC_IDDocument Identification CACSDOCIDCHAR10ALPHACACSOBJID10CACSDOCID
SETTL_POSIdentification of a Settlement Item CACSSETTLPOSCHAR4ALPHACACSDOCLINE
FLG_REVERSEDIndicator: Row/Object/Subobject is Invalid or Reversed CACSFLGREVCHAR1FLAG
STATUS_POSStatus of Object/Subobject CACSSTATUSPOSCHAR1TCACS_VALSTAT2CACSSTATUSVERS
STATUS_WORKObject Processing Status (Replica) CACSSTATUSWORKPCHAR1Assigned to domainCACSSTATUSWORK
CTRTBU_IDCommission Contract Number CACS_CTRTBU_IDCHAR20ALPHAISIS_CONTRACT_IDCACSCTBUCACS
GPARTBusiness Partner to Receive Commission CACS_GPART_INVCHAR10Assigned to domainALPHABU_PARTNER
DUE_DATEDue Date of Line Item CACSDUEDATDATS8DATUM
DUE_YEARYear Due: Document Item CACSDUEYEARNUMC4KJAHR
DUE_MONTHPeriod in Year Due CACSDUEMONNUMC2MONAT
STMTYPE_IDIdentification of Settlement Type CACS_STMTYPE_IDCHAR4Assigned to domainCACSSTMTY
REMUNERATIONRemuneration Type CACSREMCHAR4TCACS_REMCACSREMCACS_REM
SETTLE_GROUPSettlement Item Grouping in Document CACSSETTLEGROUPCHAR4ALPHACACSDOCLINE
FLG_INTSETTLESettlement Item Serves Immediate Clearing CACSINTSETTLEMENTCHAR1BOOLEAN_FLG
DET_GRPGrouping of Due Line Item Detail in Document CACSSETTLEDETGRPCHAR4ALPHACACSDETGRP
CON_CURRContract Currency Key CACSCONCURRCUKY5TCURCWAERSFWS
DUE_CONAMNTRemuneration Amount Ready for Disbursement in Contr Currency CACSDUECONAMNTCURR15(2) CACSAMNTITEM
LED_CURRCurrency Key CACSLEDCURRCUKY5TCURCWAERS
DUE_LEDAMNTDisbursable Partial Remuner.Amount in Comm. Model Currency CACSDUELEDAMNTCURR15(2) CACSAMNTITEM
REM_UNITRemuneration Unit CACSREMUUNITUNIT3T006CUNITMEINS
DUE_QUANRemuneration Quantity Ready for Disbursement CACSDUEQUANQUAN11(2) CACSREMUQUAN
SETTLE_DATESettlement Date CACSSETTLEDATEDATS8DATUM
SETTLE_POST_YEARPosting Year of Settlement Document CACSDOCYEARSETTLENUMC4KJAHR
SETTLE_DOC_IDSettlement Document Number CACSDOCIDSETTLECHAR10ALPHACACSOBJID10
PMNT_BLOCKPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
REM_CASE_TXTShort Text for Settlement Item CACSSETTLCASETXTCHAR40CACSSHORTTXT
REV_POSReversing Row of Related Reversal Document CACSREVPOSCHAR4ALPHACACSDOCLINE
SETT_LOCKIndicator: Item Waiting for Subsequent Process CACSSETTLOCKCHAR1Assigned to domainCACSITMLCK
UPD_TIMESTAMPLast Change of Objects CACSUPDTSTMPNUMC14TSTPSCACSTIMESTAMP
TEMP_DOC_IDDocument Identification CACSDOCIDCHAR10ALPHACACSOBJID10CACSDOCID

Key field Non-key field



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

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

How to access SAP table CACS00_S_DOC_CLEARED_SE_D

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