ROIJRDHM SAP (Rundown header material structure) Structure details

Dictionary Type: Structure
Description: Rundown header material structure




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




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

ROIJRDHM 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 "Rundown header material structure" 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_ROIJRDHM TYPE ROIJRDHM.

The ROIJRDHM table consists of various fields, each holding specific information or linking keys about Rundown header material structure data available in SAP. These include RDCONV (OIL-TSW: Stock Projection conversion factor), PERIOD (OIL-TSW: Rolling period), PAST (OIL-TSW: Number of days in the past), TOLPCT (Quantity tolerance under (%)).. 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 ROIJRDHM 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
RDUOMStock Projection unit of measure (UoM) OIJ_RDUOMUNIT3Assigned to domainCUNITMEINS
RDCONVOIL-TSW: Stock Projection conversion factor OIJ_RDCONVNUMC5NUMC5
PERIODOIL-TSW: Rolling period OIJ_PERIODNUMC3ANZTA
PASTOIL-TSW: Number of days in the past OIJ_PASTNUMC3ANZTA
TOLPCTQuantity tolerance under (%) OIJ_BUTOLDEC4(1) DEC3_1
TOLABSAbsolute tolerance qty under OIJ_TOLABSQUAN13(3) MENG13
PASTDATAOIL-TSW: No. of days in past for safety stock calculation OIJ_SFPASTNUMC3ANZTA
PHY_INV_FLGOIL-TSW: Flag indicating physical inventory input OIJ_FLGCHAR1XFELD
PHY_INVOIL-TSW: Phy inventory at loc.(from external source) OIJ_PHY_INVQUAN13(3) MENG13V
PHY_DATEOIL-TSW: Date for last physical inventory update OIJ_PHY_DATEDATS8DATUM
FCPASTOIL-TSW: History horizon for automated rack issue forecast OIJ_FCPASTNUMC3ANZTA
FCOFFSETOIL-TSW: Number of offset days in forecast calculation OIJ_FCOFFSETNUMC3ANZTA
FCTYPEOIL-TSW: Rack issue forecast type OIJ_FCTYPECHAR4OIJ_FCTYPE
PHYTMSTimestamp for previous physical inventory update OIJ_PHYTMSNUMC14TSTAMP
SRCTYPEOIL-TSW: Physical inventory type / source OIJ_SRCTYPECHAR1OIJSRCTYPEOIJ_SRCTYPE
FCHORIZOil-TSW: Rack issue / Throughput forecast history horizon OIJ_FCHORIZNUMC3OIJ_FCHORIZ
RVPRVP value OIJ_RVPDEC4(1) DEC3_1

Key field Non-key field



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

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

How to access SAP table ROIJRDHM

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