CACS25_SESHD SAP (Settlement Schedule Header) Table details

Dictionary Type: Table
Description: Settlement Schedule Header




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




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

CACS25_SESHD is a standard SAP Table which is used to store Settlement Schedule Header data and is available within R/3 SAP systems depending on the version and release level.

The CACS25_SESHD table consists of various fields, each holding specific information or linking keys about Settlement Schedule Header data available in SAP. These include SES_YEAR (Year in Which Settlement Schedule Is Created), SES_ID (Number of Settlement Schedule), SES_VERS (Version of a Settlement Schedule), SEQ_ID (Sequence Number of Settlement Schedule).. 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 CACS25_SESHD 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
SES_YEARYear in Which Settlement Schedule Is Created CACSSESYEARNUMC4KJAHR
SES_IDNumber of Settlement Schedule CACSSESIDCHAR10ALPHACACSSESID
SES_VERSVersion of a Settlement Schedule CACSSESVERSNUMC6NUMC6
SEQ_IDSequence Number of Settlement Schedule CACSSESSEQIDNUMC6NUMC6
POST_YEARAssignment Year of Commission Case/Document CACSPSTYEARNUMC4KJAHRCACSPSTYEAR
DOC_IDDocument Identification CACSDOCIDCHAR10ALPHACACSOBJID10CACSDOCID
REMUN_POSID of Remuneration Row for Referenced Document CACSREMUNPOSCHAR4ALPHACACSDOCLINE
REMUNERATIONRemuneration Type CACSREMCHAR4TCACS_REMCACSREMCACS_REM
SES_BEGINStart of Settlement Schedule CACSSESBEGINDATS8DATUM
SES_ENDEnd of Settlement Schedule CACSSESENDDATS8DATUM
CALCOBJTYPECalculating Object Type CACSCALCOBJTYPECHAR2TCACS_COTCACSCALCOBJTYPE
CALCOBJIDIdentification of Calculating Object CACSCALCOBJIDCHAR5CHAR005
CALCOBJID_VERSVersion of Master Data or Customizing Object CACSVERSIONNUMC6CACSVERSION
SES_METH_TYPSettlement Schedule - Triggering Method CACSSESMETHTYPCHAR1CACSSESMETHTYP
CTRTBU_IDCommission Contract Number CACS_CTRTBU_IDCHAR20ALPHAISIS_CONTRACT_IDCACSCTBUCACS
GPARTBusiness Partner to Receive Commission CACS_GPART_INVCHAR10Assigned to domainALPHABU_PARTNER
HDLOCKSettlement Schedule Lock CACSSESLOCKCHAR1CACSSESLOCK
REL_TYPE_IDRelease Type CACSRELTYPEIDCHAR5Assigned to domainCACSRELTYPEID
TRI_BUSCASE_TYPCommission Triggering Business Case in Operational System CACSTRIBUSCASTYPCHAR3Assigned to domainALPHACACSBUSCASTYP
TRI_BUSCASE_IDIdentification of Triggering Bus. Transaction in Op. System CACSTRIBUSCASEIDCHAR36ALPHACACSOBJID36

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS25_SESHD
INTO CORRESPONDING FIELDS OF WA_CACS25_SESHD
WHERE...

How to access SAP table CACS25_SESHD

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