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

material qantity

Former Member
0 Likes
564

Hi experts....

I want material quantity as movement type in alv report and its like as below.

ex .

movement type 101 642 601

quantity 33 111 3334

quantity 993 768 4534

quantity 234 546 7777

I hope , You can understand my problem.

thank you.

Message was edited by:

ankita patel

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
533

Hi

Use the Table <b>MSEG</b> in which Movement Type(BWART) and the Qty fields (ERFMG) fields are there

Take Material also

for a material display different qty's based on different Movement types you display the report after fetching data from MSEG table

the master table for all movement types is <b> T156</b> and based on the field SHKZG

you can add (for S) and substract(for H) the qty's

<b>Reward points for useful Answers</b>

Regards

Anji

Hi experts....

I want material quantity as movement type in alv report and its like as below.

ex .

movement type 101 642 601

quantity 33 111 3334

quantity 993 768 4534

quantity 234 546 7777

I hope , You can understand my problem.

thank you.

Message was edited by:

ankita patel

1 REPLY 1
Read only

Former Member
0 Likes
534

Hi

Use the Table <b>MSEG</b> in which Movement Type(BWART) and the Qty fields (ERFMG) fields are there

Take Material also

for a material display different qty's based on different Movement types you display the report after fetching data from MSEG table

the master table for all movement types is <b> T156</b> and based on the field SHKZG

you can add (for S) and substract(for H) the qty's

<b>Reward points for useful Answers</b>

Regards

Anji