RAIP_OBJ3 SAP (CO object number with controlling area information) Structure details

Dictionary Type: Structure
Description: CO object number with controlling area information




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




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

RAIP_OBJ3 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 "CO object number with controlling area information" 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_RAIP_OBJ3 TYPE RAIP_OBJ3.

The RAIP_OBJ3 table consists of various fields, each holding specific information or linking keys about CO object number with controlling area information data available in SAP. These include MANDT (Client), KOKRS (Controlling Area), BEZEI (Name of the controlling area), WAERS (Currency Key).. 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 RAIP_OBJ3 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
OBJNRCO object number for inv. prog. position IM_OBJNRCHAR22Assigned to domainJ_OBJNR
MANDTClient MANDTCLNT3T000MANDT
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BEZEIName of the controlling area BEZEICHAR25TEXT25
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
LMONAFiscal Year Variant PERIVCHAR2T009PERIV
KOKFIAllocation Indicator KOKFICHAR1KOKFI
LOGSYSTEMLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
ALEMTCost center distribution method via ALE CO_ALEMTCHAR2ALPHACO_ALEMT
MD_LOGSYSTEMLogical system for master data maintenance MASTERDATA_LOGSYSTEMCHAR10TBDLSALPHALOGSYS
KHINRStandard Hierarchy for Cost Centers KSTHICHAR12SETNR
KOMP1Indicator: Revenue must be converted KOMP1CHAR1CHAR1_X
KOMP0Productive indicator for controlling area KOMP0CHAR1CHAR1_X
KOMP2Indicator: reserve (not used at present) KOMP2CHAR1CHAR1_X
ERKRSOperating concern ERKRSCHAR4TKEBERKRSERB
DPRCTDummy Profit Center DPRCTCHAR10CEPCALPHAPRCTR
PHINRProfit center area PHINRCHAR12SETNR
PCLDGProfit center ledger PCLDGCHAR2T881ALPHARLDNR
PCBELElimination of internal bus. volume for Profit Center Acctg PCBELCHAR1CHAR1_X
XWBUKIndicator: Different Company Code Currency is Allowed XWBUKCHAR1XFELD
BPHINRStandard Hierarchy Area CO_BPHINRCHAR12SETNRKWH
XBPALEIndicator: ALE for active business process (process costs) XBPALECHAR1XFELD
KSTAR_FINCost element for vendor downpayments w/o purchase ord. ref. KSTAR_FINCHAR10CSKAALPHAKSTAR
KSTAR_FIDRevenue type for debitor downpayments without sales ord. ref KSTAR_FIDCHAR10CSKAALPHAKSTAR
PCACURLocal Currency for Profit Center Accounting PCACURCUKY5TCURCWAERS
PCACURTPCurrency type of the profit center report currency CURTPPCCHAR2CURTP
PCATRCURStore transaction currency in EC-PCA PCATRCURCHAR1XFELD
CTYPCurrency Type for Controlling Area CO_CTYPCHAR2CURTP
RCLACReconciliation Ledger Active RCLACTIVCHAR1RKACT
BLARTDocument Type for Reconcil. Postings From Reconcil. Ledger RCL_BLARTCHAR2T003BLARTBAR
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
RCL_PRIMACReconciliation Ledger: Acct Determination for Primary CElms RCL_PRIMACCHAR1BOOLE
PCA_ALEMTMethod for Distributing Profit Centers Using ALE PCA_ALEMTCHAR2ALPHAPCA_ALEMT
PCA_VALUValuation View VALUTYPNUMC1VALUTYPVTP
CVPROFCurrency and Valuation Profile CVPROFCHAR4TCVPROFCVPROF
CVACTInd.: Currency and Valuation Profile Active CVACTCHAR1XFELD
VNAMEPerson Responsible for the Controlling Area CO_VNAMECHAR12USR02XUBNAME
PCA_ACC_DIFFAccount control when transferring valuation differences PCA_ACCOUNT_VAL_DIFFCHAR1PCA_ACCOUNT_VAL_DIFF
TP_VALOHBValuation View for Calculation Base VALUTYP_OH_BASENUMC1VALUTYP
DEFPRCTRDefault Profit Center for Nonassigned Processes FAGL_DEFPRCTRCHAR10CEPCALPHAPRCTR
AUTH_USE_NO_STDDo Not Use Standard Hierarchy for Authorizations AUTH_USE_NO_STDCHAR1CHAR1
AUTH_USE_ADD1Use First Alternative Hierarchy for Authorizations AUTH_USE_ADD1CHAR1CHAR1
AUTH_USE_ADD2Use Second Alternative Hierarchy for Authorizations AUTH_USE_ADD2CHAR1CHAR1
AUTH_KE_NO_STDDo Not Use Standard Hierarchy for Authorizations AUTH_USE_NO_STDCHAR1CHAR1
AUTH_KE_USE_ADD1Use First Alternative Hierarchy for Authorizations AUTH_USE_ADD1CHAR1CHAR1
AUTH_KE_USE_ADD2Use Second Alternative Hierarchy for Authorizations AUTH_USE_ADD2CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RAIP_OBJ3

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