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

Custom report -LOGIC

Former Member
0 Likes
489

Hi,

My Base requirement is to SUM up MB51 material quanity values monthly and also MD04 values for same material, plant, monthly dates and upload it to a custom table .

So my code should update monthly a custom table which consists of

Material,Plant ,quantity- SEP 06,quantity-oct 06,quantity- NOV 06 ..... quantity- DEC 07.

For this I picked entries for MB51 (from MSEG & MKPF) & later using FM MD_STOCK_REQUIREMENTS_LIST_API to capture MD04 entries.

Am I approaching the right way?

Regards

Praveen

Hi,

My Base requirement is to SUM up MB51 material quanity values monthly and also MD04 values for same material, plant, monthly dates and upload it to a custom table .

So my code should update monthly a custom table which consists of

Material,Plant ,quantity- SEP 06,quantity-oct 06,quantity- NOV 06 ..... quantity- DEC 07.

For this I picked entries for MB51 (from MSEG & MKPF) & later using FM MD_STOCK_REQUIREMENTS_LIST_API to capture MD04 entries.

Am I approaching the right way?

Regards

Praveen

1 REPLY 1
Read only

Former Member
0 Likes
365

Hi Praveen,

Instead of picking up data from different place's, try to use single view or function module where you will get all required data.

Regards,

Amey