RSDD_APD_DATA SAP (Data Structure for Batch Manager) Structure details

Dictionary Type: Structure
Description: Data Structure for Batch Manager




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




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

RSDD_APD_DATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Data Structure for Batch Manager" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSDD_APD_DATA TYPE RSDD_APD_DATA.

The RSDD_APD_DATA table consists of various fields, each holding specific information or linking keys about Data Structure for Batch Manager data available in SAP. These include COMP (X String), COMP_DESC (), INDEX_ID (Index Id), RFCDEST (Logical Destination (Specified in Function Call)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSDD_APD_DATA structure 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
DATAX String RSXSTRINGRSTR0
COMPX String RSXSTRINGRSTR0
COMP_DESC 0
INDEX_IDIndex Id TREXD_INDEX_IDCHAR64TREXD_INDEX_ID
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
LINESNatural Number INT4INT410INT4
WRITE_FACTSBoolean RS_BOOLCHAR1RS_BOOL
DOC_ACTIONDocument action for indexing. TREXD_INDEX_ACTIONCHAR1TREXD_INDEX_ACTION
COL_AGGR 0
STATUIDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
OBJNMObject RSOBJNMCHAR30CHAR30
COMP_TYPE Component Type (For Example, Facts)0
COMP_ID Component ID (For Example, Dimension Name)0
PART_ID Part of Process (Batch Process for Example)0

Key field Non-key field



How do I retrieve data from SAP structure RSDD_APD_DATA using ABAP code?

As RSDD_APD_DATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSDD_APD_DATA as there is no data to select.

How to access SAP table RSDD_APD_DATA

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