CMS_SEC_ACC_DOC SAP (Link between securities account and Documents is stored here) Table details

Dictionary Type: Table
Description: Link between securities account and Documents is stored here




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




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

CMS_SEC_ACC_DOC is a standard SAP Table which is used to store Link between securities account and Documents is stored here data and is available within R/3 SAP systems depending on the version and release level.

The CMS_SEC_ACC_DOC table consists of various fields, each holding specific information or linking keys about Link between securities account and Documents is stored here data available in SAP. These include SEC_ACC_DOC_GUID (Document guid of the securities account), SEC_ACC_GUID (GUID for securities account), DOC_REFERENCEID (Reference Document ID), DOC_TYPE (Document Type).. 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: Not classified


SAP CMS_SEC_ACC_DOC 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
SEC_ACC_DOC_GUIDDocument guid of the securities account CMS_DTE_SEC_ACC_DOC_GUIDRAW16SYSUUID
SEC_ACC_GUIDGUID for securities account CMS_DTE_SEC_ACC_GUIDRAW16SYSUUID
DOC_REFERENCEIDReference Document ID CMS_DTE_REF_DOCIDCHAR64CMS_REFID
DOC_TYPEDocument Type CMS_DTE_DOC_TYPCHAR6TCMS_DOC_TYPCMS_DOC_TYPCMS_DOC_TYP
DOC_DATEDocument Date CMS_DTE_DOC_DATEDATS8CMS_DATE
PHYSICAL_LOCNPhysical Location of Document CMS_DTE_DOC_ATT_ID_TY_DOC001CHAR6TCMS_ATT_ID_TYCMS_ATT_ID_TYP
VALID_FROMDate on which the Document came into effect CMS_DTE_SEC_DOC_VALID_FROMNUMC15TSTPSTZNTSTMPSL
VALID_TODate until which the Document stands valid CMS_DTE_SEC_DOC_VALID_TONUMC15TSTPSTZNTSTMPSL
CREATED_BYSecurities Add-On User CMS_DTE_SEC_CR_BYCHAR12CMS_USER
CREATED_DATECreated On CMS_DTE_SEC_CR_ONDATS8CMS_DATE
CREATED_TIMECreated At CMS_DTE_SEC_CR_ATTIMS6CMS_TIME
LAST_CHG_BYLast Changed By CMS_DTE_SEC_CH_BYCHAR12CMS_USER
LAST_CHG_DATELast Changed on CMS_DTE_SEC_CH_ONDATS8CMS_DATE
LAST_CHG_TIMELast Changed At CMS_DTE_SEC_CH_ATTIMS6CMS_TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CMS_SEC_ACC_DOC
INTO CORRESPONDING FIELDS OF WA_CMS_SEC_ACC_DOC
WHERE...

How to access SAP table CMS_SEC_ACC_DOC

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