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

Looking for table & field

Former Member
0 Likes
853

Hi experts,

Can i know is there any suitable table & field for quantity of consignment material ?

This is the structure for it.

strucutre RMMMBESTN_DATEN ,

field - LABST ,

data element - LABST2

I can get only the structure for it, i need the table and field for the quantity of consignment.

Please advise, Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
721

Hi,

Check out the below fields:

MARD-LABST : Valuated Unrestricted-Use Stock

MARD-EINME: Total Stock of All Restricted Batches

MARD-KLABS: Unrestricted-Use Consignment Stock

MRD-KINSM: Consignment Stock in Quality Inspection

MARD-KEINM: Restricted-Use Consignment Stock

MARD-KSPEM: Blocked Consignment Stock

Thanks.

3 REPLIES 3
Read only

ian_maxwell2
Active Participant
0 Likes
721

Run a trace using ST05 as you go through a transaction where you see the fields displayed. When you go back to the ST05 trace it will show you every table that was accessed. You can review this list and figure out where the value is stored. This is a common and easy way to figure out where data is stored.

~Ian

Read only

Former Member
0 Likes
722

Hi,

Check out the below fields:

MARD-LABST : Valuated Unrestricted-Use Stock

MARD-EINME: Total Stock of All Restricted Batches

MARD-KLABS: Unrestricted-Use Consignment Stock

MRD-KINSM: Consignment Stock in Quality Inspection

MARD-KEINM: Restricted-Use Consignment Stock

MARD-KSPEM: Blocked Consignment Stock

Thanks.

Read only

Former Member
0 Likes
721

found the suitable table & field, thanks everyone.