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

BAPI_MATERIAL_MAINTAINDATA_RT reorder point & Forecast parameters

szymon_glapiak
Explorer
0 Likes
645

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
535

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.

2 REPLIES 2
Read only

Former Member
0 Likes
536

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.

Read only

0 Likes
535

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??