Application Development 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: 

report on Finished goods stock

Former Member
0 Kudos

Hi friends ,

I got a task to do .

Description:

"Age Analysis of Finished Good Stock: - Interactive report. Double click on the line item will give the batch wise stock details."

Can any one give some more elaborate information regarding this.

And please give what are the tables and fields might necessary for this.

With Best Regards,

Priyanka Sai.

2 REPLIES 2

Former Member
0 Kudos

Hello Satya, looks like you have to write a report to display all finished good's, material type "FERT". I have not worked on AGE ANALYSIS butam sure you will find it in help.sap.com or somewhere here.

The second part means they want a drill down report.

Batch wise stock details - batch is field CHARG, check which tables use this by going to SE11 and do a where used on this.

Good Luck

Former Member
0 Kudos

Hi satya,

the report says that depending on the days difference of your material...the stock details shud be diplayed in the secondary list....

hence for priomary list using the table MARA for a material number calculate the ageing period..in the sense sysdate-created date(ersda)..gives the days analysis..

for this in the secondary report code such that stock details from MARD,MARC,MARDH is retreived...chck the reqquired fields..

matnr,ersda,and corresponding fields of stcok in the other tables...

hope this helps u a bit,

all the best,

regards,

sampath

  • mark helpful answers