SOXRR SAP (SAPoffice: table with resubmission data and recipients) Structure details

Dictionary Type: Structure
Description: SAPoffice: table with resubmission data and recipients




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




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

SOXRR 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: table with resubmission data and recipients" 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_SOXRR TYPE SOXRR.

The SOXRR table consists of various fields, each holding specific information or linking keys about SAPoffice: table with resubmission data and recipients data available in SAP. These include DLINAM (Name of distribution list), RECESC (Specification of recipient type), RECOWN (SAPoffice: owner of a distribution list, address etc.), RECTP (Recipient 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SOXRR 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
RECNAMRecipient Name SO_REC_NAMCHAR12USERNAME
DLINAMName of distribution list SO_DLI_NAMCHAR12SO_OBJ_NAM
RECESCSpecification of recipient type SO_ESCAPECHAR1SO_ESCAPE
RECOWNSAPoffice: owner of a distribution list, address etc. SO_REC_OWNCHAR12USERNAME
RECTPRecipient type from ID SO_REC_TPCHAR3Assigned to domainSO_OBJ_TP
RECYRRecipient year from the ID SO_REC_YRCHAR2SO_OBJ_YR
RECNORecipient number from ID SO_REC_NOCHAR12Assigned to domainSO_OBJ_NO
RCDATDate document was received SO_DAT_RCDATS8DATUM
RCTIMTime object was received SO_TIM_RCTIMS6UZEIT
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
RSDATBStart of resubmission: Date SO_DAT_RBBDATS8DATUM
RSTIMBStart of resubmission: time SO_TIM_RBBTIMS6UZEIT
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
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_TPCHAR3Assigned to domainSO_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_TPCHAR3Assigned to domainSO_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
RSRCODEReturn code SO_RCODEINT410SYST_SHORT
OBJNAMName of document, folder or distribution list SO_OBJ_NAMCHAR12SO_OBJ_NAM
OBJDESShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
ADR_NAMESAPoffice: Recipient name SO_ADRNAMECHAR35SO_STRI035

Key field Non-key field



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

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

How to access SAP table SOXRR

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