BMA_GUIDRANL SAP (OLD <> CFM-BM: Assignment of BMGUID-WPKN) Table details

Dictionary Type: Table
Description: OLD <> CFM-BM: Assignment of BMGUID-WPKN




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




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

BMA_GUIDRANL is a standard SAP Table which is used to store OLD <> CFM-BM: Assignment of BMGUID-WPKN data and is available within R/3 SAP systems depending on the version and release level.

The BMA_GUIDRANL table consists of various fields, each holding specific information or linking keys about OLD <> CFM-BM: Assignment of BMGUID-WPKN data available in SAP. These include BMMGUID (GUID in 'RAW' format), RANL (Security ID Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BMA_GUIDRANL 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
MANDTClient MANDTCLNT3T000MANDT
BMMGUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
RANLSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4

Key field Non-key field



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

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

SELECT SINGLE *
FROM BMA_GUIDRANL
INTO CORRESPONDING FIELDS OF WA_BMA_GUIDRANL
WHERE...

How to access SAP table BMA_GUIDRANL

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