RSCSTRU SAP (Help table for structure change) Table details

Dictionary Type: Table
Description: Help table for structure change




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




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

RSCSTRU is a standard SAP Table which is used to store Help table for structure change data and is available within R/3 SAP systems depending on the version and release level.

The RSCSTRU table consists of various fields, each holding specific information or linking keys about Help table for structure change data available in SAP. These include JOBCOUNT (Job ID), STATUS (Character Field Length = 10), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), TIMESTAMP_START (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RSCSTRU 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
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
STATUSCharacter Field Length = 10 CHAR10CHAR10CHAR10
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TIMESTAMP_STARTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
UNAMEUser Name SYUNAMECHAR12SYCHAR12
CNSIDLASTMaster data ID RSSIDINT410RSSID
EVENT_ID_STRU_OKBackground Processing Event BTCEVENTIDCHAR32CHAR32
EVENT_PM_STRU_OKBackground Event Parameters (Such as, Jobname/Jobcount) BTCEVTPARMCHAR64TEXT64
EVENT_ID_STRU_ERBackground Processing Event BTCEVENTIDCHAR32CHAR32
EVENT_PM_STRU_ERBackground Event Parameters (Such as, Jobname/Jobcount) BTCEVTPARMCHAR64TEXT64
LIST_VARIANTABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
NO_REPORTNo reporting during attribute/hierarchy change RSNOREPORTCHAR1CHAR1
SDLSTRTDTPlanned Start Date for Background Job BTCSDATEDATS8SYDATS
SDLSTRTTMPlanned start time for background Job BTCSTIMETIMS6SYTIME
LASTSTRTDTLatest Execution Date for a Background Job BTCLSDATEDATS8SYDATS
LASTSTRTTMLatest Execution Time for Background Job BTCLSTIMETIMS6SYTIME
PREDJOBName of previous job BTCPREDNAMCHAR32CHAR32
PREDJOBCNTJob ID BTCJOBCNTCHAR8CHAR8
CHECKSTATJob status check indicator for subsequent job start BTCCKSTATCHAR1CHAR1
EVENTIDBackground Processing Event BTCEVENTIDCHAR32CHAR32
EVENTPARMBackground Event Parameters (Such as, Jobname/Jobcount) BTCEVTPARMCHAR64TEXT64
STARTDTTYPStart date type ID BTCSTDTTYPCHAR1CHAR1
PRDMINSDuration period (in minutes) for a batch job BTCPMINNUMC2NUM02
PRDHOURSDuration period (in hours) for a batch job BTCPHOURNUMC2NUM02
PRDDAYSDuration (in days) of DBA action BTCPDAYNUMC3NUM03
PRDWEEKSDuration period (in weeks) for a batch job BTCPWEEKNUMC2NUM02
PRDMONTHSDuration period (in months) for a batch job BTCPMNTHNUMC2NUM02
PERIODICPeriodic Jobs Indicator BTCPFLAGCHAR1CHAR1
INSTNAMEServer name BTCSRVNAMECHAR20TEXT20
CALENDARIDFactory Calendar ID for Background Processing BTCCALIDCHAR2CHAR2
EOMCORRECTCorrection field for calc. job execution (end-of-mth, cal.) BTCEOMCORRINT410
CALCORRECTCorrection field for calc. job execution (end-of-mth, cal.) BTCEOMCORRINT410
IMSTRTPOSFlag indicating whether job can be started immediately BTCIMSTPOSCHAR1CHAR1
PRDBEHAVPeriod behavior of jobs on non-workdays BTCPRDBHVCHAR1CHAR1
WDAYNONo. of workday on which a job is to start BTCWORKDAYNUMC2NUM02
WDAYCDIRCount direction for 'on workday' start date of a job BTCWDCDIRNUMC2NUM02
NOTBEFOREPlanned Start Date for Background Job BTCSDATEDATS8SYDATS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSCSTRU
INTO CORRESPONDING FIELDS OF WA_RSCSTRU
WHERE...

How to access SAP table RSCSTRU

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