AILOA SAP (Change Document Structure; Generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change Document Structure; Generated by RSSCD000




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




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

AILOA 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 "Change Document Structure; Generated by RSSCD000" 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_AILOA TYPE AILOA.

The AILOA table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include MANDT (Client), ILOAN (Location and account assignment for technical object), TPLNR (Functional Location), ABCKZ (ABC indicator for technical object).. 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 AILOA 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
MANDTClient MANDTCLNT3T000MANDT
ILOANLocation and account assignment for technical object ILOANCHAR12Assigned to domainILOAN
TPLNRFunctional Location TPLNRCHAR30IFLOTTPLNRTPLNRIFLIFLM
ABCKZABC indicator for technical object ABCKZCHAR1T370CABCKZ
ABCKZIData origin for ABC indicator field INH_ABCKZICHAR1INHER
EQFNRSort field EQFNRCHAR30CHAR30
EQFNRIData origin for sort field INH_EQFNRICHAR1INHER
SWERKMaintenance plant SWERKCHAR4T001WWERKSSWK
SWERKIData origin for maintenance plant field INH_SWERKICHAR1INHER
STORTLocation of maintenance object PMLOCCHAR10T499SAP_STAND
STORTIData origin for location field INH_STORTICHAR1INHER
MSGRPRoom RAUMNRCHAR8CHAR8
MSGRPIData origin for room number field INH_MSGRPICHAR1INHER
BEBERPlant section BEBERCHAR3T357BEBERBBE
BEBERIData origin for plant section field INH_BEBERICHAR1INHER
CR_OBJTYObject types of the CIM resource CR_OBJTYCHAR2CR_OBJTY
PPSIDObject ID of PP work center PPSIDNUMC8CRIDCR_OBJID
PPSIDIData origin for PP work center field INH_PPSIDICHAR1INHER
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
GSBERIData origin for business area field INH_GSBERICHAR1INHER
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOKRSIData origin for controlling area field INH_KOKRSICHAR1INHER
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
KOSTLIData origin for cost center field INH_KOSTLICHAR1INHER
PROIDWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
PROIDIData origin for WBS element field INH_PROIDICHAR1INHER
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUKRSIData origin for company code field INH_BUKRSICHAR1INHER
ANLNRMain Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
ANLNRIData origin for asset main no./sub-no. fields INH_ANLNRICHAR1INHER
ANLUNAsset Subnumber ANLN2CHAR4ANLAALPHAANLN2AN2
ANLUNIData origin indicator INHERCHAR1INHER
DAUFNStanding order number DAUFNCHAR12AUFKALPHAAUFNRORDP
DAUFNIData origin of standing order number field INH_DAUFNICHAR1INHER
AUFNRSettlement order ILOM_ORDSTCHAR12AUFKALPHAAUFNRORDE
AUFNRIData origin for settlement order field INH_AUFNRICHAR1INHER
TPLNRIData origin for functional location field INH_TPLNRICHAR1INHER
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VKORGIData origin for sales organization field INH_VKORGICHAR1INHER
VTWEGDistribution Channel VTWEGCHAR2TVKOVVTWEGVTWC_VTWEG
VTWEGIData origin of distribution channel field INH_VTWEGICHAR1INHER
SPARTDivision SPARTCHAR2TVTASPARTSPAC_SPART
SPARTIData origin for division field INH_SPARTICHAR1INHER
ADRNRAddress number AD_ADDRNUMCHAR10ADRCALPHAAD_ADDRNUMADR
ADRNRIData origin for address field INH_ADRNRICHAR1INHER
OWNERObject reference indicator ILOM_OWNERCHAR1ILOM_OWNER
VKBURSales Office VKBURCHAR4TVKBZVKBURVKB
VKGRPSales Group VKGRPCHAR3TVBVKVKGRPVKG
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table AILOA

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