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

Former Member
0 Likes
1,710

Hi,

I want to know movement type and its descriptions, do we have any table for this, table t156 is the value table for movement type but it was not helpful.

Thanks and Regards,

V.K.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,564

Hi Vikram,

Try T156T Table

T156T ---> Movement Type Text

Give ' EN ' in SPRAS Field in selection screen

Best regards,

raam

5 REPLIES 5
Read only

Former Member
0 Likes
1,564

hi there....

What Is a Movement Type?

When you enter a goods movement in the system, you must enter a movement type to differentiate between the various goods movements. A movement type is a three-digit identification key for a goods movement. The following table contains examples of movement types.

for details, refer the following link

http://www.saptechies.com/the-movement-type-concept/

do reward if helpful

Read only

Former Member
0 Likes
1,565

Hi Vikram,

Try T156T Table

T156T ---> Movement Type Text

Give ' EN ' in SPRAS Field in selection screen

Best regards,

raam

Read only

Former Member
0 Likes
1,564

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'.

These are the basic movement types and there are number of movement type which you can search using F4 on BWART field

In my requirement, I have taken this field from EKBE. You can find BWART in EKBE.

Reward if useful

Edited by: Srikanth Kadiyala on Jun 3, 2008 8:52 AM

Read only

GauthamV
Active Contributor
0 Likes
1,564

hi,

u can get movement type texts in T156T table.

Read only

Former Member
0 Likes
1,564

Hi,

Thanks for quick replies, input was very much helpfull.

Thanks and Regards,

V.K.