2013 Feb 01 5:56 AM
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
2013 Feb 01 6:17 AM
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
2013 Feb 01 6:32 AM
hi,thanks for the reply.
could you plz provide me a sample customized program so that can analyse more clearly.
2013 Feb 01 7:27 AM
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
2013 Feb 01 10:10 AM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |