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

Adding quantity for common material

Former Member
0 Likes
469

Hello Friends,

I have a internal table with MATNR and QTY, I want to add the QTY for a common MATNR and modify the table with unique MATNR with total QTY.

What is the easy way to achieve the above functionality.

Thanks,

Shreekant

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
405

Hello Sreekanth-

For your requirement COLLECT statementwill work.

Cheers,

~Srini

2 REPLIES 2
Read only

Former Member
0 Likes
406

Hello Sreekanth-

For your requirement COLLECT statementwill work.

Cheers,

~Srini

Read only

Former Member
0 Likes
405

Hi,

u can use alv grid function to achive this.

reuse_lav_grid_display.

it has so many parameters that u need to pass.

and u can make use of 'type-pools-slis'.and take the layout parameter.

It will be easy for u to proceed.

Regards

J.