BMA_CONS SAP (BOR Migration: Usage of BOR Constants in Programs) Table details

Dictionary Type: Table
Description: BOR Migration: Usage of BOR Constants in Programs




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




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

BMA_CONS is a standard SAP Table which is used to store BOR Migration: Usage of BOR Constants in Programs data and is available within R/3 SAP systems depending on the version and release level.

The BMA_CONS table consists of various fields, each holding specific information or linking keys about BOR Migration: Usage of BOR Constants in Programs data available in SAP. These include PROG (ABAP Program Name), SRC_LINE (Four-digit number), SOURCE (SAMT: Text for results), OBJTYPE (Object Type).. 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: Not classified


SAP BMA_CONS 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
MAINPROGABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
PROGABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
SRC_LINEFour-digit number NUM4NUMC4NUM04
SOURCESAMT: Text for results SAMT_TEXTCHAR80SYCHAR80
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
DEVCPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
AUTHORPerson Responsible for a Repository Object RESPONSIBLCHAR12AS4USERUSER_ADDR
SRC_SYSTEMOriginal System of Object SRCSYSTEMCHAR10SYSNAME
COMPApplication component ID UFPS_POSIDCHAR24UFPS_POSID
I_PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
I_OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
I_OBJ_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
I_DEVCPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
I_AUTHORPerson Responsible for a Repository Object RESPONSIBLCHAR12AS4USERUSER_ADDR
I_COMPApplication component ID UFPS_POSIDCHAR24UFPS_POSID
I_SRC_SYSTOriginal System of Object SRCSYSTEMCHAR10SYSNAME
NORELBOR Migration: Code line not relevant for migration BMA_NORELCHAR1XFELD
INWLSTBOR Migration: Object copied to table BMA_WLST BMA_INWLSTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BMA_CONS
INTO CORRESPONDING FIELDS OF WA_BMA_CONS
WHERE...

How to access SAP table BMA_CONS

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