BAPICRMMSG SAP (BAPI Structure: Messages per Data Record) Structure details

Dictionary Type: Structure
Description: BAPI Structure: Messages per Data Record




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




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

BAPICRMMSG 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 "BAPI Structure: Messages per Data Record" 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_BAPICRMMSG TYPE BAPICRMMSG.

The BAPICRMMSG table consists of various fields, each holding specific information or linking keys about BAPI Structure: Messages per Data Record data available in SAP. These include MSG_TYPE (Message Type: S Success, E Error, W Warning, I Info, A Abort), MSG_AREA (Application Area Messages), MESSAGENO (Message number), MESSAGETXT (Message Text).. 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 BAPICRMMSG 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
RECNOSequential Record Number (Link to Key Information) CRMRECNOCHAR4CHAR4
MSG_TYPEMessage Type: S Success, E Error, W Warning, I Info, A Abort CRMMTYPECHAR1SYCHAR01
MSG_AREAApplication Area Messages CRMARBGBCHAR20CRMARBGBMAG
MESSAGENOMessage number MSGNRCHAR3Assigned to domainMSGNR
MESSAGETXTMessage Text CRMMSGTEXTCHAR220MESSAGETXT
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
MESSAGE_V1Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V2Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V3Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V4Message Variable SYMSGVCHAR50SYCHAR50
SYSTEMLogical system from which message originates BAPILOGSYSCHAR10Assigned to domainALPHALOGSYS
USERUser Name SYUNAMECHAR12SYCHAR12
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmss,mmmuuun) CRMTZSTMPLDEC21(7) CRMTZSTMPL
ADDTEXT1Character Field Length = 10 CHAR10CHAR10CHAR10
ADDTEXT230 Characters CHAR30CHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table BAPICRMMSG

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