Application Development 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: 

Help needed in Table and field

Former Member
0 Kudos

Hi all,

can any one tell me the table and field to get basic unit of measure and unit of issue.

I guess both are different.

Thanks

3 REPLIES 3

Former Member
0 Kudos

Hello,

The <b>UOM field is MEINS

I think its T006.

And T006T is the text table, where descriptions are stored.

</b>

Regards,

Vasanth

Former Member
0 Kudos

For base unit of measure, uom, T006 is the main table.But whereever you have a quantity yu will find UOM in that table. The field is MEINS.

when you say unit of issue, you mean actual unit of measure right?

In that case it again depends on what you are looking at. Example

in table LIPS there is base UOM and Actual UOM.

base is always "MEINS" and actual is "LFIMG" in this case.

So get the table in your functional area and check for the actual uom field in SE11.

Regards

Message was edited by:

Sandeep Bhavsar

former_member182346
Active Contributor
0 Kudos

<b>UOM</b>

Its from Order header data PP orders

Table Name : AFKO

Field Name: MEINS

<b>UOI</b>

It may be any QUAN type field.

As Both UOM data type 'UNIT' and UOI data type 'QUAN' are interrelated.

QUAN: Quantity field, points to a unit field with format UNIT

UNIT : Unit key for QUAN fields

Thank-You.