‎2009 Feb 26 12:35 PM
Hi Gurus!!
Is there any alternative to finding out recently created material without using change pointers?
Is there any FM or BAPI to list newly created Materials ?
Thanks !!
‎2009 Feb 26 1:44 PM
hi,
you may extend material data (MARA) with an extra fields: date & time creation
and next in user-exit fill these new fields
next you may easy write own abap program to search newly materials...
regards,darek
‎2009 Feb 27 4:36 AM
hi,
u can use abap query by giving input fields data , u can get u r requirment .
~linganna
‎2009 Mar 09 7:43 AM
Using a query I still wouldn;t be able to get the time as MARA gives only the date of creation.