ROIA09H_ALV SAP (Output structure for list selection qty. schedules with ALV) Structure details

Dictionary Type: Structure
Description: Output structure for list selection qty. schedules with ALV




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




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

ROIA09H_ALV 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 "Output structure for list selection qty. schedules with ALV" 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_ROIA09H_ALV TYPE ROIA09H_ALV.

The ROIA09H_ALV table consists of various fields, each holding specific information or linking keys about Output structure for list selection qty. schedules with ALV data available in SAP. These include CIND (Contract / call-off indicator), BUKRS (Company Code), WERKS (Plant), MATNR (Material Number).. 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 ROIA09H_ALV 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
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
CINDContract / call-off indicator OIA_CINDCHAR1OIA_CIND
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MEINSQuantity schedule-related UoM OIA_MEINSUNIT3Assigned to domainCUNITMEINSH_OI0_BUS
OPNQTY_SUMOpen Quantity OBMNGQUAN13(3) MENG13
INTQTY_SUMQuantity scheduled to be exchanged OIA_INTQTYQUAN13(3) MENGE
SMENGE_SUMCalled-off/delivered/goods receipt quantity OIA_SMENGEQUAN13(3) OIA_MENGE
RECQTY_SUMQuantity intended against an exchange OIA_RECQTYQUAN13(3) MENGE
EXGPTRExchange partner (vendor number) OIA_EXGPTRCHAR10Assigned to domainALPHALIFNRLIFKREDO
DOCUMDocument number OIA_DOCUMCHAR10OIA_DOCUM
ITEMItem number OIA_ITEMNUMC6OIA_ITEM
EXGTYPExchange type OIA_EXGTYPCHAR4Assigned to domainOIA_EXGTYPOI3
ENTLUBreakdown ind. for scheduling on contract/call-off level OIA_ENTLUCHAR1Assigned to domainOIA_ENTLU
SPLITHow to split quantity in quantity schedule OIA_SPLITCHAR1OIA_SPLIT
VONDATValid-From Date VONDATDATS8DATUM
BISDATValid-to date BISDATDATS8DATUM
KALIDFactory Calendar WFCIDCHAR2Assigned to domainWFCIDFCI
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
LVORMDeletion Indicator LVORMCHAR1XFELD
SMENGE_POSCalled-off/delivered/goods receipt quantity OIA_SMENGEQUAN13(3) OIA_MENGE

Key field Non-key field



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

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

How to access SAP table ROIA09H_ALV

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