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: 

Timestamp in tbl MARC

Former Member
0 Kudos

Hi all,

Is it somehow possible to identify when a new plant-view has been created for a specific material/plant id?

In table MARA there is timestamps present (ERSDA/LAEDA) showing when a material client-view was created/last changed. It also seems that the LAEDA (last changed) is also set when extending one material to a new plant-view. But in table MARC there seems to be no timestamp present showing when the new plant-view was created. So how can I identify when the new plant-view was crated the material/plant combination?

I'll appreciate your feedback on this.

Thanks.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Please check these

T-Code: MM60

Table: MSTA

Hope you find these useful!

Reetesh

raymond_giuseppi
Active Contributor
0 Kudos

You could analyze the change documents generated for object MATERIAL, here creation and update of MARC are recorded (look via transaction SCDO)

Read

- [Read and format change documents|http://help.sap.com/saphelp_nw70/helpdata/en/2a/fa01dd493111d182b70000e829fbfe/content.htm]

- [Documents : How to track changes through ABAP ?|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/6054] [original link is broken] [original link is broken];

Regards,

Raymond