‎2008 Nov 04 5:20 PM
Hi
I use BAPI_MATERIAL_MAINTAINDATA_RT for change reorder point and only this, but after run i see that the forecast parameters changed too.
example code
head-material = matnr.
head-logst_view = 'X'.
plant-material = matnr.
plant-plant = werks.
plant-reorder_pt = value.
plantx-material = matnr.
plantx-plant = werks.
plantx-reorder_pt = 'X'.
CALL function 'BAPI_MATERIAL_MAINTAINDATA_RT'
EXPORTING
headdata = head
Importing
return = return
TABLES
plantdata = plant
plantdatax = plantx.
I try to select/deselect auto_reset (reset forecast model automatically) but nothing was changed.
Do you know what is wrong whit this??
Best Regards
Szymon Glapiak
Edited by: Szymon Glapiak on Nov 4, 2008 6:20 PM
‎2008 Nov 04 5:45 PM
Hi,
You might need to check for an OSS Note for this BAPI.
For detailed Desc of BAPI, Refer to http://abap.wikiprog.com/wiki/BAPI_MATERIAL_MAINTAINDATA_RT
Or you can also use WE60 for IDOC ARTMAS01, the segment definition will help you to understand the BAPI parameters.
‎2008 Nov 04 5:45 PM
Hi,
You might need to check for an OSS Note for this BAPI.
For detailed Desc of BAPI, Refer to http://abap.wikiprog.com/wiki/BAPI_MATERIAL_MAINTAINDATA_RT
Or you can also use WE60 for IDOC ARTMAS01, the segment definition will help you to understand the BAPI parameters.
‎2008 Nov 10 8:59 PM
Hello Ajay
Thank's for answer but i check all resources before post this message and i couldn't find any OSS notes or other info. For now i change this value by using batch input with Retail Transaction MM42. Maybe do you know some better solution??