Hi Gita,
If you want to push data why need a BAPI....
You can query MARA directly
DATA : last_date type sy-datum.
Select * from MARA into table it_mara
where ersda GE last_date or lesda GE last_date.
You can use the BAPI or Normal selects of required data for these materials.
I hope it helps.
Regards