RLMBT SAP (Screen Conversion Tool: presentation fields) Structure details

Dictionary Type: Structure
Description: Screen Conversion Tool: presentation fields




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




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

RLMBT 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 "Screen Conversion Tool: presentation fields" 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_RLMBT TYPE RLMBT.

The RLMBT table consists of various fields, each holding specific information or linking keys about Screen Conversion Tool: presentation fields data available in SAP. These include LOCAT (Presentation Profile/Site), LOCAT_SRC (Presentation Profile/Site), LOCAT_DST (Presentation Profile/Site), FNGRP (Function Group).. 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 RLMBT 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
APPLCApplication LMBT_APPLCNUMC2LMBT_APPLC
LOCATPresentation Profile/Site LMBT_LOCATCHAR4CHAR4
LOCAT_SRCPresentation Profile/Site LMBT_LOCATCHAR4CHAR4
LOCAT_DSTPresentation Profile/Site LMBT_LOCATCHAR4CHAR4
FNGRPFunction Group LMBT_FNGRPCHAR4CHAR4
FNGRP_SSCRFunction Group for Sub-screens LMBT_FNGRP_SSCRCHAR4CHAR4
FNGRP_TMPLFunction Group for Template and List Screens LMBT_FNGRP_TMPLCHAR4CHAR4
HEIGHTScreen Height LMBT_HEIGHTNUMC2NUMC2
WIDTHScreen Width LMBT_WIDTHNUMC2NUMC2
PB_SIZEPushbutton Size LMBT_PB_SIZENUMC2NUMC2
PB_QTYPushbuton Quantity LMBT_PB_QTYNUMC2NUMC2
BOX_DPROFDisplay Profile LMBT_BOX_DPROFCHAR1CHAR1
BOX_FNGRPFunction Group for Created Screens LMBT_BOX_FNGRPCHAR1CHAR1
BOX_SIZEDisplay Size LMBT_BOX_SIZECHAR1CHAR1
BOX_PBPushbuttons LMBT_BOX_PBCHAR1CHAR1
BOX_SOURCESource LMBT_BOX_SOURCECHAR1CHAR1
BOX_DESTDestination LMBT_BOX_DESTCHAR1CHAR1
DPROFDisplay Profile for Mobile Presentation LMBT_DPROFCHAR2CHAR2
DPROF_SRCDisplay Profile for Mobile Presentation LMBT_DPROFCHAR2CHAR2
DPROF_DSTDisplay Profile for Mobile Presentation LMBT_DPROFCHAR2CHAR2
DPROF_STXTShort Text LMBT_STEXTCHAR20TEXT20
DPROF_LTXTLong Text LMBT_LTEXTCHAR40TEXT40
DPROF_STANDStandard Display Profile LMBT_DPROF_STANDCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RLMBT

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