CACS25_V_SES1 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

CACS25_V_SES1 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The CACS25_V_SES1 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include SES_YEAR (Year in Which Settlement Schedule Is Created), SES_ID (Number of Settlement Schedule), SEQ_ID (Sequence Number of Settlement Schedule), POST_YEAR (Assignment Year of Commission Case/Document).. 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: Not classified


SAP CACS25_V_SES1 table view 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 MANDTCLNT3MANDT
SES_YEARYear in Which Settlement Schedule Is Created CACSSESYEARNUMC4KJAHR
SES_IDNumber of Settlement Schedule CACSSESIDCHAR10ALPHACACSSESID
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_INVCHAR10ALPHABU_PARTNER
HDLOCKSettlement Schedule Lock CACSSESLOCKCHAR1CACSSESLOCK
REL_TYPE_IDRelease Type CACSRELTYPEIDCHAR5CACSRELTYPEID
TRI_IMP_DATEDate Commission Case Entered in Commission System CACSIMPDATDATS8DATUM
TRI_CASE_IDIdentification of a Triggering Case CACSTRICASEIDCHAR10ALPHACACSOBJID10
TRI_CASE_VERSCommission Case Version CACSCASEVERSNUMC6CACSVERSIONCACSCASEVERS
BUSOBJ_TYPEBusiness Object Category that Triggers Commission CACSBUSOBJTYPCHAR3BOBJ0CACSBUSOBJTYPOBJ
BUSOBJ_IDIdentification of Triggering Business Object CACSBUSOBJIDCHAR30BOBJ1CACSOBJID30
BUSOBJ_VERSBusiness Object Version CACSBUSOBJVERSNUMC14CACSBUSOBJVERS
BUSOBJ_VERSDATEDate Business Object Version Starts CACSVERSDATENUMC14TSTPSCACSTIMESTAMP
REM_BUSCASE_TYPRemunerating Business Transaction in Operational System CACSREMBUSCASTYPCHAR3ALPHACACSBUSCASTYP
REM_BUSCASE_IDIdentification of Triggering Bus. Transaction in Op. System CACSREMBUSCASEIDCHAR36ALPHACACSOBJID36
REM_BUSCASE_VERSBusiness Transaction Version CACSREMBUSCASEVERSNUMC14CACSREMBUSCASEVERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS25_V_SES1
INTO CORRESPONDING FIELDS OF WA_CACS25_V_SES1
WHERE...

How to access SAP table CACS25_V_SES1

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