SADOCPROPS SAP (Document Attributes) Structure details

Dictionary Type: Structure
Description: Document Attributes




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




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

SADOCPROPS 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 "Document Attributes" 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_SADOCPROPS TYPE SADOCPROPS.

The SADOCPROPS table consists of various fields, each holding specific information or linking keys about Document Attributes data available in SAP. These include NOPRINT (Solution Manager Flag Exclusion from Business Blueprint), SADOCCLASS (SAP Solution Manager Document Classification), BO_OBJECT (Unstructure SAP Solution Manager Business Objects), PRINT (Solution Manager: Use in Business Blueprint).. 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 SADOCPROPS 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
PRIOSAP Solution Manager: Document Priorities SADOCPRIOCHAR10SADOCPRIO
NOPRINTSolution Manager Flag Exclusion from Business Blueprint SADOCNOPRINTCHAR1CHAR1
SADOCCLASSSAP Solution Manager Document Classification SADOCCLASSCHAR64SADOCCLASS
BO_OBJECTUnstructure SAP Solution Manager Business Objects SADOCBOFLATCHAR64SADOCBOFLAT
PRINTSolution Manager: Use in Business Blueprint SADOCPRINTCHAR1CHAR1
DURATIONSolution Manager: Document Processing Time in Min. SADOCDURATIONNUMC5
FOLDER_TECH_NAMETechnical name of an information object IW_TECNAMECHAR40CHAR40
REQ_INFOCharacter field, length 64 CHAR64CHAR64CHAR64
BUPACharacter Field Length = 10 CHAR10CHAR10CHAR10
BUPA_NAMECharacter field of length 40 CHAR40CHAR40CHAR40
LAST_CHANGED_BYHelp Center: Last Changed by HC_LAST_CHANGED_BYCHAR12SYCHAR12
LAST_CHANGED_CLTHelp Center: Last Changed by (Client) HC_LAST_CHANGED_CLTCHAR3SYCHAR03
LAST_CHANGED_SIDHelp Center: Last Changed by (System) HC_LAST_CHANGED_SIDCHAR8SYCHAR08
FIRST_CREATED_BYHelp Center: Created by HC_PHIO_FIRST_CREATED_BYCHAR12SYCHAR12
FIRST_CREATED_CLTHelp Center: Created by (Client) HC_PHIO_FIRST_CREATED_CLTCHAR3SYCHAR03
FIRST_CREATED_SIDHelp Center: Created by (System) HC_PHIO_FIRST_CREATED_SIDCHAR8SYCHAR08
NOTRANSPORTSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table SADOCPROPS

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