UROPALLOW SAP (Permitted Operations Dependent on Status) Table details

Dictionary Type: Table
Description: Permitted Operations Dependent on Status




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




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

UROPALLOW is a standard SAP Table which is used to store Permitted Operations Dependent on Status data and is available within R/3 SAP systems depending on the version and release level.

The UROPALLOW table consists of various fields, each holding specific information or linking keys about Permitted Operations Dependent on Status data available in SAP. These include LFDNR (Count parameters), RUN_STAT (Status of a Realignment Run), REALIGN_STAT (Status of Changes in a Realignment Run), REPL_QUEUE_STAT (Replication Status of the Delta Queue for a Realignment Run).. 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: Cannot Be Enhanced


SAP UROPALLOW 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
OPERATION_TYPEType of operation to be executed UR_OPERATION_TYPECHAR4UR_OPERATION_TYPE
LFDNRCount parameters NUMC4NUMC4NUMC4
RUN_STATStatus of a Realignment Run UR_CHGRUN_STATUSCHAR1UR_RUN_STAT
REALIGN_STATStatus of Changes in a Realignment Run UR_REALIGN_STATUSCHAR1UR_SUB_STATUS
REPL_QUEUE_STATReplication Status of the Delta Queue for a Realignment Run UR_DELTA_QUEUE_STATUSCHAR1UR_SUB_STATUS
REPL_OBJECT_STATReplication Status of the Object Queue in a Realignment Run UR_OBJECT_QUEUE_STATUSCHAR1UR_SUB_STATUS
UNDO_RUN_STATUndo Status of a Realignment Run UR_UNDO_R_STATUSCHAR1UR_SUB_STATUS
UNDO_REPL_Q_STATReplication Status of the Object Queue Realignment Run Undo UR_UNDO_REPL_Q_STATCHAR1UR_SUB_STATUS
UNDO_REPL_O_STATReplication Status of the Object Queue Realignment Run Undo UR_UNDO_REPL_O_STATCHAR1UR_SUB_STATUS
CLEANUP_STATCleanup Status for a Realignment Run UR_CLEANUP_STATUSCHAR1UR_SUB_STATUS
REPAIR_STATRealignment Run Repair Status UR_REPAIR_STATUSCHAR1UR_SUB_STATUS
FULL_MODEFull Mode for Realignments UR_FULL_MODECHAR1CHAR1
EXTINCT_MODEFlag for Generated Deletion Run UR_EXTINCT_MODECHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM UROPALLOW
INTO CORRESPONDING FIELDS OF WA_UROPALLOW
WHERE...

How to access SAP table UROPALLOW

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