Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Movement Type in Delivery

Former Member
0 Likes
1,761

Hi,

What is Movement Type in Inbound Delivery and OutBound Delivery in R/3

Thanks in Advance,

Venkat

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,185

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,185

Hi,

Outbound delivery - 601

Inbound delivery - 101.

Thanks,

JLN

Read only

0 Likes
1,185

Hi JLN,

I also need What is Meant by Movement Type.

Thanks in Advance,

Venkat

Read only

0 Likes
1,185

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

Read only

Former Member
0 Likes
1,186

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

Read only

Former Member
0 Likes
1,185

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.