RAIPS_CTRL SAP (Structure for Maint. of Dep. Simulation Data w/ Offsetting) Structure details

Dictionary Type: Structure
Description: Structure for Maint. of Dep. Simulation Data w/ Offsetting




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




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

RAIPS_CTRL 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 "Structure for Maint. of Dep. Simulation Data w/ Offsetting" 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_RAIPS_CTRL TYPE RAIPS_CTRL.

The RAIPS_CTRL table consists of various fields, each holding specific information or linking keys about Structure for Maint. of Dep. Simulation Data w/ Offsetting data available in SAP. These include MANDT (Client), OBJNR (Object number), LFDNR (Sequence number), BUKRS (Company Code).. 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: Not classified


SAP RAIPS_CTRL 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
MARKFIELDCheckbox XFELDCHAR1XFELD
MANDTClient MANDTCLNT3Assigned to domainMANDT
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
LFDNRSequence number IM_LFDNRNUMC3NUMC3
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ANLKLAsset Class ANLKLCHAR8Assigned to domainALPHAANLKLANKSH_ANLKA
GEGSTTechnical asset number GEGSTCHAR8ALPHAGEGST
ANLARAsset types ANLARCHAR5CHAR5
KTOGRAccount determination KTOGRCHAR8Assigned to domainALPHAKTOGR
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged on AEDAT_ANLADATS8DATUM
AKTIVPlanned capitalization date AM_AKTIVPDATS8DATUM
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
MSFAKMultiple-shift factor for multiple shift operation MSFAKDEC3(2) MSFAK
GPLABPlanned retirement date GPLABDATS8DATUM
CAUFNInternal order CAUFNCHAR12Assigned to domainALPHAAUFNR
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
AUFPRDist.perc.rate for cost ctr./class/start-up date IM_AUFPRDEC5(2) DEC3_2
GSBERBusiness area for dep. simulation IM_GSBERCHAR4TGSBGSBERGSB
AQZIFEquivalence number for distrib. of deprec.simulation values IM_AQZIFDEC10AQZIF
BETRGAmount for depreciation simulation distribution IMA_BETRGCURR15(2) WERTV8
XUNVLCorrective maintenance indicator for deprec. simulation IMA_XUNVLCHAR1XFELD
PS_PSP_PNR2WBS Element (Costs) PS_PSP_PNR2NUMC8Assigned to domainABPSPPS_POSNR
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REDUZAmount offset IMA_REDUZCURR15(2) WERTV8
OFFENAmount offset IMA_REDUZCURR15(2) WERTV8
KZIndicator: Type of change to table ANUPDCHAR1ANUPD
USER_INDEXSequence number IM_LFDNRNUMC3NUMC3
ZUJHRFiscal year in which first acquisition was posted DZUJAHRNUMC4GJAHRGJAHR

Key field Non-key field



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

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

How to access SAP table RAIPS_CTRL

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