BMA_WLST SAP (BOR Migration Assistant: Global Worklist) Table details

Dictionary Type: Table
Description: BOR Migration Assistant: Global Worklist




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




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

BMA_WLST is a standard SAP Table which is used to store BOR Migration Assistant: Global Worklist data and is available within R/3 SAP systems depending on the version and release level.

The BMA_WLST table consists of various fields, each holding specific information or linking keys about BOR Migration Assistant: Global Worklist data available in SAP. These include PGMID (Program ID in Requests and Tasks), OBJECT (Object Type), OBJ_NAME (Object Name in Object Directory), PROG_NAME (ABAP Program Name).. 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_WLST 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
LFDNRBOR Migration: Sequence Number Object DO NOT USE BML_LFDNRCHAR10BML_LFDNR
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
PROG_NAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
LINESAMT: Line number for text SAMT_LINENUMC4SYNUM04
FUNCNAMEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
PARAMParameter name RS38L_PAR_CHAR30RS38L_PARA
PARAMTYPEParameter type RS38L_KINDCHAR1RS38L_KIND
DYNNUMBScreen number DYNPRONRNUMC4DYNPRONR
DDOBJNAMEName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
OBJTYPEBOR Migration: Search Object Type BML_OBJTYPCHAR10Assigned to domainOJ_NAME
SRCSYSTEMOriginal System of Object SRCSYSTEMCHAR10SYSNAME
COMPONENTApplication component ID UFPS_POSIDCHAR24UFPS_POSID
AUTHORPerson Responsible for a Repository Object RESPONSIBLCHAR12AS4USERUSER_ADDR
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
CLASSIFBOR Migration: Object Classification BML_CLFCHAR10BML_CLF
TEXTBOR Migration Task Text BMA_TEXTCHAR80SYCHAR80
STATUSBOR Migration: Migration Status of BOR Object BML_STATUSCHAR1BML_STATUS
NODEBOR Migration: Object Is Node DO NOT USE BML_NODECHAR1XFELD
REF_LFDNRBOR Migration: Sequence Number Object DO NOT USE BML_LFDNRCHAR10BML_LFDNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM BMA_WLST
INTO CORRESPONDING FIELDS OF WA_BMA_WLST
WHERE...

How to access SAP table BMA_WLST

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