SORS SAP (SAPoffice: Resubmission of user) Table details

Dictionary Type: Table
Description: SAPoffice: Resubmission of user




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




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

SORS is a standard SAP Table which is used to store SAPoffice: Resubmission of user data and is available within R/3 SAP systems depending on the version and release level.

The SORS table consists of various fields, each holding specific information or linking keys about SAPoffice: Resubmission of user data available in SAP. These include OWNTP (Owner type from ID), OWNYR (Owner year from the ID), OWNNO (Owner number from the ID), OBJTP (Resubmission: 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 SORS 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
OWNTPOwner type from ID SO_OWN_TPCHAR3TSOTDSO_OBJ_TP
OWNYROwner year from the ID SO_OWN_YRCHAR2SO_OBJ_YR
OWNNOOwner number from the ID SO_OWN_NOCHAR12Assigned to domainSO_OBJ_NO
OBJTPResubmission: Object type from ID SO_RSU_TPCHAR3TSOTDSO_OBJ_TP
OBJYRResubmission: object year from the ID SO_RSU_YRCHAR2SO_OBJ_YR
OBJNOResubmission: object number from the ID SO_RSU_NOCHAR12Assigned to domainSO_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
RSCNTNumber of resubmissions for a document SO_RSMCNTNUMC2SO_COUNT1
RSDATDate On Which The Object Was Resubmitted SO_DAT_RBDATS8DATUM
RSTIMResubmission: time SO_TIM_RBTIMS6UZEIT
RSSPAIntervals at which an object should be resubmitted SO_RSSPANUMC2SO_COUNT1
RSFLGInterpretation of the resubmission period (days/months) SO_RSFLGCHAR1SO_RSFU
RSTIMEEnd of resubmission: time SO_TIM_RBETIMS6UZEIT
RSDATEEnd of resubmission: date SO_DAT_RBEDATS8DATUM
RSDAYDay of resubmission (eg. every first Wednesday) SO_RSDAYCHAR1SO_RSFD
ACINPToDo: status SO_ACINPCHAR4SO_TEXT004
OBJRDObject has already been viewed SO_OBJ_RDCHAR1SO_FLAG
OBJRSThe reply to this object has already been sent SO_OBJ_RSCHAR1SO_FLAG
RSDATBStart of resubmission: Date SO_DAT_RBBDATS8DATUM
RSTIMBStart of resubmission: time SO_TIM_RBBTIMS6UZEIT
RSDATLLead time of the resubmission in days SO_DAT_RSLNUMC2SO_COUNT1
RSTIMLSAPoffice: lead time of resubmission in hours SO_TIM_RSLNUMC2SO_COUNT1
RSFLGLSAPoffice: interpretation of lead time for the resubmission SO_RSFLGLCHAR1SO_RSFL
CROTPUser who created object: Object type from ID SO_CRO_TPCHAR3TSOTDSO_OBJ_TP
CROYRUser that created object: year from the ID SO_CRO_YRCHAR2SO_OBJ_YR
CRONOUser that created object: number from the ID SO_CRO_NOCHAR12Assigned to domainSO_OBJ_NO
CRODATDate created SO_DAT_CRDATS8DATUM
CROTIMTime created SO_TIM_CRTIMS6UZEIT
CHOTPUser that changed the object: Object type from ID SO_CHO_TPCHAR3TSOTDSO_OBJ_TP
CHOYRUser that changed the object: year from the ID SO_CHO_YRCHAR2SO_OBJ_YR
CHONOUser that changed the object: number from the ID SO_CHO_NOCHAR12Assigned to domainSO_OBJ_NO
CHODATDate of Last Change SO_DAT_CHDATS8DATUM
CHOTIMTime of Last Change SO_TIM_CHTIMS6UZEIT
FLAG1Search of private or shared folders SO_FLAGCHAR1SO_FLAG
FLAG2Search of private or shared folders SO_FLAGCHAR1SO_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM SORS
INTO CORRESPONDING FIELDS OF WA_SORS
WHERE...

How to access SAP table SORS

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