cancel
Showing results for 
Search instead for 
Did you mean: 

Slow Moving report

Former Member
0 Kudos

HI I need a slow moving report but table TVKO is not activated, so Iam not able to use transaction MC46.

Is there is anyway to make a query about slow moving items? what table should I use?

Please let me know

Thanks

Cecilia

Accepted Solutions (1)

Accepted Solutions (1)

madhu_vadlamani
Active Contributor
0 Kudos

Hi Cecilia,

Use the tcodes like MC46,mc50,mcld.

Regards,

Madhu.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks all!

Former Member
0 Kudos

Hello

Perhaps an ST12 trace can be useful here. For details refer to URL -

http://wiki.sdn.sap.com/wiki/display/ABAP/SingleTransactionAnalysis

Extracted from above - ST12 is delivered as a part of the Service tools for Applications (ST-A/PI). SAP note 69455 describes how to get the latest version of the ST-A/PI. Note that the ST12 transaction is not officially documented / supported and only available in the English language.

Although it is mainly intended for use by SAP or certified service consultants during SAP Service Sessions, you can use it for your own performance analysis. A description of ST12 is given in SAP note 755977 (ST12 "ABAP Trace for SAP EarlyWatch/GoingLive").

Regards.

Former Member
0 Kudos

Hi,

Are you trying to develop a Custom Report?

Then try this.

Use T134M,V156S,T156M and T156C.

Then,Use function modules

AUFBAU_WERTETABELLE,

LESEN_MATERIALKURZTEXTE,

BERECHNEN_BESTAND,

VERBRAUCH_BCO,

WERTE_ZU_WERKSMATERIAL,

WERTETABELLE_KUMULIERT(Plant).

Then bulid your fieldcatalogue.

Jshree