PUTTB_SHD SAP (Control Table for Shadow Import During the Upgrade) Table details

Dictionary Type: Table
Description: Control Table for Shadow Import During the Upgrade




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




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

PUTTB_SHD is a standard SAP Table which is used to store Control Table for Shadow Import During the Upgrade data and is available within R/3 SAP systems depending on the version and release level.

The PUTTB_SHD table consists of various fields, each holding specific information or linking keys about Control Table for Shadow Import During the Upgrade data available in SAP. These include SHDNAME (4.0 version of TABNAME (name extension)), ALINAME (4.0 version of TABNAME (name extension)), SRCTYPE (Type of the Dictionary object), SRCFORM (How the Dictionary object is implemented in the database).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PUTTB_SHD 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
TABNAME4.0 version of TABNAME (name extension) V4TABNAMECHAR30CHAR30
SHDNAME4.0 version of TABNAME (name extension) V4TABNAMECHAR30CHAR30
ALINAME4.0 version of TABNAME (name extension) V4TABNAMECHAR30CHAR30
SRCTYPEType of the Dictionary object TABTYPECHAR1TABTYPE
SRCFORMHow the Dictionary object is implemented in the database TABFORMCHAR1TABFORM
SRCCLIClient-Dependence RSCLIENTCHAR1SUGSBOOL
SRCREFNAME4.0 version of TABNAME (name extension) V4TABNAMECHAR30CHAR30
DSTTYPEType of the Dictionary object TABTYPECHAR1TABTYPE
DSTFORMHow the Dictionary object is implemented in the database TABFORMCHAR1TABFORM
BUILDCONVNaming convention for forming substitution names RSNAMECONVCHAR3RSNAMECONV
COMPSoftware Component RSCOMPNTCHAR1RSCOMPNT
DSTCLIClient-Dependence RSCLIENTCHAR1SUGSBOOL
BUILDCONVNaming convention for forming substitution names RSNAMECONVCHAR3RSNAMECONV
COMPSoftware Component RSCOMPNTCHAR1RSCOMPNT
EXCHANGESubstitution Table RSEXCHANGECHAR1SUGSBOOL
FLAGUNITable is unique RSUNIQUECHAR1SUGSBOOL
INITFILLInitial Filling RSFILLCHAR1SUGSBOOL
NOTRIGGERNo Trigger RSNOTRIGCHAR1SUGSBOOL
FLAGTRIGTrigger of table fired RSTRIGGERCHAR1SUGSBOOL
FLAGNEWTable is new RSNEWCHAR1SUGSBOOL
FLAGTABUTable gets TABU request RSTABUCHAR1SUGSBOOL
DRCREATETable was delivered with drop/create RSDRCRECHAR1SUGSBOOL
SHADOWShadow table is copied over RSSHADOWCHAR1SUGSBOOL
CPYTOSHDTable contents are copied to the shadow RSCPYTSHDCHAR1SUGSBOOL
EXTERNTable is converted externally RSEXTERNCHAR1SUGSBOOL
CPYFROMSHDTable contents are copied from shadow RSCPYFSHDCHAR1SUGSBOOL
CPYTOSHDTable contents are copied to the shadow RSCPYTSHDCHAR1SUGSBOOL
CPYFROMSHDTable contents are copied from shadow RSCPYFSHDCHAR1SUGSBOOL
SWITCHTable is being renamed RSSWITCHCHAR1SUGSBOOL
MVNTABSMove Nametabs Step RSMVNTABCHAR1CHAR1
DISTMODEMode for shadow distributor RSDISTMDCHAR1RSDSTMD
PACKETNRCharacter Field Length = 10 CHAR10CHAR10CHAR10
CLONE'C' = copy 'E' = export CLONETYPECHAR1CLONETYPE
WCONTENTClassification of substitution tables SAUSCLASSCHAR1SAUSCLASS
DESTCLASSTarget area for substitution tables SAUSTCLASSCHAR1SAUSTCLASS
CLONE'C' = copy 'E' = export CLONETYPECHAR1CLONETYPE
ACCFROMSHDAccess from shadow system to original system is possible RSRVSACCCHAR1SUGSBOOL
TRIGSUFFIXCharacter Field Length = 10 CHAR10CHAR10CHAR10
MODEFLAGResults of Distribution Run (Table DDXTT) MODEFLAGCHAR1MODEFLAG
ACCFROMSHDAccess from shadow system to original system is possible RSRVSACCCHAR1SUGSBOOL
CONTREQWill the table being copied? CONTREQCHAR1CONTREQ
CLONSTATEStatus of cloning of a table CLONSTATUSCHAR1CLONSTATUS
CHANGERECValue for change record request CHANGERECCHAR1CHANGEREC
ALITYPEAlias Type ALITYPECHAR1ALITYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM PUTTB_SHD
INTO CORRESPONDING FIELDS OF WA_PUTTB_SHD
WHERE...

How to access SAP table PUTTB_SHD

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