‎2006 Jul 05 10:05 AM
Hi,
I have to get material master data.
There is a function that can help me to avoid the select?
Thanks
Salvatore
‎2006 Jul 05 10:07 AM
BAPI_MATERIAL_GET_DETAIL
A search in SE37 with the string material should get you many more.
Sudha
‎2006 Jul 05 10:07 AM
BAPI_MATERIAL_GET_DETAIL
A search in SE37 with the string material should get you many more.
Sudha
‎2006 Jul 05 10:14 AM
HEllo,
U can make use of the FM MARA_READ.
Hope this will be useful for u.
Reward points if it is useful for u.
Regards,
Vasanth
‎2006 Jul 05 10:21 AM
HI
GOOD
CHECK WITH THIS FUNCTION MODULE
INPUT_IDOC_MATMAS01
THANKS
MRUTYUN
‎2006 Jul 05 10:56 AM
Thanks to all but I nned a FM that give me data for all the views...
Any suggest?
‎2006 Jul 05 11:00 AM
Use this
BAPI_MATERIAL_GET_ALL
Regards,
Ravi
note : Please mark all the helpful answers
‎2006 Jul 05 11:05 AM
‎2006 Jul 05 11:10 AM
‎2006 Jul 05 11:11 AM
Use the function module,"BAPI_MATERIAL_GET_ALL"
pass values to the fields to the function module, based on what material views you want to retrieve.
suppose to fetch Warehouse related values, populate your warehouse no & type to the function module.
regards
srikanth
‎2006 Jul 05 11:17 AM