RSDCHABASDEL SAP (Status Logging for Master Data Deletion) Table details

Dictionary Type: Table
Description: Status Logging for Master Data Deletion




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




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

RSDCHABASDEL is a standard SAP Table which is used to store Status Logging for Master Data Deletion data and is available within R/3 SAP systems depending on the version and release level.

The RSDCHABASDEL table consists of various fields, each holding specific information or linking keys about Status Logging for Master Data Deletion data available in SAP. These include NWUCTABNM (Table Name), NWUCDTABNM (Table Name), LOGHANDLE (Application Log: Log Handle), SCENARIO (Natural Number).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSDCHABASDEL 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
IOBJNMInfoObject RSDIOBJNMCHAR30RSIOBJNMRSD_IOBJNM
NWUCTABNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
NWUCDTABNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
LOGHANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
SCENARIONatural Number INT4INT410INT4
PROC_S_TABBoolean RS_BOOLCHAR1RS_BOOL
PROC_P_TABBoolean RS_BOOLCHAR1RS_BOOL
PROC_Q_TABBoolean RS_BOOLCHAR1RS_BOOL
PROC_X_TABBoolean RS_BOOLCHAR1RS_BOOL
PROC_Y_TABBoolean RS_BOOLCHAR1RS_BOOL
PROC_T_TABBoolean RS_BOOLCHAR1RS_BOOL
S_JOBNAMEBackground job name BTCJOBCHAR32CHAR32
S_JOBNUMBERJob ID BTCJOBCNTCHAR8CHAR8
P_JOBNAMEBackground job name BTCJOBCHAR32CHAR32
P_JOBNUMBERJob ID BTCJOBCNTCHAR8CHAR8
Q_JOBNAMEBackground job name BTCJOBCHAR32CHAR32
Q_JOBNUMBERJob ID BTCJOBCNTCHAR8CHAR8
X_JOBNAMEBackground job name BTCJOBCHAR32CHAR32
X_JOBNUMBERJob ID BTCJOBCNTCHAR8CHAR8
Y_JOBNAMEBackground job name BTCJOBCHAR32CHAR32
Y_JOBNUMBERJob ID BTCJOBCNTCHAR8CHAR8
T_JOBNAMEBackground job name BTCJOBCHAR32CHAR32
T_JOBNUMBERJob ID BTCJOBCNTCHAR8CHAR8
D_JOBNAMEBackground job name BTCJOBCHAR32CHAR32
D_JOBNUMBERJob ID BTCJOBCNTCHAR8CHAR8
PROC_SIDSNatural Number INT4INT410INT4
DELRESULTNatural Number INT4INT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDCHABASDEL
INTO CORRESPONDING FIELDS OF WA_RSDCHABASDEL
WHERE...

How to access SAP table RSDCHABASDEL

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