ROIJNOMI_ATL SAP (ATL related fields) Structure details

Dictionary Type: Structure
Description: ATL related fields




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




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

ROIJNOMI_ATL 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 "ATL related fields" 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_ROIJNOMI_ATL TYPE ROIJNOMI_ATL.

The ROIJNOMI_ATL table consists of various fields, each holding specific information or linking keys about ATL related fields data available in SAP. These include ATL_DELV_ITM (ATL credit check delivery item), INCO1 (Incoterms (Part 1)), INCO2 (Incoterms (Part 2)), ATL_CRDT_QTY (ATL Credit Quantity).. 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 ROIJNOMI_ATL 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
ATL_DELV_NUMBERATL credit check delivery number OIJ_ATL_DELVCHAR10Assigned to domainALPHAVBELN
ATL_DELV_ITMATL credit check delivery item OIJ_ATL_DELV_ITMNUMC6Assigned to domainPOSNR
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
ATL_CRDT_QTYATL Credit Quantity OIJ_ATL_CREDIT_QTYQUAN13(3) MENG13
ATL_CRDT_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ATL_CRDT_VALATL Credit Amount OIJ_ATL_CREDIT_AMTCURR15(2) WERT8
ATL_CRDT_CURRATL Credit Currency OIJ_ATL_CREDIT_CURRCUKY5Assigned to domainWAERS
CUR_CRDT_VALReleased credit value of the document AMTBL_CMCURR15(2) WERTV8
CUR_CRDT_CURRATL Credit Currency OIJ_ATL_CREDIT_CURRCUKY5Assigned to domainWAERS
PRE_EXIST_INDATL Preexisting Delivery Indicator OIJ_ATL_PREEXIST_INDCHAR1CHAR1_X
SO_PLNTSales Order Plant OIJ_WERKS_EXTCHAR4Assigned to domainWERKS

Key field Non-key field



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

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

How to access SAP table ROIJNOMI_ATL

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