RAIP_CONS_CHECK SAP (Messages from Consistency Check for Plan/Budget) Structure details

Dictionary Type: Structure
Description: Messages from Consistency Check for Plan/Budget




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




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

RAIP_CONS_CHECK 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 "Messages from Consistency Check for Plan/Budget" 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_CONS_CHECK TYPE RAIP_CONS_CHECK.

The RAIP_CONS_CHECK table consists of various fields, each holding specific information or linking keys about Messages from Consistency Check for Plan/Budget data available in SAP. These include OBJNR (Object number), PRNAM_IP (Investment program name), GJAHR_IP (Fiscal Year), POSID_IP (Identification for an investment program position).. 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 RAIP_CONS_CHECK 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
OBARTAllowed object types for cap. inv. programs IM_OBARTCHAR2IM_OBART
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PRNAM_IPInvestment program name IM_PRNAMCHAR8Assigned to domainIM_PRNAMIMT
GJAHR_IPFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
POSID_IPIdentification for an investment program position IM_POSIDCHAR24POSIDIM_POSIDIMP
POSID_IQAppropriation Request Number (Formatted for Coding Mask) IMA_POSIDCHAR24REQIDIMA_POSIDIAGIIMA
VARNT_IQVariant of Appropriation Request IMA_VARNTCHAR4ALPHAIMA_VARNTIAVSVARNT
PSPID_PRProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
POSID_PRWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
AUFNR_OROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
TYPEMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
IDMessage Class SYMSGIDCHAR20T100AARBGB
NUMBERMessage Number SYMSGNONUMC3SYMSGNO
MESSAGEMessage Text BAPI_MSGCHAR220TEXT220
LOG_NOApplication log: log number BALOGNRCHAR20BALHDRBALOGNR
LOG_MSG_NOApplication log: Internal message serial number BALMNRNUMC6BALMBALMNR
MESSAGE_V1Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V2Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V3Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V4Message Variable SYMSGVCHAR50SYCHAR50
PARAMETERParameter Name BAPI_PARAMCHAR32SWC_ELEM
ROWLines in parameter BAPI_LINEINT410INT4
FIELDField in parameter BAPI_FLDCHAR30Assigned to domainFDNAME
SYSTEMLogical system from which message originates BAPILOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table RAIP_CONS_CHECK

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