URBWLG SAP (Realigner: Status Information for DataSource) Table details

Dictionary Type: Table
Description: Realigner: Status Information for DataSource




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




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

URBWLG is a standard SAP Table which is used to store Realigner: Status Information for DataSource data and is available within R/3 SAP systems depending on the version and release level.

The URBWLG table consists of various fields, each holding specific information or linking keys about Realigner: Status Information for DataSource data available in SAP. These include SYSID (Name of SAP System), MANDT (Client), TRANSTRUC (Table Name), REPSTATUS (Realigner: Replication Status of DataSource).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP URBWLG 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
DSOURCEInfoSource RSISOURCECHAR30RSISOURCERSS
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
MANDTClient MANDTCLNT3Assigned to domainMANDT
TRANSTRUCTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
REPSTATUSRealigner: Replication Status of DataSource UR_BWSTATCHAR1UR_BWSTAT
APPLCLASSApplication class for DD objects (not used) APPLCLASSCHAR4Assigned to domainAPPLCLASSAPP
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
AEDATSystem Date SYDATUMDATS8SYDATS
AETIMSystem Time SYUZEITTIMS6SYTIME
AENAMUser Name SYUNAMECHAR12SYCHAR12
IU_SDATEStart Date: Date UR_BWSDATEDATS8DATUM
IU_STIMEStart Time UR_BWSTIMETIMS6UZEIT
IU_EDATEFinish Date UR_BWEDATEDATS8DATUM
IU_ETIMEFinish Date: Time UR_BWETIMETIMS6UZEIT
IU_TSRealigner: Replication Status UR_BWTSTMPDEC16UR_TSTMP
IU_NRREADRealigner: Number of Records Read UR_BWREADINT410INT4
IU_NRSENTRealigner: Number of Records Replicated UR_BWREPLINT410INT4
DU_ANZAHLRealigner: Number of Delta Updates since Initial Update UR_BWDUANZINT410INT4
DU_SDATEStart Date: Date UR_BWSDATEDATS8DATUM
DU_STIMEStart Time UR_BWSTIMETIMS6UZEIT
DU_EDATEFinish Date UR_BWEDATEDATS8DATUM
DU_ETIMEFinish Date: Time UR_BWETIMETIMS6UZEIT
DU_TSRealigner: Replication Status UR_BWTSTMPDEC16UR_TSTMP
DU_NRREADRealigner: Number of Records Read UR_BWREADINT410INT4
DU_NRSENTRealigner: Number of Records Replicated UR_BWREPLINT410INT4
TSRealigner: Replication Status UR_BWTSTMPDEC16UR_TSTMP
UENUMRealigner: Sequence Number UR_BWUENUMNUMC6NUMC6
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
CHGRUNRealignment Run UR_CHGRUNNUMC12ALPHAUR_OBJNRURCHGRUN

Key field Non-key field



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

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

SELECT SINGLE *
FROM URBWLG
INTO CORRESPONDING FIELDS OF WA_URBWLG
WHERE...

How to access SAP table URBWLG

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