‎2008 Jun 03 7:45 AM
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.
‎2008 Jun 03 7:50 AM
Hi Vikram,
Try T156T Table
T156T ---> Movement Type Text
Give ' EN ' in SPRAS Field in selection screen
Best regards,
raam
‎2008 Jun 03 7:47 AM
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
‎2008 Jun 03 7:50 AM
Hi Vikram,
Try T156T Table
T156T ---> Movement Type Text
Give ' EN ' in SPRAS Field in selection screen
Best regards,
raam
‎2008 Jun 03 7:51 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'.
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
‎2008 Jun 03 7:54 AM
‎2008 Jun 03 8:01 AM
Hi,
Thanks for quick replies, input was very much helpfull.
Thanks and Regards,
V.K.