‎2008 Nov 14 9:49 AM
Hi ,
I am using 'BAPI_GOODSMVT_GETITEMS' to take all material movements.
call function 'BAPI_GOODSMVT_GETITEMS'
tables
material_ra = material
plant_ra = plant
pstng_date_ra = budat
goodsmvt_header = header
goodsmvt_items = items
return = return.
How can i use erdat instead of budat or is there any function to use erdat ?
‎2008 Nov 14 10:04 AM
Hi,
I dont think there is any BAPI which takes the ERDAT. You would have to filter the records after this BAPI reutrns the results.
Other way is to Get the data from the database tables directly. The tables are MKPF and MSEG
regards,
Advait