/LIME/MMIM_BWART SAP (Determination of Movement Types for R/3 MM-IM Dispatcher) Table details

Dictionary Type: Table
Description: Determination of Movement Types for R/3 MM-IM Dispatcher




ABAP Code to SELECT data from /LIME/MMIM_BWART
Related tables to /LIME/MMIM_BWART
Access table /LIME/MMIM_BWART




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

/LIME/MMIM_BWART is a standard SAP Table which is used to store Determination of Movement Types for R/3 MM-IM Dispatcher data and is available within R/3 SAP systems depending on the version and release level.

The /LIME/MMIM_BWART table consists of various fields, each holding specific information or linking keys about Determination of Movement Types for R/3 MM-IM Dispatcher data available in SAP. These include DIRECTION (Direction of Movement (In/Out/Transfer)), REASON (Reason for Movement), REFDOC_TYPE (Reference Document Type), XTRA_CONDITION (Additional Condition).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /LIME/MMIM_BWART 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 ID SYMANDTCLNT3Assigned to domainMANDT
DIRECTIONDirection of Movement (In/Out/Transfer) /LIME/DIRECTIONCHAR1/LIME/DIRECTION
REASONReason for Movement /LIME/REASONCHAR4/LIME/CUST_REA/LIME/REASON
REFDOC_TYPEReference Document Type /LIME/REFDOC_TYPECHAR2/LIME/REFDOC_TYPE
XTRA_CONDITIONAdditional Condition /LIME/XTRA_CONDITIONCHAR20
MMIM_BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA

Key field Non-key field



How do I retrieve data from SAP table /LIME/MMIM_BWART using ABAP code

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

SELECT SINGLE *
FROM /LIME/MMIM_BWART
INTO CORRESPONDING FIELDS OF WA_/LIME/MMIM_BWART
WHERE...

How to access SAP table /LIME/MMIM_BWART

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