SOUR SAP (SAPoffice: Set of Regulations for User Agent) Table details

Dictionary Type: Table
Description: SAPoffice: Set of Regulations for User Agent




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




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

SOUR is a standard SAP Table which is used to store SAPoffice: Set of Regulations for User Agent data and is available within R/3 SAP systems depending on the version and release level.

The SOUR table consists of various fields, each holding specific information or linking keys about SAPoffice: Set of Regulations for User Agent data available in SAP. These include LFDNR (Consecutive number of a rule), EV_OBJECT (Triggering object), EV_EVENT (Triggering event), ATTRIBUTE (Attribute Name for Source Object Criterion).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SOUR 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
RULENORule number SO_RULENOCHAR12Assigned to domainSO_OBJ_NO
LFDNRConsecutive number of a rule SO_SEQUNOCHAR12Assigned to domainSO_OBJ_NO
EV_OBJECTTriggering object SO_EV_OBJCHAR110SO_OBJ_INS
EV_EVENTTriggering event SO_EV_EVNTCHAR32SO_EVENT
ATTRIBUTEAttribute Name for Source Object Criterion SO_ATTRICHAR35SO_STRI035
SEL_SIGNSingle-Character Indicator CHAR1CHAR1CHAR1
SEL_OPTIONCHAR04 data element for SYST SYCHAR04CHAR4SYCHAR04
SEL_LOWCHAR255 data element for SYST SYCHAR255CHAR255SYCHAR255
SEL_HIGHCHAR255 data element for SYST SYCHAR255CHAR255SYCHAR255
DEST_OBJTarget object SO_DESTOBJCHAR110SO_OBJ_INS
DEST_EVTarget event SO_DEST_EVCHAR32SO_EVENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOUR
INTO CORRESPONDING FIELDS OF WA_SOUR
WHERE...

How to access SAP table SOUR

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