SORSO SAP (SAPoffice: resubmission of a user (without MANDT)) Structure details

Dictionary Type: Structure
Description: SAPoffice: resubmission of a user (without MANDT)




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




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

SORSO 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: resubmission of a user (without MANDT)" 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_SORSO TYPE SORSO.

The SORSO table consists of various fields, each holding specific information or linking keys about SAPoffice: resubmission of a user (without MANDT) data available in SAP. These include OWNYR (Owner year from the ID), OWNNO (Owner number from the ID), OBJTP (Resubmission: Object type from ID), OBJYR (Resubmission: object year from the 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SORSO 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
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_TPCHAR3Assigned to domainSO_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

Key field Non-key field



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

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

How to access SAP table SORSO

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