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

SAP Query :: ABAP Code Help

adeel_sarwar
Contributor
0 Likes
345

Hi,

I have created a query which reads a material Table and has consumption by date. What I want the report to do is show me a total number of PO's by month. i.e. below

Any idea how can I go about this? I can understand ABAP but don't know how to put it in buckets via a query i know i have to create 12 fields called Jan, Feb, March, April etc but need the code to put date in the tables by month

E.g.

Material January Feb March April etc

MAT1 23 22 21 11

MAT2 35 67 89 33 etc

THanks

1 REPLY 1
Read only

adeel_sarwar
Contributor
0 Likes
327

ABAP Program created