ROILITRNS SAP (Transfer structure for header data for replenishment maint.) Structure details

Dictionary Type: Structure
Description: Transfer structure for header data for replenishment maint.




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




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

ROILITRNS 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 "Transfer structure for header data for replenishment maint." 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_ROILITRNS TYPE ROILITRNS.

The ROILITRNS table consists of various fields, each holding specific information or linking keys about Transfer structure for header data for replenishment maint. data available in SAP. These include M_REFMAT (Material Number), M_MAKTX (Material Description (Short Text)), M_MATKL (Material Group), M_MEINS (Base Unit of Measure).. 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 ROILITRNS 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
M_MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
M_REFMATMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
M_MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
M_MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
M_MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
M_WGBEZMaterial Group Description WGBEZCHAR20TEXT20
K_KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
K_REFKUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
K_NAME1Name 1 NAME1_GPCHAR35NAME
K_ORT01City ORT01CHAR25TEXT25
K_KTOKDCustomer Account Group KTOKDCHAR4T077DKTOKDKGD
K_KTOTXTAccount Group Name TXT30_077TCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table ROILITRNS

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