BRCMESA SAP (BSI-TAX 4.0 BRCMESA) Table details

Dictionary Type: Table
Description: BSI-TAX 4.0 BRCMESA




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




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

BRCMESA is a standard SAP Table which is used to store BSI-TAX 4.0 BRCMESA data and is available within R/3 SAP systems depending on the version and release level.

The BRCMESA table consists of various fields, each holding specific information or linking keys about BSI-TAX 4.0 BRCMESA data available in SAP. These include SAVEDATE (BSI: Last changed on), SAVETIME (BSI: Last changed at), PARM1 (BSI40: PARM1), PARM2 (BSI40: PARM2).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BRCMESA table 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
MSGNUMBSI40: MSGNUM PB10_MSGN1NUMC4NUM4
SAVEDATEBSI: Last changed on MAINTDATEDATS8DATUM
SAVETIMEBSI: Last changed at MAINTTIMETIMS6UZEIT
PARM1BSI40: PARM1 PB10_PARM1CHAR30CHAR30
PARM2BSI40: PARM2 PB10_PARM2CHAR30CHAR30
PARM3BSI40: PARM3 PB10_PARM3CHAR30CHAR30
PARM4BSI40: PARM4 PB10_PARM4CHAR30CHAR30
PARM5BSI40: PARM5 PB10_PARM5CHAR30CHAR30
ORIGINBSI40: ORIGIN PB10_ORIGICHAR60CHAR60
CONTEXT1BSI40: CONTEXT1 PB10_CNTX1CHAR20CHAR20
CONTEXT2BSI40: CONTEXT2 PB10_CNTX2CHAR20CHAR20
CONTEXT3BSI40: CONTEXT3 PB10_CNTX3CHAR20CHAR20

Key field Non-key field



How do I retrieve data from SAP table BRCMESA using ABAP code

The following ABAP code Example will allow you to do a basic selection on BRCMESA to SELECT all data from the table
DATA: WA_BRCMESA TYPE BRCMESA.

SELECT SINGLE *
FROM BRCMESA
INTO CORRESPONDING FIELDS OF WA_BRCMESA
WHERE...

How to access SAP table BRCMESA

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