cancel
Showing results for 
Search instead for 
Did you mean: 

MASS change reorderpoint(MINBE) to safteystock(EISBE)

Former Member
0 Kudos

Hi All!

Now we use MRP type PD and because of that i would write the value of MINBE into EISBE.

Is there a possibility in Tcode MASS maybe with a formular to change MINBE into EISBE.

There is a jpeg document attached, with a screenshot.

best regards

Florian

Accepted Solutions (1)

Accepted Solutions (1)

JL23
Active Contributor
0 Kudos

you select EISBE, then click the formula button, in the pop-up click ABAP and you are taken to the editor.

Just enter

X = MARC-MINBE.

Former Member
0 Kudos

Hi Jürgen!

Thanks for your fast answer.

I changed like you recommended to:

* X is the value you must return
form GET_NEW_MARC_EISBE
using segment structure MARC
changing X = MARC-MINBE.


endform.

I have to say, that i dont know about anything in ABAP coding, so maybe i wrote your string in the false row.

see gif attached...

best regards

Florian

an

JL23
Active Contributor
0 Kudos

Sorry, I made a mistake instead of MARC-MINBE it has to be segment-MINBE

and in ABAP you must not forget the dots at the end of a statement

it should be like below

 

* X is the value you must return

 

form GET_NEW_MARC_MINBE

using segment structure MARC

changing X.

 

X = segment-MINBE.

 

endform.

former_member183424
Active Contributor
0 Kudos

Yes..

Exactly like that which jurgen sir suggested.

I just notify one thing

Press carry out mass changes just for one time.

If you press twice, then the value will remove.

And Note one thing

It will remove the MINBE old value.

JL23
Active Contributor
0 Kudos

it will not remove old value, the formula works only for the field for which you defined the formula.

you had probably both headers selected and distributed blank to the MINBE field

Former Member
0 Kudos

Hi Jürgen!

Thanks for your help, now it works.

But instead GET_NEW_MARC_MINBE you write, i take following string:

* X is the value you must return
form GET_NEW_MARC_EISBE
using segment structure MARC
changing X.
X = segment-MINBE.

endform.

Thanks guys

greetings from Salzburg

Answers (1)

Answers (1)

Former Member
0 Kudos

What you mean by write the value of MINBE into EISBE?

If you want to update saftey stock you can update if it same for all materials and you can make the value for re-order point as zero, if you enter as "X"  while updating.