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

Material Movements with erdat

Former Member
0 Likes
414

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 ?

1 REPLY 1
Read only

Former Member
0 Likes
354

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