SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Movement Types MM-IM Task Force Logistics
SAP AG Page 1
Movement Types MM-IM
This document was created in the context of the Retail Task Force Logistics. Its aim is to help con-
sultants solve concrete problems in customer projects.
You can find more documents on the Task Force Logistics under the Expert Knowledge Corner in
http://service.sap.com/retail.
Movement Types MM-IM Task Force Logistics
SAP AG Page 2
Description
The following questions are dealt with in the presentation:
• What are movement types?
• What influences them and how are they influenced (possible configurations)?
• How are movement types classified?
• Which are the most important tables/transactions?
The configurations are also explained by numerous examples.
Important terms that are used in this environment include:
• Value and quantity update
• Movement indicator
• Special stock indicator
• Receipt indicator
• Consumption indicator
among many others.
(Comment: Read the notes in the presentation.)
MovementTypes_MM
-IM.ppt
®
ã SAP AG 2000 BWART 05/2000
SAP AG
Movement Types in MM-IM
®
ã SAP AG 2000 BWART 05/2000
Contents
l Introduction
l Table T156SY with value strings/quantity strings
l Other movement type tables
®
ã SAP AG 2000 BWART 05/2000
What is a Movement Type?
l Key for a specific goods movement (incomplete)
l Quantity update (stock tables)
l Value update (FI document, account determination)
l Screen layout (dialog only)
l GR/GI slip print
l Checks (min. shelf life, dynamic availability, etc.)
l Link to WM, QM, serial numbers
®
ã SAP AG 2000 BWART 05/2000
Stock Tables Overview
Vendor
Plant
Customer
GR-
blocked
stock
Returns
MARD-
RETME
Subcontractor
MSSL/MSLB
(Sobkz = O)
unrestricted/Q
Consignment
MSKU
(Sobkz = V)
unrestricted/Q
Returnable
packaging
MSKU
(Sobkz = W)
unrestricted/Q
Customer order
MSSA/MSKA
(Sobkz = E)
unrestricted
Q/S
Project stock
MSSQ/MSPR
(Sobkz = Q)
unrestricted
Q/S
Vendor consignment/RTP
MKOL (Sobkz = K, M)
unrestricted Q/S
Storage location
MARD
unrestricted/Q/S
+ transfer (313/5)
Batches
(MCHB)
Plant level MARC
transfer (MARC-UMLMC - 303/5)
transit (MARC-TRAME - 641)
101 601
103 105 453 651
Consumption
201
®
ã SAP AG 2000 BWART 05/2000
Classification of Movement Types
l 1xx GR from purchasing/production + returns
l 2xx GI for consumption
l 3xx, 4xx Transfers
l 5xx GR without reference to PO or PP order
l 6xx LE-SHP movement types
l 7xx Physical inventory (MM-IM: 70x / WM: 71x)
l 8xx Brazil
l Customer range: 9xx, Xxx, Yxx, Zxx
l Complete list and description: see IMG MM-IM
®
ã SAP AG 2000 BWART 05/2000
Movement Type Tables: Customizable
l T156 Definition (key: Bwart)
l T156B Screen layout (46C: MIGO_CUST_FIELDS) (Bwart + Sobkz)
Batch determination
l T156SC WM mvt, availability check (complete key) (< 4.6: T156S)
l T156Q QM inspection lot origin, HU
l T156X Account modifier (KOMOK)
l T156T Short text
l T158B Allowed movement types per transaction
l T157H Longer text per transaction / special stock
l T157D Reason for movement
l T156N Subsequent movement types
l TMCA LIS statistic group
®
ã SAP AG 2000 BWART 05/2000
Customizing Movement Type: OMJJ
l All customizable movement type tables can be
maintained with OMJJ (Customizing MM-IM)
l View-Cluster MB_156
l No new entries possible, only copy
l Do not create own movement types only to change a
customizing field!
l To copy a movement type do not forget to select the
whole range because you want to copy to 9xx range
®
ã SAP AG 2000 BWART 05/2000
Movement Type Tables: System Tables
l T156SY Quantity / value strings (< 4.6: T156S)
l T156W Value strings (Key: BUSTW)
l T156M Quantity strings (Key: BUSTM)
n T156F Field segments
n T156C Stock types for LIS
®
ã SAP AG 2000 BWART 05/2000
Table T156SY,
Value Strings, Quantity Strings
®
ã SAP AG 2000 BWART 05/2000
Movement Type 101 Overview
Vendor
Plant
Subcontractor
MSSL/MSLB
(Sobkz = O)
Unrestricted/Q
Customer order
MSSA/MSKA
(Sobkz = E)
Unrestricted
Q/S
Project stock
MSSQ/MSPR
(Sobkz = Q)
Unrestricted
Q/S
Vendor consignment/RTP
MKOL (Sobkz = K, M)
Unrestricted Q/S
Storage location
MARD
Unrestricted
Quality inspection
Blocked stock
Batches
(MCHB)
Transit stock
(MARC-TRAME)
101 FProduction
101 B
Insmk _, 2, 3
101 B + Kzzug X
101 B
K / M
Sobkz O
E
Q
Consumption
Kzvbr V
®
ã SAP AG 2000 BWART 05/2000
Central Table T156S (T156SY + T156SC)
l Contains the complete key for a specific movement
l T156S was split in 4.6A into
n T156SY: client-independent, system table BUSTW/BUSTM,...
n T156SC: client-dependent, customizable WM mvt types, ...
l Key field BUSTR for T156SY derived from T156
l Old customer mvt types have their own BUSTR
l New customer mvt type: BUSTR for T156SY is copied
from standard mvt type
®
ã SAP AG 2000 BWART 05/2000
Key for T156SY and T156SC
BWART
101
901
BUSTR
101
101
T156
BUSTR ...
101 ...
BUSTW
WE01T156SY
BWART ...
101 ...
901 ...
Avail. check
01
02
T156SC
®
ã SAP AG 2000 BWART 05/2000
From Movement Type to Value/Quantity String
User enters data
Movement type 201
Transaction MB1A
No special stock
Plant 0001
Material XYZ
Program reads T156SY (old: T156S)
Value string ref. BUSTR 201
Mvt indicator KZBEW space
Special stock SOBKZ space
Value update WERTU X
Quantity update MENGU X
Receipt indicator KZZUG space
Consumption indic. KZVBR space
and finds…
Value string BUSTW WA01
Quantity string BUSTM MA01
T158-KZBEW (transaction)
T134M (material type)
T156-BUSTR (mvt type)
®
ã SAP AG 2000 BWART 05/2000
®
ã SAP AG 2000 BWART 05/2000
Movement Indicator KZBEW
l Needed to differentiate between
n GR for purchase order (101 B)
n GR for production order (101 F)
l Depends on transaction (T158) for MB transactions
l Filled by MB_CREATE callers in IMSEG
(variable in VL02 / VL32)
l Possible values:
n B = purchase order
n F = production order (not repetitive manufacturing)
n L = LE-SHP delivery
n Space= movement without purchase/production order
l L/Space: will probably merge together in next releases
®
ã SAP AG 2000 BWART 05/2000
Receipt Indicator KZZUG
l Filled only in case of transport orders
l Movement types 351/641/643 (GI) and 101 (GR)
l MB_CREATE: filled for T156-KZBWA 1,3,4,5
(set in MB_CREATE_GOODS_ISSUE_ITEM_TRA)
l MB11/MB01: is not set by purchase order interface
(EBEFU/BBEFU). It is set internally by SAPMM07M
®
ã SAP AG 2000 BWART 05/2000
Consumption Indicator KZVBR (1)
l GR for PO: depends on assignment category in T163K
(OME9). Table T163K also sets special stock SOBKZ.
l SD and PP also work with table T163K
l Values:
n space normal goods issue with MB1A
n V account assignment K (normal consumption)
n A account assignment A (assets)
n E/P used for non-valuated special stocks E/Q
l Valuated special stock E/Q (KZBWS not initial):
T156SY is read with KZVBR space
l Used by SD and QM to determine if an assignment to
CO object is necessary
®
ã SAP AG 2000 BWART 05/2000
Consumption Indicator KZVBR (2)
l Set externally by LE-SHP, MM-PUR, PP
l Database checks with SE16:
n LIPS-KZVBR inbound/outbound delivery
n EKPO-KZVBR purchase order
n AFPO-KZVBR production order
l Debugging: check incoming interfaces
n MB_CREATE_GOODS_MOVEMENT: internal table IMSEG
n MM07MFB7, call ME_READ_ITEM_GOODS_RECEIPT: XEBEFU
n MM07MPPS, call CO_SF_ITEM_GOODS_RECEIPT: XFBEFU
®
ã SAP AG 2000 BWART 05/2000
From Value String to Processing Key
T156SY
bustr 201
wertu X
mengu X
sobkz space
kzbew space
kzzug space
kzvbr space
Valuation
program
SAPLMBGB
Form WA01
Table XACCIT
BSX 300000 -20
GBB 400000 +20
Accounting
interface
Table XZCXCM
(1) BSX H - 20
(2) GBB S +20
(3) PRD 0
(4) BSX 0
(5) UMB 0
Customer account table T030
BSX 300000
GBB VBR 400000
MR_ACCOUNT_
ASSIGNMENT
Table T156W: WA01
(1) BSX
(2) GBB
(3) PRD
(4) BSX
(5) UMB
Loop at X156W
T156X:
account modifier
(2) VBR
®
ã SAP AG 2000 BWART 05/2000
®
ã SAP AG 2000 BWART 05/2000
T156X: Account Modifier (KOMOK)
l Counter CNT02 in T156X refers to counter in T156W
(= identifier for processing key)
l Only possible for GBB, PRD, KON, AUM, (WRX?)
l SD/QM: KZVBR leads to different account modifiers
depending on KZVBR (set if CO object needed):
n SD uses VAX and VAY (CO object for VAY) (movement type 601)
n QM uses VQP and VQY (CO object for VQY) (movement type 331)
l In case of valuated special stock E/Q (KZBWS set), we read
n Table T156SY w/o KZVBR
n Table T156X with KZVBR (E/P/V)
®
ã SAP AG 2000 BWART 05/2000
T156X: Indicator XPKON (1)
l XPKON = X means account assignment data (CO object) will
be copied to XACCIT of that processing key (usually GBB)
l Copying of CO object also depends on field selection in
T156B (OMBW). See note 117596 for special stock E/Q.
= possible solution to message KI235 for GBB line
l Manual account is also be copied to that line
l Can also be set for PRD/AUM if customer wants the
same CO object for price differences
(possible for AUM since 30F, note 13984)
= possible solution to message KI235 for PRD/AUM line
®
ã SAP AG 2000 BWART 05/2000
T156X: Indicator XPKON (2)
l Entry 101 is necessary for GR for PO with account
assignment (value string WE06 processing key KBS)
l KBS means we copy the account from the PO, so no
account determination is necessary (already done)
®
ã SAP AG 2000 BWART 05/2000
Check Strings in Material Documents
l SE16 MSEG contains
n All T156SY fields (Bwart, Mengu, Wertu, Kzbew, Kzvbr, Kzzug)
n Value string BUSTW
n Quantity string BUSTM
®
ã SAP AG 2000 BWART 05/2000
T156M: Quantity Strings for Simple Movements
BWART +
SOBKZ
T156
SHKZG
T156SY
BUSTM
T156B
UMSOK
T156M T156F
501 S (+) MA01 MA01 – 1 = L01 MARD-LABST
201 H (-) MA01 MA01 – 1 = L01 MARD-LABST
201K H (-) MAK1 MAK1 – 1 = LK0 K01 MARD-KLABS + MKOL-SLABS
BWART +
SOBKZ
T156
SHKZG
T156SY
BUSTM
T156B
UMSOK
T156M T156F
501 S (+) MA01 MA01 2 1 = LQ1 MARD-INSME
201 H (–) MA01 MA01 2 1 = LQ1 MARD-INSME
201K H (–) MAK1 MAK1 2 1 = LKQ KQ1 MARD-KINSM + MKOL-SINSM
Movements 501, 201 and 201K without QM
Movements 501, 201 and 201K with QM
501: GR from vendor without purchase order
201: GI for cost center
201K: GI for cost center from vendor consignment
®
ã SAP AG 2000 BWART 05/2000
T156M: Quantity Strings for Transfers
BWART +
SOBKZ
T156
SHKZG
T156SY
BUSTM
T156B
UMSOK
T156M T156F
301 H (–) MA04 MA01 – 1 = L01
MA01 – 2 = L01
MARD-LABST (–)
MARD-LABST (+)
411K H (–) MAK4 MAK4 – 1 = LK0 K01
MAK4 – 2 = L01
MARD-KLABS MKOL-SLABS (–)
MARD-LABST (+)
413Q H (–) MAAQ E MAAQ – 1 = Q01 QSL
MAAQ – 2 = A01 ASL
MSPR-PRLAB MSSQ-SQLAB (–)
MSKA-KALAB MSSA-SALAB (+)
453 S (+) MAR1 MAR1 – 1 = L01
MAR1 – 2 = LR0
MARD-LABST (+)
MARD-RETME (–)
301: Transfer from plant to plant in one step (no PO, unrestricted stock)
411K: Transfer from vendor consignment to unrestricted storage location
413Q: Transfer from project stock (Q) to customer order stock (E) - unrestricted
453: Transfer from returns stock to unrestricted storage location
®
ã SAP AG 2000 BWART 05/2000
Other Movement Type Tables
®
ã SAP AG 2000 BWART 05/2000
T156N: Subsequent Movement Types
l Key: FCODE + BWART
l ST 601 > 602: cancel movement type (used in
MB_CANCEL_GOODS_MOVEMENT)
l RL 101 > 122: return delivery transaction MBRL
l Special codes for automatic movements:
n WEUB 647-> 101 (one-step transfer with transfer PO)
n LBWA -> 543 (GI of components during GR subcontracting)
®
ã SAP AG 2000 BWART 05/2000
T156B: Screen Layout
l Field modification for MB11 transactions
l Not possible for MB01 (101 mvt types) as account
assignment is copied from PO
l Determines also which account assignments will be
copied to FI document
l Not used in MB_CREATE_GOODS_MOVEMENT
l MIGO: new table MIGO_CUST_FIELDS
®
ã SAP AG 2000 BWART 05/2000
T158B: Allowed Movement Types
l Allowed movement types per transaction
l MB_CREATE callers are responsible for creating the
entries in T158B for their own transaction
l Help view available for T158B/T157H

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

SAP SD interview questions
SAP SD interview questions SAP SD interview questions
SAP SD interview questions
 
Sap SD Standard Reports
Sap SD Standard ReportsSap SD Standard Reports
Sap SD Standard Reports
 
Availability Check in SAP SD
Availability Check in SAP SDAvailability Check in SAP SD
Availability Check in SAP SD
 
Sap sd tables by lakshmi mahisarla
Sap sd tables by lakshmi mahisarlaSap sd tables by lakshmi mahisarla
Sap sd tables by lakshmi mahisarla
 
SAP STO config
SAP STO configSAP STO config
SAP STO config
 
Sap sd quick guide
Sap sd quick guideSap sd quick guide
Sap sd quick guide
 
Consignment process
Consignment processConsignment process
Consignment process
 
Sd overviewdoc config
Sd overviewdoc configSd overviewdoc config
Sd overviewdoc config
 
SAP Rebate agreement processing
SAP Rebate agreement processingSAP Rebate agreement processing
SAP Rebate agreement processing
 
SAP MM
SAP MMSAP MM
SAP MM
 
SAP SD Business Blueprint
SAP SD Business BlueprintSAP SD Business Blueprint
SAP SD Business Blueprint
 
Sap sd quest_answer_2009061511245119496
Sap sd quest_answer_2009061511245119496Sap sd quest_answer_2009061511245119496
Sap sd quest_answer_2009061511245119496
 
SAP Account determination MM-FI by Odaiah Pelley - 1
SAP Account determination MM-FI by Odaiah Pelley - 1SAP Account determination MM-FI by Odaiah Pelley - 1
SAP Account determination MM-FI by Odaiah Pelley - 1
 
SAP SD module
SAP SD moduleSAP SD module
SAP SD module
 
Sap power point presentation download from
Sap power point presentation download fromSap power point presentation download from
Sap power point presentation download from
 
Inter Company Billing in SAP -Basics
Inter Company Billing in SAP -BasicsInter Company Billing in SAP -Basics
Inter Company Billing in SAP -Basics
 
Material master data in sap mm
Material master data in sap mmMaterial master data in sap mm
Material master data in sap mm
 
SAP ATP check for Sales Order
SAP ATP check for Sales OrderSAP ATP check for Sales Order
SAP ATP check for Sales Order
 
SAP MM Interview questions
SAP MM Interview questionsSAP MM Interview questions
SAP MM Interview questions
 
Third party process
Third party processThird party process
Third party process
 

Andere mochten auch

All movement types in sap
All movement types in sapAll movement types in sap
All movement types in sapGopal Padamati
 
Movement type
Movement typeMovement type
Movement type70620
 
SAP MM Configuration Step by Step guide by Tata Mcgraw hill
SAP MM Configuration Step by Step guide by Tata Mcgraw hillSAP MM Configuration Step by Step guide by Tata Mcgraw hill
SAP MM Configuration Step by Step guide by Tata Mcgraw hillVenet Dheer
 
Sap MM-configuration-step-by-step-guide
Sap MM-configuration-step-by-step-guideSap MM-configuration-step-by-step-guide
Sap MM-configuration-step-by-step-guideVenet Dheer
 
SAP SD Interview Questions with Explanation
SAP SD Interview Questions with Explanation SAP SD Interview Questions with Explanation
SAP SD Interview Questions with Explanation Nbhati123
 
SAP MM Configuration - Real Project Documentation
SAP MM Configuration - Real Project DocumentationSAP MM Configuration - Real Project Documentation
SAP MM Configuration - Real Project Documentationsapdocs. info
 
How to create movement type
How to create movement typeHow to create movement type
How to create movement typegmohan gmohan
 
Goods Receipt Document Imaging
Goods Receipt Document Imaging Goods Receipt Document Imaging
Goods Receipt Document Imaging Verbella CMG
 
All Movement Types SAP by www.abaper.weebly.com
All Movement Types SAP by www.abaper.weebly.com All Movement Types SAP by www.abaper.weebly.com
All Movement Types SAP by www.abaper.weebly.com Pavan Golesar
 
SAP LX16 CYCLE COUNTING METHOD 06142016 BFOX
SAP LX16 CYCLE COUNTING METHOD 06142016 BFOXSAP LX16 CYCLE COUNTING METHOD 06142016 BFOX
SAP LX16 CYCLE COUNTING METHOD 06142016 BFOXBrandy Fox
 
SAP_Inventory_Management_Overview_PPT v1.1
SAP_Inventory_Management_Overview_PPT v1.1SAP_Inventory_Management_Overview_PPT v1.1
SAP_Inventory_Management_Overview_PPT v1.1Deb Martina
 

Andere mochten auch (19)

All movement types in sap
All movement types in sapAll movement types in sap
All movement types in sap
 
Movement type
Movement typeMovement type
Movement type
 
SAP MM Configuration Step by Step guide by Tata Mcgraw hill
SAP MM Configuration Step by Step guide by Tata Mcgraw hillSAP MM Configuration Step by Step guide by Tata Mcgraw hill
SAP MM Configuration Step by Step guide by Tata Mcgraw hill
 
Sap mm full
Sap mm fullSap mm full
Sap mm full
 
Mm module sap
Mm module sapMm module sap
Mm module sap
 
Sap MM-configuration-step-by-step-guide
Sap MM-configuration-step-by-step-guideSap MM-configuration-step-by-step-guide
Sap MM-configuration-step-by-step-guide
 
Stock Overview
Stock OverviewStock Overview
Stock Overview
 
SAP SD Interview Questions with Explanation
SAP SD Interview Questions with Explanation SAP SD Interview Questions with Explanation
SAP SD Interview Questions with Explanation
 
Sap configuration-guide
Sap configuration-guideSap configuration-guide
Sap configuration-guide
 
Sap MM Presentation
Sap MM PresentationSap MM Presentation
Sap MM Presentation
 
SAP MM Configuration - Real Project Documentation
SAP MM Configuration - Real Project DocumentationSAP MM Configuration - Real Project Documentation
SAP MM Configuration - Real Project Documentation
 
How to create movement type
How to create movement typeHow to create movement type
How to create movement type
 
66169047 sap-sd-tables
66169047 sap-sd-tables66169047 sap-sd-tables
66169047 sap-sd-tables
 
Goods Receipt Document Imaging
Goods Receipt Document Imaging Goods Receipt Document Imaging
Goods Receipt Document Imaging
 
Garuda Indonesia Airlines - Skripsi
Garuda Indonesia Airlines - SkripsiGaruda Indonesia Airlines - Skripsi
Garuda Indonesia Airlines - Skripsi
 
All Movement Types SAP by www.abaper.weebly.com
All Movement Types SAP by www.abaper.weebly.com All Movement Types SAP by www.abaper.weebly.com
All Movement Types SAP by www.abaper.weebly.com
 
SAP LX16 CYCLE COUNTING METHOD 06142016 BFOX
SAP LX16 CYCLE COUNTING METHOD 06142016 BFOXSAP LX16 CYCLE COUNTING METHOD 06142016 BFOX
SAP LX16 CYCLE COUNTING METHOD 06142016 BFOX
 
Sap inventory dmi
Sap inventory dmiSap inventory dmi
Sap inventory dmi
 
SAP_Inventory_Management_Overview_PPT v1.1
SAP_Inventory_Management_Overview_PPT v1.1SAP_Inventory_Management_Overview_PPT v1.1
SAP_Inventory_Management_Overview_PPT v1.1
 

Ähnlich wie Movement types-in-sap-mm

Sap mm bom
Sap mm bomSap mm bom
Sap mm bomVannak9
 
8086-instruction-set-ppt
 8086-instruction-set-ppt 8086-instruction-set-ppt
8086-instruction-set-pptjemimajerome
 
Sap tables-list -SAP ABAP Training institute in Pune
Sap tables-list -SAP ABAP Training institute in PuneSap tables-list -SAP ABAP Training institute in Pune
Sap tables-list -SAP ABAP Training institute in PuneAspire Techsoft Academy
 
Sap transaction-codes-list
Sap transaction-codes-listSap transaction-codes-list
Sap transaction-codes-listRaj p
 
Register transfer &amp; microoperations moris mano ch 04
Register transfer &amp; microoperations    moris mano ch 04Register transfer &amp; microoperations    moris mano ch 04
Register transfer &amp; microoperations moris mano ch 04thearticlenow
 
Instruction_Set.pdf
Instruction_Set.pdfInstruction_Set.pdf
Instruction_Set.pdfboukomra
 
Make your data dance: PIVOT and GROUP BY in Oracle SQL
Make your data dance: PIVOT and GROUP BY in Oracle SQLMake your data dance: PIVOT and GROUP BY in Oracle SQL
Make your data dance: PIVOT and GROUP BY in Oracle SQLstewashton
 
Design System Design-ASM and Asynchronous Sequential Circuits
Design System Design-ASM and Asynchronous Sequential CircuitsDesign System Design-ASM and Asynchronous Sequential Circuits
Design System Design-ASM and Asynchronous Sequential CircuitsIndira Priyadarshini
 
325546_adding fields in CJI3 & CJI5.pdf
325546_adding fields in CJI3 & CJI5.pdf325546_adding fields in CJI3 & CJI5.pdf
325546_adding fields in CJI3 & CJI5.pdfVaishali Ketkar
 
Sap hr features
Sap hr featuresSap hr features
Sap hr featuressivsamba
 
These are the reports used for mm module
These are the reports used for mm moduleThese are the reports used for mm module
These are the reports used for mm moduleNguyen Hai
 
15CS44 MP & MC Module 2
15CS44 MP & MC Module  215CS44 MP & MC Module  2
15CS44 MP & MC Module 2RLJIT
 
Make your data dance
Make your data danceMake your data dance
Make your data dancestewashton
 
LCDF3_Chap_10_P1.ppt
LCDF3_Chap_10_P1.pptLCDF3_Chap_10_P1.ppt
LCDF3_Chap_10_P1.pptbrainxMagic
 
Fanuc ot g code training manual
Fanuc ot g code training manualFanuc ot g code training manual
Fanuc ot g code training manualHien Dinh
 

Ähnlich wie Movement types-in-sap-mm (20)

Sap mm bom
Sap mm bomSap mm bom
Sap mm bom
 
8086-instruction-set-ppt
 8086-instruction-set-ppt 8086-instruction-set-ppt
8086-instruction-set-ppt
 
Sap tables-list -SAP ABAP Training institute in Pune
Sap tables-list -SAP ABAP Training institute in PuneSap tables-list -SAP ABAP Training institute in Pune
Sap tables-list -SAP ABAP Training institute in Pune
 
Instruction set
Instruction setInstruction set
Instruction set
 
Sap transaction-codes-list
Sap transaction-codes-listSap transaction-codes-list
Sap transaction-codes-list
 
Register transfer &amp; microoperations moris mano ch 04
Register transfer &amp; microoperations    moris mano ch 04Register transfer &amp; microoperations    moris mano ch 04
Register transfer &amp; microoperations moris mano ch 04
 
Instruction_Set.pdf
Instruction_Set.pdfInstruction_Set.pdf
Instruction_Set.pdf
 
Make your data dance: PIVOT and GROUP BY in Oracle SQL
Make your data dance: PIVOT and GROUP BY in Oracle SQLMake your data dance: PIVOT and GROUP BY in Oracle SQL
Make your data dance: PIVOT and GROUP BY in Oracle SQL
 
Design System Design-ASM and Asynchronous Sequential Circuits
Design System Design-ASM and Asynchronous Sequential CircuitsDesign System Design-ASM and Asynchronous Sequential Circuits
Design System Design-ASM and Asynchronous Sequential Circuits
 
Instruction set of 8086
Instruction set of 8086Instruction set of 8086
Instruction set of 8086
 
325546_adding fields in CJI3 & CJI5.pdf
325546_adding fields in CJI3 & CJI5.pdf325546_adding fields in CJI3 & CJI5.pdf
325546_adding fields in CJI3 & CJI5.pdf
 
Sap hr features
Sap hr featuresSap hr features
Sap hr features
 
These are the reports used for mm module
These are the reports used for mm moduleThese are the reports used for mm module
These are the reports used for mm module
 
15CS44 MP & MC Module 2
15CS44 MP & MC Module  215CS44 MP & MC Module  2
15CS44 MP & MC Module 2
 
Dsp Datapath
Dsp DatapathDsp Datapath
Dsp Datapath
 
Assembler1
Assembler1Assembler1
Assembler1
 
Architecture of 8085
Architecture of  8085Architecture of  8085
Architecture of 8085
 
Make your data dance
Make your data danceMake your data dance
Make your data dance
 
LCDF3_Chap_10_P1.ppt
LCDF3_Chap_10_P1.pptLCDF3_Chap_10_P1.ppt
LCDF3_Chap_10_P1.ppt
 
Fanuc ot g code training manual
Fanuc ot g code training manualFanuc ot g code training manual
Fanuc ot g code training manual
 

Kürzlich hochgeladen

What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Kürzlich hochgeladen (20)

What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

Movement types-in-sap-mm

  • 1. Movement Types MM-IM Task Force Logistics SAP AG Page 1 Movement Types MM-IM This document was created in the context of the Retail Task Force Logistics. Its aim is to help con- sultants solve concrete problems in customer projects. You can find more documents on the Task Force Logistics under the Expert Knowledge Corner in http://service.sap.com/retail.
  • 2. Movement Types MM-IM Task Force Logistics SAP AG Page 2 Description The following questions are dealt with in the presentation: • What are movement types? • What influences them and how are they influenced (possible configurations)? • How are movement types classified? • Which are the most important tables/transactions? The configurations are also explained by numerous examples. Important terms that are used in this environment include: • Value and quantity update • Movement indicator • Special stock indicator • Receipt indicator • Consumption indicator among many others. (Comment: Read the notes in the presentation.) MovementTypes_MM -IM.ppt
  • 3. ® ã SAP AG 2000 BWART 05/2000 SAP AG Movement Types in MM-IM
  • 4. ® ã SAP AG 2000 BWART 05/2000 Contents l Introduction l Table T156SY with value strings/quantity strings l Other movement type tables
  • 5. ® ã SAP AG 2000 BWART 05/2000 What is a Movement Type? l Key for a specific goods movement (incomplete) l Quantity update (stock tables) l Value update (FI document, account determination) l Screen layout (dialog only) l GR/GI slip print l Checks (min. shelf life, dynamic availability, etc.) l Link to WM, QM, serial numbers
  • 6. ® ã SAP AG 2000 BWART 05/2000 Stock Tables Overview Vendor Plant Customer GR- blocked stock Returns MARD- RETME Subcontractor MSSL/MSLB (Sobkz = O) unrestricted/Q Consignment MSKU (Sobkz = V) unrestricted/Q Returnable packaging MSKU (Sobkz = W) unrestricted/Q Customer order MSSA/MSKA (Sobkz = E) unrestricted Q/S Project stock MSSQ/MSPR (Sobkz = Q) unrestricted Q/S Vendor consignment/RTP MKOL (Sobkz = K, M) unrestricted Q/S Storage location MARD unrestricted/Q/S + transfer (313/5) Batches (MCHB) Plant level MARC transfer (MARC-UMLMC - 303/5) transit (MARC-TRAME - 641) 101 601 103 105 453 651 Consumption 201
  • 7. ® ã SAP AG 2000 BWART 05/2000 Classification of Movement Types l 1xx GR from purchasing/production + returns l 2xx GI for consumption l 3xx, 4xx Transfers l 5xx GR without reference to PO or PP order l 6xx LE-SHP movement types l 7xx Physical inventory (MM-IM: 70x / WM: 71x) l 8xx Brazil l Customer range: 9xx, Xxx, Yxx, Zxx l Complete list and description: see IMG MM-IM
  • 8. ® ã SAP AG 2000 BWART 05/2000 Movement Type Tables: Customizable l T156 Definition (key: Bwart) l T156B Screen layout (46C: MIGO_CUST_FIELDS) (Bwart + Sobkz) Batch determination l T156SC WM mvt, availability check (complete key) (< 4.6: T156S) l T156Q QM inspection lot origin, HU l T156X Account modifier (KOMOK) l T156T Short text l T158B Allowed movement types per transaction l T157H Longer text per transaction / special stock l T157D Reason for movement l T156N Subsequent movement types l TMCA LIS statistic group
  • 9. ® ã SAP AG 2000 BWART 05/2000 Customizing Movement Type: OMJJ l All customizable movement type tables can be maintained with OMJJ (Customizing MM-IM) l View-Cluster MB_156 l No new entries possible, only copy l Do not create own movement types only to change a customizing field! l To copy a movement type do not forget to select the whole range because you want to copy to 9xx range
  • 10. ® ã SAP AG 2000 BWART 05/2000 Movement Type Tables: System Tables l T156SY Quantity / value strings (< 4.6: T156S) l T156W Value strings (Key: BUSTW) l T156M Quantity strings (Key: BUSTM) n T156F Field segments n T156C Stock types for LIS
  • 11. ® ã SAP AG 2000 BWART 05/2000 Table T156SY, Value Strings, Quantity Strings
  • 12. ® ã SAP AG 2000 BWART 05/2000 Movement Type 101 Overview Vendor Plant Subcontractor MSSL/MSLB (Sobkz = O) Unrestricted/Q Customer order MSSA/MSKA (Sobkz = E) Unrestricted Q/S Project stock MSSQ/MSPR (Sobkz = Q) Unrestricted Q/S Vendor consignment/RTP MKOL (Sobkz = K, M) Unrestricted Q/S Storage location MARD Unrestricted Quality inspection Blocked stock Batches (MCHB) Transit stock (MARC-TRAME) 101 FProduction 101 B Insmk _, 2, 3 101 B + Kzzug X 101 B K / M Sobkz O E Q Consumption Kzvbr V
  • 13. ® ã SAP AG 2000 BWART 05/2000 Central Table T156S (T156SY + T156SC) l Contains the complete key for a specific movement l T156S was split in 4.6A into n T156SY: client-independent, system table BUSTW/BUSTM,... n T156SC: client-dependent, customizable WM mvt types, ... l Key field BUSTR for T156SY derived from T156 l Old customer mvt types have their own BUSTR l New customer mvt type: BUSTR for T156SY is copied from standard mvt type
  • 14. ® ã SAP AG 2000 BWART 05/2000 Key for T156SY and T156SC BWART 101 901 BUSTR 101 101 T156 BUSTR ... 101 ... BUSTW WE01T156SY BWART ... 101 ... 901 ... Avail. check 01 02 T156SC
  • 15. ® ã SAP AG 2000 BWART 05/2000 From Movement Type to Value/Quantity String User enters data Movement type 201 Transaction MB1A No special stock Plant 0001 Material XYZ Program reads T156SY (old: T156S) Value string ref. BUSTR 201 Mvt indicator KZBEW space Special stock SOBKZ space Value update WERTU X Quantity update MENGU X Receipt indicator KZZUG space Consumption indic. KZVBR space and finds… Value string BUSTW WA01 Quantity string BUSTM MA01 T158-KZBEW (transaction) T134M (material type) T156-BUSTR (mvt type)
  • 16. ® ã SAP AG 2000 BWART 05/2000
  • 17. ® ã SAP AG 2000 BWART 05/2000 Movement Indicator KZBEW l Needed to differentiate between n GR for purchase order (101 B) n GR for production order (101 F) l Depends on transaction (T158) for MB transactions l Filled by MB_CREATE callers in IMSEG (variable in VL02 / VL32) l Possible values: n B = purchase order n F = production order (not repetitive manufacturing) n L = LE-SHP delivery n Space= movement without purchase/production order l L/Space: will probably merge together in next releases
  • 18. ® ã SAP AG 2000 BWART 05/2000 Receipt Indicator KZZUG l Filled only in case of transport orders l Movement types 351/641/643 (GI) and 101 (GR) l MB_CREATE: filled for T156-KZBWA 1,3,4,5 (set in MB_CREATE_GOODS_ISSUE_ITEM_TRA) l MB11/MB01: is not set by purchase order interface (EBEFU/BBEFU). It is set internally by SAPMM07M
  • 19. ® ã SAP AG 2000 BWART 05/2000 Consumption Indicator KZVBR (1) l GR for PO: depends on assignment category in T163K (OME9). Table T163K also sets special stock SOBKZ. l SD and PP also work with table T163K l Values: n space normal goods issue with MB1A n V account assignment K (normal consumption) n A account assignment A (assets) n E/P used for non-valuated special stocks E/Q l Valuated special stock E/Q (KZBWS not initial): T156SY is read with KZVBR space l Used by SD and QM to determine if an assignment to CO object is necessary
  • 20. ® ã SAP AG 2000 BWART 05/2000 Consumption Indicator KZVBR (2) l Set externally by LE-SHP, MM-PUR, PP l Database checks with SE16: n LIPS-KZVBR inbound/outbound delivery n EKPO-KZVBR purchase order n AFPO-KZVBR production order l Debugging: check incoming interfaces n MB_CREATE_GOODS_MOVEMENT: internal table IMSEG n MM07MFB7, call ME_READ_ITEM_GOODS_RECEIPT: XEBEFU n MM07MPPS, call CO_SF_ITEM_GOODS_RECEIPT: XFBEFU
  • 21. ® ã SAP AG 2000 BWART 05/2000 From Value String to Processing Key T156SY bustr 201 wertu X mengu X sobkz space kzbew space kzzug space kzvbr space Valuation program SAPLMBGB Form WA01 Table XACCIT BSX 300000 -20 GBB 400000 +20 Accounting interface Table XZCXCM (1) BSX H - 20 (2) GBB S +20 (3) PRD 0 (4) BSX 0 (5) UMB 0 Customer account table T030 BSX 300000 GBB VBR 400000 MR_ACCOUNT_ ASSIGNMENT Table T156W: WA01 (1) BSX (2) GBB (3) PRD (4) BSX (5) UMB Loop at X156W T156X: account modifier (2) VBR
  • 22. ® ã SAP AG 2000 BWART 05/2000
  • 23. ® ã SAP AG 2000 BWART 05/2000 T156X: Account Modifier (KOMOK) l Counter CNT02 in T156X refers to counter in T156W (= identifier for processing key) l Only possible for GBB, PRD, KON, AUM, (WRX?) l SD/QM: KZVBR leads to different account modifiers depending on KZVBR (set if CO object needed): n SD uses VAX and VAY (CO object for VAY) (movement type 601) n QM uses VQP and VQY (CO object for VQY) (movement type 331) l In case of valuated special stock E/Q (KZBWS set), we read n Table T156SY w/o KZVBR n Table T156X with KZVBR (E/P/V)
  • 24. ® ã SAP AG 2000 BWART 05/2000 T156X: Indicator XPKON (1) l XPKON = X means account assignment data (CO object) will be copied to XACCIT of that processing key (usually GBB) l Copying of CO object also depends on field selection in T156B (OMBW). See note 117596 for special stock E/Q. = possible solution to message KI235 for GBB line l Manual account is also be copied to that line l Can also be set for PRD/AUM if customer wants the same CO object for price differences (possible for AUM since 30F, note 13984) = possible solution to message KI235 for PRD/AUM line
  • 25. ® ã SAP AG 2000 BWART 05/2000 T156X: Indicator XPKON (2) l Entry 101 is necessary for GR for PO with account assignment (value string WE06 processing key KBS) l KBS means we copy the account from the PO, so no account determination is necessary (already done)
  • 26. ® ã SAP AG 2000 BWART 05/2000 Check Strings in Material Documents l SE16 MSEG contains n All T156SY fields (Bwart, Mengu, Wertu, Kzbew, Kzvbr, Kzzug) n Value string BUSTW n Quantity string BUSTM
  • 27. ® ã SAP AG 2000 BWART 05/2000 T156M: Quantity Strings for Simple Movements BWART + SOBKZ T156 SHKZG T156SY BUSTM T156B UMSOK T156M T156F 501 S (+) MA01 MA01 – 1 = L01 MARD-LABST 201 H (-) MA01 MA01 – 1 = L01 MARD-LABST 201K H (-) MAK1 MAK1 – 1 = LK0 K01 MARD-KLABS + MKOL-SLABS BWART + SOBKZ T156 SHKZG T156SY BUSTM T156B UMSOK T156M T156F 501 S (+) MA01 MA01 2 1 = LQ1 MARD-INSME 201 H (–) MA01 MA01 2 1 = LQ1 MARD-INSME 201K H (–) MAK1 MAK1 2 1 = LKQ KQ1 MARD-KINSM + MKOL-SINSM Movements 501, 201 and 201K without QM Movements 501, 201 and 201K with QM 501: GR from vendor without purchase order 201: GI for cost center 201K: GI for cost center from vendor consignment
  • 28. ® ã SAP AG 2000 BWART 05/2000 T156M: Quantity Strings for Transfers BWART + SOBKZ T156 SHKZG T156SY BUSTM T156B UMSOK T156M T156F 301 H (–) MA04 MA01 – 1 = L01 MA01 – 2 = L01 MARD-LABST (–) MARD-LABST (+) 411K H (–) MAK4 MAK4 – 1 = LK0 K01 MAK4 – 2 = L01 MARD-KLABS MKOL-SLABS (–) MARD-LABST (+) 413Q H (–) MAAQ E MAAQ – 1 = Q01 QSL MAAQ – 2 = A01 ASL MSPR-PRLAB MSSQ-SQLAB (–) MSKA-KALAB MSSA-SALAB (+) 453 S (+) MAR1 MAR1 – 1 = L01 MAR1 – 2 = LR0 MARD-LABST (+) MARD-RETME (–) 301: Transfer from plant to plant in one step (no PO, unrestricted stock) 411K: Transfer from vendor consignment to unrestricted storage location 413Q: Transfer from project stock (Q) to customer order stock (E) - unrestricted 453: Transfer from returns stock to unrestricted storage location
  • 29. ® ã SAP AG 2000 BWART 05/2000 Other Movement Type Tables
  • 30. ® ã SAP AG 2000 BWART 05/2000 T156N: Subsequent Movement Types l Key: FCODE + BWART l ST 601 > 602: cancel movement type (used in MB_CANCEL_GOODS_MOVEMENT) l RL 101 > 122: return delivery transaction MBRL l Special codes for automatic movements: n WEUB 647-> 101 (one-step transfer with transfer PO) n LBWA -> 543 (GI of components during GR subcontracting)
  • 31. ® ã SAP AG 2000 BWART 05/2000 T156B: Screen Layout l Field modification for MB11 transactions l Not possible for MB01 (101 mvt types) as account assignment is copied from PO l Determines also which account assignments will be copied to FI document l Not used in MB_CREATE_GOODS_MOVEMENT l MIGO: new table MIGO_CUST_FIELDS
  • 32. ® ã SAP AG 2000 BWART 05/2000 T158B: Allowed Movement Types l Allowed movement types per transaction l MB_CREATE callers are responsible for creating the entries in T158B for their own transaction l Help view available for T158B/T157H