cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Backflush

Former Member
0 Likes
466

Hi All,

I am trying to use "Actual Activity" function in the backflush. But my problem is that sales order material which I want to backlash, is a material variant. I mean that its routing assigned to the routing of configurable material. Configurable material has a super routing. When I click the "Actual activity" button, then all of existing operation in the super routing will be appeared. But I expect that configured routing be appeared. Why?

Regards,

f.Goudarzi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hello Goudarzi,

Basically Material Variant is the Material which is defined for set of Characteristic values of Configurable material. So as you are mentioning in the issue, ideally there are specific characteristic value combination of COnfigurable material to which this Material Variant is set.

So Super routing should have dependecies for this characteristic values on the basis of which perticular operations needs to select in the Backflush.

With background to all this, can you pls tell which Transaction you are using for Backflush , becasue in MFBF I am not able to see "Actual Activity" button.

Pls tell the process through which you are doing the backflush so that I can tell you more in detail.

Regards,

Nachiket.

Former Member
0 Likes

Hi,

First of all thanks for taking your time. In Transaction MFBF when you click "Post with Correction" button, then you can see "Actual activities" button on top and left of the screen.

Regards,

F.Goudarzi

Anupam1143
Active Contributor
0 Likes

HI

This can only happen when in Your REM profile under cost accounting tab you have selected Post activities then only while doing the assebly backflush ACtual posting Tab appears. deselect the Post activities from your REM profile IN OSP2 and the try to backflush the activities separately

Plz check and revert

Regards

Anupam Sharma

Former Member
0 Likes

Hi,

Please check if the object dependencies which will be used in selecting the operations of the 'super' routing are maintained.

for ex;

you have a characteristic, let's say z_color, and it has 3 values (B, W, R) which you can select. for each value, the system will select a proper operation from the super routing.

let's say that you have a routing consisting of 3 operations. You want the system to select the first operation when you give the color value 'B'. Then, in the routing maintenance, in the dependencies of the 1st operation, you have to declare a selection condition. the syntax is; $self.z_color eq 'B' .

Regards,

Bora