CACS_S_DOCPROT SAP (Commission Document, Protected Fields) Structure details

Dictionary Type: Structure
Description: Commission Document, Protected Fields




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




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

CACS_S_DOCPROT 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 "Commission Document, Protected Fields" 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_CACS_S_DOCPROT TYPE CACS_S_DOCPROT.

The CACS_S_DOCPROT table consists of various fields, each holding specific information or linking keys about Commission Document, Protected Fields data available in SAP. These include MANDT (Client), POST_YEAR (Assignment Year of Commission Case/Document), DOC_ID (Document Identification), DOC_TYPE (Document Type of Commission 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: Cannot Be Enhanced


SAP CACS_S_DOCPROT 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
DOC_TYPEDocument Type of Commission Document CACSDOCTYPECHAR1Assigned to domainCACSDOCTYPE
TRIGGER_SYSLogical Operational System CACSLOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
EXT_RUN_IDIdentification Number of External Processing Run CACSBATCHEXTCHAR10ALPHACACSOBJID10
RUN_IDIdentification Number of Processing Run CACSBATCHIDCHAR10ALPHACACSOBJID10
BUSOBJ_TYPEBusiness Object Category that Triggers Commission CACSBUSOBJTYPCHAR3Assigned to domainBOBJ0CACSBUSOBJTYPOBJ
BUSOBJ_IDIdentification of Triggering Business Object CACSBUSOBJIDCHAR30BOBJ1CACSOBJID30
BUSOBJ_VERSVersion of Master Data or Customizing Object CACSVERSIONLONGNUMC14CACSVERSIONLONG
REM_BUSCASE_TYPRemunerating Business Transaction in Operational System CACSREMBUSCASTYPCHAR3Assigned to domainALPHACACSBUSCASTYP
REM_BUSCASE_IDIdentification of Triggering Bus. Transaction in Op. System CACSREMBUSCASEIDCHAR36ALPHACACSOBJID36
REM_BUSCASE_VERSVersion of Master Data or Customizing Object CACSVERSIONLONGNUMC14CACSVERSIONLONG
LED_CURRCurrency Key CACSLEDCURRCUKY5Assigned to domainWAERS
PAY_REF_IDReference Number for Payment System CACSPAYREFIDCHAR10ALPHACACSPAYREFID
REV_DOC_IDDocument Number of Related Reversal Document CACSREVDOCIDCHAR10ALPHACACSOBJID10
REV_POST_YEARPosting Year of Related Reversal Document CACSREVPOSTYEARNUMC4KJAHR
CHG_DATEDate on Which Object was Created CACSCHGDATDATS8DATUM
CHG_TIMETime at Which Object was Created CACSCHGTIMTIMS6UZEIT
CHG_TIMESTAMPCreation Time Stamp of Object CACSCHGTSTMPNUMC14TSTPSCACSTIMESTAMP
CHG_TCODETransaction in Which the Change Was Made CACSCDTCCHAR20Assigned to domainTCODE
CHG_USRLast user to change object CACSCHUSRCHAR12USNAM
TRI_METH_TYPTriggering Method CACSTRIMETHTYPCHAR1CACSOPTYPE
TRI_METH_TARGETProcessing Target of Triggering Method CACSTRIMETHTARCHAR1CACSTRITARGET
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
REV_DATERelease Date of Object After Dual Checks CACSREVDATDATS8DATUM
REV_TIMERelease Time of Object After Dual Checks CACSREVTIMTIMS6UZEIT
REV_TIMESTAMPRelease Time Stamp of Object on Principle of Dual Control CACSREVTSTMPNUMC14TSTPSCACSTIMESTAMP
REV_TCODETransaction in Which the Change Was Made CACSCDTCCHAR20Assigned to domainTCODE
REV_USRUser Who Released Object After Dual Checks CACSREVUSRCHAR12USNAM

Key field Non-key field



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

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

How to access SAP table CACS_S_DOCPROT

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