SOUDD2 SAP (SAPoffice: Second Part of SOUDD) Structure details

Dictionary Type: Structure
Description: SAPoffice: Second Part of SOUDD




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




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

SOUDD2 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 "SAPoffice: Second Part of SOUDD" 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_SOUDD2 TYPE SOUDD2.

The SOUDD2 table consists of various fields, each holding specific information or linking keys about SAPoffice: Second Part of SOUDD data available in SAP. These include VORNO (Object: Number from ID), NOTYR (Object: Year from ID), NOTNO (Object: Number from ID), DELETED (SAPoffice: Office user was deleted).. 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 SOUDD2 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
VORYRObject: Year from ID SO_OBJ_YRCHAR2SO_OBJ_YR
VORNOObject: Number from ID SO_OBJ_NOCHAR12Assigned to domainSO_OBJ_NO
NOTYRObject: Year from ID SO_OBJ_YRCHAR2SO_OBJ_YR
NOTNOObject: Number from ID SO_OBJ_NOCHAR12Assigned to domainSO_OBJ_NO
DELETEDSAPoffice: Office user was deleted SO_USR_DELCHAR1SO_FLAG
RSWORKDAYResubmission on workdays only SO_RSWDCHAR1SO_FLAG
RSFACIDFactory calendar identification code for the resubmission SO_RSFACIDCHAR2Assigned to domainWFCID
USRADRNumber of internal private address SO_ADRNRCHAR10Assigned to domainALPHAADRNR
LFDNRAddresses: Sequence number SO_LFDNRCHAR3SO_TEXT003
SNDARTText field length 3: for use as required SO_TEXT003CHAR3SO_TEXT003
FLAG1Text field length 1 SO_TEXT001CHAR1SO_TEXT001
FLAG2Text field length 1 SO_TEXT001CHAR1SO_TEXT001
FLAG3Text field length 1 SO_TEXT001CHAR1SO_TEXT001
NATIOSAPoffice: international code for character set SO_NATIOCHAR1Assigned to domainNATION
LADATDefault for last access date (last changed) SO_DEF_LADNUMC3SO_NUM3
VLADATSecond last access of user to SAPoffice SO_DAT_VLADATS8DATUM
LASDATLast access to SAPoffice by substitute SO_DAT_LASDATS8DATUM
EXTTELEAuthorization to send via telematic services SO_EXTTELECHAR1SO_I_FLAG
EXTSMTPAuthorization to send via the Internet SO_EXTSMTPCHAR1SO_I_FLAG
EXTX400Authorization to send via X.400 SO_EXTX400CHAR1SO_I_FLAG
EXTSAPAuthorization to send within SAP system group SO_EXTSAPCHAR1SO_I_FLAG
EXTX500Authorization to access the LDAP services SO_EXTX500CHAR1SO_FLAG
EXTPAGSending to pager is permitted SO_EXTPAGCHAR1SO_FLAG
EXTPRTSending to printer is permitted SO_EXTPRTCHAR1SO_FLAG
ARCHIVAuthorization for moving to archive SO_ARCHIVCHAR1SO_FLAG
ADRNAMEName in address management SO_ADRNAMCHAR35SO_STRI035
AREPYRAutomatic reply: year from the ID SO_AAN_YRCHAR2SO_OBJ_YR
AREPNOAutomatic reply: number from the ID SO_AAN_NOCHAR12Assigned to domainSO_OBJ_NO
AREPABDATDate from when the automatic reply is active SO_DAT_ABDATS8DATUM
AREPAEDATDate up to which automatic reply is active SO_DAT_AEDATS8DATUM
FAXFORMSAPoffice: User layout set name for faxing SO_FAXFORMCHAR16SO_FORM
SCRFORMSAPoffice: User-defined standard SAPscript layout set SO_SCRFORMCHAR16SO_FORM
CHATSENDChange options for document after sending SO_CHATSENCHAR1SO_TEXT001
NOARSDEXSend automatic reply externally SO_NOARSDECHAR1SO_FLAG
PRPARCHGDefault settings for calling print parameters SO_PRPARCHCHAR1SO_FLAG
PRPARNDHDefault settings for printing of document header SO_PRPANDHCHAR1SO_FLAG
PRPARRCLDefault settings for printing of recipient list SO_PRPARRLCHAR1SO_FLAG
PRPARNOPDefault settings for printing of notes SO_PRPARNPCHAR1SO_FLAG
DELFORIBDelete document from inbox after forwarding SO_DELFOIBCHAR1SO_FLAG
GHRAWDOCDisplay of document header in continuos-text editor SO_GHRAWDOCHAR1SO_FLAG
FOLDSORTSetting for sorting folders subscribed to SO_FOLSORTCHAR1SO_TEXT001
DELTRASHNo. of calendar days after which doc. is deleted from trash SO_DELTRSHCHAR3SO_TEXT003
FOLLINYRObject: Year from ID SO_OBJ_YRCHAR2SO_OBJ_YR
FOLLINNOObject: Number from ID SO_OBJ_NOCHAR12Assigned to domainSO_OBJ_NO
NORTFEDITContinuos-text editor for SAP editor documents SO_NRTFEDTCHAR1SO_TEXT001
PCOLEStart PC application in SAP window SO_PCOLECHAR1SO_TEXT001

Key field Non-key field



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

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

How to access SAP table SOUDD2

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