RSBKCMD SAP (DTP Command Template in XML Format) Table details

Dictionary Type: Table
Description: DTP Command Template in XML Format




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




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

RSBKCMD is a standard SAP Table which is used to store DTP Command Template in XML Format data and is available within R/3 SAP systems depending on the version and release level.

The RSBKCMD table consists of various fields, each holding specific information or linking keys about DTP Command Template in XML Format data available in SAP. These include OBJVERS (Object version), NODE (Node in a DTP Script), PARENT (Node in a DTP Script), CHILD (Node in a DTP Script).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSBKCMD 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
DTPData Transfer Process ID RSBKDTPNMCHAR30RSBKDTPRSBKDTPNM
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
NODENode in a DTP Script RSBCMDNODEINT410RSBCMDNODE
PARENTNode in a DTP Script RSBCMDNODEINT410RSBCMDNODE
CHILDNode in a DTP Script RSBCMDNODEINT410RSBCMDNODE
NEXTNode in a DTP Script RSBCMDNODEINT410RSBCMDNODE
CMDData Transfer Process: Command RSBCMDCHAR20Assigned to domainRSBCMD
TPL_INSTANCEABAP-OO Instance in Standard XML Format RSBKINSTANCERSTR0RSBKINSTANCE

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSBKCMD
INTO CORRESPONDING FIELDS OF WA_RSBKCMD
WHERE...

How to access SAP table RSBKCMD

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