BCSS_DOC_ATTRIBUTES SAP (BCS: Document Properties) Structure details

Dictionary Type: Structure
Description: BCS: Document Properties




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




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

BCSS_DOC_ATTRIBUTES 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 "BCS: Document Properties" 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_BCSS_DOC_ATTRIBUTES TYPE BCSS_DOC_ATTRIBUTES.

The BCSS_DOC_ATTRIBUTES table consists of various fields, each holding specific information or linking keys about BCS: Document Properties data available in SAP. These include DOC_TP_DESCR (Object type description), DOC_DESCR (Short description of contents), DOC_LA (Language in Which Document Is Created), DOC_SNS (Sensitivity description).. 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 BCSS_DOC_ATTRIBUTES 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
DOC_TPCode for document class SO_OBJ_TPCHAR3Assigned to domainSO_OBJ_TP
DOC_TP_DESCRObject type description SO_TP_DESCHAR26SO_TEXT026
DOC_DESCRShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
DOC_LALanguage in Which Document Is Created SO_OBJ_LALANG1T002ISOLASPRAS
DOC_SNSSensitivity description SO_SNS_DESCHAR20SO_SNS_DES
DOC_MODChangeability of document SO_MOD_DESCHAR20SO_MOD_DES
DOC_EXP_DATDocument Expiration Date SO_DAT_DLDATS8DATUM
DOC_PRIDescription of Document Priority BCS_PRI_DESCHAR20SO_PRI_DES
DOC_LENSize of Document Content SO_OBJ_LENCHAR12SO_OBJ_LEN
OWNERAddress name of the owner SO_OWN_ADRCHAR35SO_ADRNAM
SENDERName in address management SO_ADRNAMCHAR35SO_STRI035
CREATORAddress name of creator SO_CRO_ADRCHAR35SO_ADRNAM
CHANGERAddress name of last person to make changes SO_CHO_ADRCHAR35SO_ADRNAM
CREA_DATDate created SO_DAT_CRDATS8DATUM
CREA_TIMETime created SO_TIM_CRTIMS6UZEIT
CHNG_DATDate of Last Change SO_DAT_CHDATS8DATUM
CHNG_TIMETime of Last Change SO_TIM_CHTIMS6UZEIT
SEND_DATDate On Which Object Was Sent SO_DAT_SDDATS8DATUM
SEND_TIMETime at Which The Object Was Sent SO_TIM_SDTIMS6UZEIT
DOC_LA_DESCRName of Language SPTXTCHAR16SPTXT16DSB
DOC_FILENAMEFile Name of an Attachment BCSD_FILENAMECHAR255BCS_FILENAME
DOC_CODEPAGECharacter Set of a Document BCS_CODEPAGENUMC4Assigned to domainCPCODEPAGE
CP_DESCRShort name CPCOMMENTCHAR50CPCOMMENT
DOC_SUBJLNGTitle (Without Length Restriction) BCSD_SUBJECTCHAR255BCSD_SUBJECT
DOC_FORMATDocument Format (ASC/BIN) BCS_DOCFORMATCHAR1BCS_DOCFORMAT

Key field Non-key field



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

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

How to access SAP table BCSS_DOC_ATTRIBUTES

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