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

Physical Inventory Document

Former Member
0 Likes
713

Hello all,

I have a requirement:

". From the physical inventory document, get the inventory status for the material and batch combination."

Inventory Status is - STEXT

Stock Type - BTEXT.

How do i get these two values in the internal table?

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
671

Hi Yogesh,

Stock type BTEXT is sored in table T064B Pass Language and stock type to this table and get the text.(Field BTEXT).

Thanks,

Vinod.

3 REPLIES 3
Read only

Former Member
0 Likes
671

Hi,

Can you check the ISEG Table which contains Physical Inventory document. You can have batch field also.

Reagrds,

Ashok

Read only

0 Likes
671

Thanks Ashok. Ya ISEG table is ok. That is what i will use to put conditions in my select statement. But from where I will get STEXT and BTEXT?

Read only

vinod_vemuru2
Active Contributor
0 Likes
672

Hi Yogesh,

Stock type BTEXT is sored in table T064B Pass Language and stock type to this table and get the text.(Field BTEXT).

Thanks,

Vinod.