RCCD_DESTSLOT SAP (Overview of Reserved Destination Addresses in RCCF) Table details

Dictionary Type: Table
Description: Overview of Reserved Destination Addresses in RCCF




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




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

RCCD_DESTSLOT is a standard SAP Table which is used to store Overview of Reserved Destination Addresses in RCCF data and is available within R/3 SAP systems depending on the version and release level.

The RCCD_DESTSLOT table consists of various fields, each holding specific information or linking keys about Overview of Reserved Destination Addresses in RCCF data available in SAP. These include SLOT_NR (Slot Number of Load Distribution in RCCF), SLOT_USER (User Name), SLOT_SDATUM (Start Date of an Engine Run in RCCF), SLOT_STIME (Start Time of an Engine Run in RCCF).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RCCD_DESTSLOT 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
SLOT_DEST_IDDestination ID of External Engine in RCCF RCC_DEST_IDCHAR10RCCC_ENG_DESTRCC_DO_CIDRCCSD_DESTID
SLOT_NRSlot Number of Load Distribution in RCCF RCC_SLOT_NUMBERINT410RCC_DO_SLOT_NUMBER
SLOT_USERUser Name UNAMECHAR12UNAME
SLOT_SDATUMStart Date of an Engine Run in RCCF RCC_ENG_STARTDATEDATS8RCC_DO_LOG_STARTDATE
SLOT_STIMEStart Time of an Engine Run in RCCF RCC_ENG_STARTTIMETIMS6RCC_DO_LOG_STARTTIME
SLOT_NUMUSEDNumber of Slots Used in RCCF RCC_SLOT_USEDNUMBERINT410RCC_DO_INT4
SLOT_PROCIDProcess ID of External Engine in RCCF RCC_ENG_PROCIDCHAR50RCC_DO_CHAR50
SLOT_HOSTNAMEName of Host on Which External Engine Runs RCC_ENG_HOSTNAMECHAR50RCC_DO_CHAR50
SLOT_PROCNAMEProcess Name of External Engine in RCCF RCC_ENG_PROCNAMECHAR50RCC_DO_CHAR50
SLOT_IS_STOPPEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SLOT_WP_PIDProcess Identification WPPIDCHAR8WPPID
SLOT_HAS_ERRORDummy for B20 int1 (Local Everywhere) INT1INT13INT1
SLOT_IDRCCF Slot ID RCC_SLOT_IDCHAR50RCC_DO_CHAR50
SLOT_NAMERCCF Slot Name RCC_SLOT_NAMECHAR50CHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM RCCD_DESTSLOT
INTO CORRESPONDING FIELDS OF WA_RCCD_DESTSLOT
WHERE...

How to access SAP table RCCD_DESTSLOT

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