ROI0_DUMMY_USE SAP (DTELs not used in structures but in programs, interfaces,...) Structure details

Dictionary Type: Structure
Description: DTELs not used in structures but in programs, interfaces,...




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




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

ROI0_DUMMY_USE 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 "DTELs not used in structures but in programs, interfaces,..." 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_ROI0_DUMMY_USE TYPE ROI0_DUMMY_USE.

The ROI0_DUMMY_USE table consists of various fields, each holding specific information or linking keys about DTELs not used in structures but in programs, interfaces,... data available in SAP. These include DUMMY02 (Suppress inactive contracts based on pricing date), DUMMY03 (Indicator for default determination in RFC call modules), DUMMY04 (Indicator for standard calculation), DUMMY05 (Activity in formula maintenance).. 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 or numeric)


SAP ROI0_DUMMY_USE 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
DUMMY01Indicator ALV (AbapListViewer) display/output type OI0_ALVNUMC1OI0_ALV
DUMMY02Suppress inactive contracts based on pricing date OIA_SUPPCHAR1OIA_SUPP
DUMMY03Indicator for default determination in RFC call modules OIB_DETDEFCHAR1OIB_XFELD
DUMMY04Indicator for standard calculation OIB_STANDARDCHAR1OIB_XFELD
DUMMY05Activity in formula maintenance OIC_ACTVTCHAR2OIC_ACTVT
DUMMY06Licenses: Processing Modes for Display OIH_LICDISP_TYPECHAR1OIH_DISPTYPE
DUMMY07Silo Mgmt.: Tank dip processing mode OIIC_DIP_TRTYPECHAR1OIIDIP_TRTYPE
DUMMY08Laytime in hours OIJDEC22DEC4(2) DEC2_2
DUMMY093WP activity flag for authorization OIJ_3WPACTCHAR1OIJ_3WPACT
DUMMY10OIL-TSW: Aggregate Indicator OIJ_AGGFLAGCHAR1FLAG
DUMMY11Amendment percentage OIJ_AMENDDEC4(1) DEC3_1
DUMMY12APO Order type OIJ_APO_ORDER_TYPECHAR3OIJ_APO_ORDER_TYPE
DUMMY13Incompletion OIJ_INCOMPLETECHAR1OIJ_INCOMPLETE
DUMMY14TSW Loc. Bal. demand / supply selection flag OIJ_LB_DS_SEL_FLGCHAR1OIJ_LB_DS_SEL_FLG
DUMMY15Loc Balancing fraction of day OIJ_LB_FRACTION_DAYDEC5(2)
DUMMY16loaded discharged quantity from a tank OIJ_LDMENGEQUAN13(3) MENG13V
DUMMY17TSW Screen Listing Types OIJ_LISTTYPENUMC1OIJ_LISTTYPE
DUMMY18Exucute SP engine for Locations only OIJ_LOCONLYCHAR1FLAG
DUMMY19Travel Duration OIJ_TRAV_DURATIONQUAN13(3) MENGE
DUMMY20Execute SP engine for transport system only OIJ_TSONLYCHAR1FLAG
DUMMY21Vehicle Available Application Area OIJ_VEHAVL_APPAREACHAR5OIJ_VEHAVL_APPAREA
DUMMY22APO-TSW: BW-related IS-Oil changes flag OIJ_EL_BWACTCHAR1OI0_SELKZ
DUMMY23Supply activity code (not used) OIO_ACTIVITY_CDCHAR4
DUMMY24Capacity loss at remote shipping points (%) OIO_CAP_LOSS_OFFSHNUMC3
DUMMY25Program/transaction mode OIO_MODECHAR1OIO_MODE
DUMMY26Flag: tracking object is deleted OIO_MT_DELETEDCHAR1FLAG
DUMMY27Flag: tracking object is hidden OIO_MT_HIDDENCHAR1FLAG
DUMMY28Flag to indicate process or activity is relevant to RLM OIO_OLM_RELEVANTCHAR1XFELD
DUMMY29SSR PC: Access sequence for function OIRE_READ_DTF OIRA_ACCESS_DBTCHAR1CHAR1
DUMMY30Failure type when resetting procind for a link number OIRA_FAIL_TYPECHAR1OIRA_FAIL_TYPE
DUMMY31Call mode for reset DBT function OIRA_RESET_CALL_MODECHAR1OIRA_RESET_CALL_MODE
DUMMY32Show summary OIRA_SUMMARYCHAR1XFELD
DUMMY33SSR - Check subsequent documents OIRC_C_SUBSDOCCHAR1XFELD
DUMMY34SSR Pricing - Difference target/actual price (7 pos.) OIRC_KBETR_DIFF_07CURR9(2) WERT5
DUMMY35Locations w./o. meter readings OIRC_LOC_WO_MRCHAR1XFELD
DUMMY36Month-end projection method OIRC_MRH_PROJECTIONCHAR1OIRC_MRH_PROJECTION
DUMMY37Flag: quantity not equal zero OIRC_QTY_NE_ZEROCHAR1XFELD
DUMMY38Reset cell blank = No, X = Yes OIRC_RESET_CELLCHAR1YESNO
DUMMY39Show prices, even if no actual price can be found OIRC_SHOW_ACTUAL_PRICECHAR1XFELD
DUMMY40Show document number OIRC_SHOW_DOCNRCHAR1XFELD
DUMMY41Show prices, even if no target price can be found OIRC_SHOW_TARGET_PRICECHAR1XFELD
DUMMY42User check failed, blank = OK, X = Failed OIRC_USERCHKOKCHAR1YESNO
DUMMY43User check type for 2-dimensional pricing OIRC_USERCHKTYPCHAR1OIRC_USERCHKTYP
DUMMY44SSR PC: Payment card indicator OIRE_CARDINDCHAR2OIRE_CARDIND
DUMMY45Data record sequence nr. (SSR CHS Global Multi Currency Fil) OIRH_CHSGMCIF_SEQNRNUMC9NUMC09
DUMMY46Prices for transmission OIRH_PRTRNSMCHAR1OIRH_PRTRNSM
DUMMY47SSR PC: Complaint processing of payment card transactions OIRE_COMPLCHAR2CHAR02
DUMMY48SSR PC: Reversals of payment card transactions OIRE_REVERCHAR2CHAR02

Key field Non-key field



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

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

How to access SAP table ROI0_DUMMY_USE

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