DSYS_XPRA_PROT SAP (Log table for converting RPDSYS to HRDSYS) Table details

Dictionary Type: Table
Description: Log table for converting RPDSYS to HRDSYS




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




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

DSYS_XPRA_PROT is a standard SAP Table which is used to store Log table for converting RPDSYS to HRDSYS data and is available within R/3 SAP systems depending on the version and release level.

The DSYS_XPRA_PROT table consists of various fields, each holding specific information or linking keys about Log table for converting RPDSYS to HRDSYS data available in SAP. These include OBJECT_TYPE (Object type: (L)oio or (P) hio), TABLE_CLASS (Table class for data belonging to object type), OTYPE (Attribute feature (long version)), XPRA_SUCCESS (Checkbox).. 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 DSYS_XPRA_PROT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OBJECT_TYPEObject type: (L)oio or (P) hio PROT_OBJ_CLASSCHAR1CHAR1
TABLE_CLASSTable class for data belonging to object type PROT_TABLE_CLASSCHAR4CHAR4
OTYPEAttribute feature (long version) SDOK_PRV_LCHAR40SDOK_PRV_L
XPRA_SUCCESSCheckbox XFELDCHAR1XFELD
UDATEChanged On AEDATDATS8DATUM
UTIMETime of Last Change UTIMETIMS6UZEIT
ANZ_ERRORCounter for XPRA log PROT_COUNTERINT410INT4
ANZ_WARNINGCounter for XPRA log PROT_COUNTERINT410INT4
ANZ_CREATEDCounter for XPRA log PROT_COUNTERINT410INT4
ANZ_EXISTALREADYCounter for XPRA log PROT_COUNTERINT410INT4
ANZ_WILL_CREATECounter for XPRA log PROT_COUNTERINT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM DSYS_XPRA_PROT
INTO CORRESPONDING FIELDS OF WA_DSYS_XPRA_PROT
WHERE...

How to access SAP table DSYS_XPRA_PROT

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