Application Development and Automation 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: 
Read only

Listing Newly created Materials without using change pointers

Former Member
0 Likes
462

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 !!

3 REPLIES 3
Read only

Former Member
0 Likes
421

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

Read only

0 Likes
421

hi,

u can use abap query by giving input fields data , u can get u r requirment .

~linganna

Read only

0 Likes
421

Using a query I still wouldn;t be able to get the time as MARA gives only the date of creation.