ROIIOTWSOB SAP (BDRP-OTWS: Operations time window sets for a given object) Structure details

Dictionary Type: Structure
Description: BDRP-OTWS: Operations time window sets for a given object




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




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

ROIIOTWSOB 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 "BDRP-OTWS: Operations time window sets for a given object" 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_ROIIOTWSOB TYPE ROIIOTWSOB.

The ROIIOTWSOB table consists of various fields, each holding specific information or linking keys about BDRP-OTWS: Operations time window sets for a given object data available in SAP. These include TWSTYP (BDRP-OTWS: Operations time window set type), TWVRS (BDRP-OTWS: Operations time window set version), TWSNR (BDRP-OTWS: Operations time window set number), STEXT_OT (Text (20 Characters)).. 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: Can be enhanced (character-type)


SAP ROIIOTWSOB 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
MANDTClient MANDTCLNT3T000MANDT
TWSTYPBDRP-OTWS: Operations time window set type OII_TWSTYPCHAR2OIIOTWSTOII_TWSTYP
TWVRSBDRP-OTWS: Operations time window set version OII_TWVRSNUMC3OII_TWVRS
TWSNRBDRP-OTWS: Operations time window set number OII_TWSNRCHAR20OIIOTWSKOII_TWSNR
STEXT_OTText (20 Characters) TEXT20CHAR20TEXT20
LTEXT_OTText, 40 Characters Long TEXT40CHAR40TEXT40
OTWSRSBDRP-OTWS: Operations time window reference set OII_OTWSRSCHAR3OIIOTWSRSOII_OTWSRS
STEXT_RSText (20 Characters) TEXT20CHAR20TEXT20
LTEXT_RSText, 40 Characters Long TEXT40CHAR40TEXT40
TWSFCFactory calendar used by the time window set OII_TWSFCCHAR2TFACDWFCID
LTEXT_FCObject Text FKTEXTCHAR60TEXT60
TWSMODBDRP-OTWS: Operations time window set mode OII_TWSMODCHAR1OII_TWSMOD
CHKBOXOutput Field as Checkbox CHKBOXCHAR1XFELD
IDENTFactory Calendar WFCIDCHAR2Assigned to domainWFCIDFCI
VJAHRYear from which data is stored VJAHRNUMC4GJAHRGJAHR
BJAHRYear until which data is saved BJAHRNUMC4GJAHRGJAHR
MOTAGBit for workday KBITCHAR1CHAR1
DITAGBit for workday KBITCHAR1CHAR1
MIWCHBit for workday KBITCHAR1CHAR1
DOTAGBit for workday KBITCHAR1CHAR1
FRTAGBit for workday KBITCHAR1CHAR1
SATAGBit for workday KBITCHAR1CHAR1
SOTAGBit for workday KBITCHAR1CHAR1
FETAGBit for workday KBITCHAR1CHAR1
HOCIDPublic Holiday Calendar HIDENTCHAR2THOCIHIDENTHCI
BASISStart of factory calendar day numbering KFTAGNUMC5NUM05
ABBRCalendar: Termination flag KABBRCHAR1CHAR1
CRUSRCalendar: Calendar creator/changer KUSERCHAR12USERNAME
CRDATDate FABDATDATS8DATUM
CRTIMECalendar: Creation or change time CRTIMETIMS6UZEIT
INTERVCalendar: Termination flag KABBRCHAR1CHAR1
AKTVJAHRYear, from which calendar is in buffer AKTVJAHRNUMC4GJAHRGJAHR
AKTBJAHRYear, until which calendar is in buffer AKTBJAHRNUMC4GJAHRGJAHR
UPD_FLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

As ROIIOTWSOB 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 ROIIOTWSOB as there is no data to select.

How to access SAP table ROIIOTWSOB

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