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

REPORT FOR MATERIAL AGEING

Former Member
0 Likes
1,027

Hi,

i have a requirement to implement a program for material ageing.

i/p screen must contain AGEING BUCKET option and o/p screen must contain stock1,stock2,stock3..stockN along with material no.,description,and others.

is there any standard program or any other related coding according to my requirement.

Moderator message: Please do some more research before posting, in future do not use all uppercase for subject line.

Message was edited by: Kesavadas Thekkillath

Hi,

i have a requirement to implement a program for material ageing.

i/p screen must contain AGEING BUCKET option and o/p screen must contain stock1,stock2,stock3..stockN along with material no.,description,and others.

is there any standard program or any other related coding according to my requirement.

Moderator message: Please do some more research before posting, in future do not use all uppercase for subject line.

Message was edited by: Kesavadas Thekkillath

4 REPLIES 4
Read only

Former Member
0 Likes
895

Hi,

You can check out MC46 transaction, which might help.

If you are going for a customized report, to get the buckets you can use the below sample code.

DATA: p_slab1(3) type c.


SELECTION-SCREEN BEGIN OF LINE.
selection-screen comment 4(32) text-010 for field p_slab2.
PARAMETER: p_slab2 like p_slab1 no-display,
            p_slab3 like p_slab1,
            p_slab4 like p_slab1,
            p_slab5 like p_slab1,
            p_slab6 like p_slab1.
SELECTION-SCREEN END OF Line.

Which will appear like a below screens shot.


Let me know if you need any help.

Please reward points if found helpful, to encourage people answer your queries.

Thanks,

Harish

Read only

0 Likes
895

hi,thanks for the reply.

could you plz provide me a sample customized program so that can analyse more clearly.

Read only

0 Likes
895

Hi Srikanth,

There are lot many things to consider when asking for a sample program, which completely depends on the requirement.

Please confirm with your Functional team, what is the type of report  required, What are the inputs required in the report, What is the processing logic that has to been framed, etc..

Please make yourself clear with requirement completely first.

<< Please stop asking rewards >>

Thanks,

Harish

Message was edited by: Kesavadas Thekkillath

Read only

Former Member
0 Likes
895

Hi srikanth,

T-codes for aging are MC46 and MC50. MC.9 can be used for stock analysis.

Refer to program RMCBLH30 &  program Inventory Ageing 0IC_C02_Q0021 may be useful.

Hope this helps.

Thanks,

Tooshar Bendale