‎2008 Jun 03 6:48 AM
Hi,
What is Movement Type in Inbound Delivery and OutBound Delivery in R/3
Thanks in Advance,
Venkat
‎2008 Jun 03 7:20 AM
Movement type specifies a key for the type of goods movement. Each goods movement (for example, purchase order to warehouse) is allocated to a movement type in the system.
Goods movement is a physical or logical movement of materials leading to a change in stock levels or resulting in the consumption of the material.
A classification key indicating the type of material movement (for example, goods receipt, goods issue, physical stock transfer).
The movement type enables the system to find predefined posting rules determining how the accounts of the financial accounting system (stock and consumption accounts) are to be posted and how the stock fields in the material master record are to be updated.
As per the ABAP code is concern, we have a field to catch the movement type i.e., BWART.
The value of the Inbound or Goods Receipt Movement Type is given by '101' and
The value of the Outbound or Goods Issue Movement Type is given by '601'.
Reward if useful
‎2008 Jun 03 7:10 AM
‎2008 Jun 03 7:15 AM
Hi JLN,
I also need What is Meant by Movement Type.
Thanks in Advance,
Venkat
‎2008 Jun 03 7:20 AM
Hi
In SAP, movement type is a classification key that indicates the type of material movment (for example, goods receipt, goods issue, physical stock transfer).
The movement type enables the system to find predefined posting rules determining how the accounts of the financial accounting system (stock and consumption accounts) are to be posted and how the stock fields in the material master record are to be updated.
Hope this helps.
Regards,
JLN
‎2008 Jun 03 7:20 AM
Movement type specifies a key for the type of goods movement. Each goods movement (for example, purchase order to warehouse) is allocated to a movement type in the system.
Goods movement is a physical or logical movement of materials leading to a change in stock levels or resulting in the consumption of the material.
A classification key indicating the type of material movement (for example, goods receipt, goods issue, physical stock transfer).
The movement type enables the system to find predefined posting rules determining how the accounts of the financial accounting system (stock and consumption accounts) are to be posted and how the stock fields in the material master record are to be updated.
As per the ABAP code is concern, we have a field to catch the movement type i.e., BWART.
The value of the Inbound or Goods Receipt Movement Type is given by '101' and
The value of the Outbound or Goods Issue Movement Type is given by '601'.
Reward if useful
‎2008 Jun 03 7:28 AM
Hi ,
Movment type is
A classification key indicating the type of material movement (for
example, goods receipt, goods issue, physical stock transfer).
The movement type enables the system to find predefined posting rules
determining how the accounts of the financial accounting system (stock
and consumption accounts) are to be posted and how the stock fields in
the material master record are to be updated.
Table is t156.
Please reward if useful.