SOFM SAP (SAPoffice: Folder contents) Table details

Dictionary Type: Table
Description: SAPoffice: Folder contents




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




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

SOFM is a standard SAP Table which is used to store SAPoffice: Folder contents data and is available within R/3 SAP systems depending on the version and release level.

The SOFM table consists of various fields, each holding specific information or linking keys about SAPoffice: Folder contents data available in SAP. These include FOLTP (Object folder: Object type from ID), FOLYR (Object folder: Year from ID), FOLNO (Object folder: Number from ID), DOCTP (Object: Object Type From ID).. 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 SOFM 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 MANDTCLNT3T000MANDT
FOLTPObject folder: Object type from ID SO_FOL_TPCHAR3TSOTDSO_OBJ_TP
FOLYRObject folder: Year from ID SO_FOL_YRCHAR2SO_OBJ_YR
FOLNOObject folder: Number from ID SO_FOL_NOCHAR12SOFDSO_OBJ_NO
DOCTPObject: Object Type From ID SO_DOC_TPCHAR3TSOTDSO_OBJ_TP
DOCYRObject: Year from ID SO_DOC_YRCHAR2SO_OBJ_YR
DOCNOObject: Number from ID SO_DOC_NOCHAR12SOODSO_OBJ_NO
FORTPForwarder: Object type from ID SO_FOR_TPCHAR3TSOTDSO_OBJ_TP
FORYRForwarder: year from the ID SO_FOR_YRCHAR2SO_OBJ_YR
FORNOForwarder: number from the ID SO_FOR_NOCHAR12Assigned to domainSO_OBJ_NO
PERMASAPoffice: Object is displayed independent of selection date SO_PERMACHAR1SO_FLAG
HOLDOThe object has status HOLD SO_HOLDOCHAR1SO_FLAG
ARCHIThe document is stored in archive SO_ARCHICHAR1SO_FLAG
DLDATDocument Expiration Date SO_DAT_DLDATS8DATUM
DLTIMExpiry time of object SO_TIM_DLTIMS6UZEIT
NOTTPDefault setting of document class SO_NOT_TPCHAR3TSOTDSO_OBJ_TP
NOTYRObject note: year from the ID SO_NOT_YRCHAR2SO_OBJ_YR
NOTNOObject note: number from the ID SO_NOT_NOCHAR12Assigned to domainSO_OBJ_NO
RCDATDate document was received SO_DAT_RCDATS8DATUM
RCTIMTime object was received SO_TIM_RCTIMS6UZEIT
SNDDRSend: As disregard SO_SND_DRCHAR1SO_FLAG
SNDEXSend express SO_SND_EXCHAR1SO_FLAG
SNDCPSend: As copy SO_SND_CPCHAR1SO_FLAG
SNDBCSend as a blind copy SO_SND_BCCHAR1SO_FLAG
OBJACThe recipient must take action SO_OBJ_ACCHAR1SO_FLAG
OBJRRA reply must be sent for this object SO_OBJ_RRCHAR1SO_FLAG
OBJRDObject has already been viewed SO_OBJ_RDCHAR1SO_FLAG
RESUBSAPoffice: folder entry is a resubmitted object SO_RSUBMCHAR1SO_FELD123
RECPRIPriority SO_REC_PRICHAR1SO_OBJ_PRI
FLAG1Search of private or shared folders SO_FLAGCHAR1SO_FLAG
FLAG2Search of private or shared folders SO_FLAGCHAR1SO_FLAG
FLAG3Search of private or shared folders SO_FLAGCHAR1SO_FLAG
FLAG4Search of private or shared folders SO_FLAGCHAR1SO_FLAG
FLAG5Search of private or shared folders SO_FLAGCHAR1SO_FLAG
RBDATDate On Which The Object Was Resubmitted SO_DAT_RBDATS8DATUM
LFOLTPObject folder: Object type from ID SO_FOL_TPCHAR3Assigned to domainSO_OBJ_TP
LFOLYRObject folder: Year from ID SO_FOL_YRCHAR2SO_OBJ_YR
LFOLNOObject folder: Number from ID SO_FOL_NOCHAR12Assigned to domainSO_OBJ_NO

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOFM
INTO CORRESPONDING FIELDS OF WA_SOFM
WHERE...

How to access SAP table SOFM

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