cancel
Showing results for 
Search instead for 
Did you mean: 

planning time fence

Former Member
0 Kudos

If I chang planning time fence from any figure/ number to 0 in R/3 then this change is not appering in Product master APO.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

In the exit:

  • MOVE 'X' TO CT_CIF_MATLOCX-FIXHZ.

this line is commented,

we tried to set it to x at debugging. but still we are not getting correct output in APO.

Is there any other code changes ?

Former Member
0 Kudos

Dear patil,

what is the value maintained in ECC CFC9 for material master change transfer? is it 1 or 2 or balnk?

Sree

Former Member
0 Kudos

Hi Sree,

ECC CFC9 for material master change transfer,--- it's 2.

But I thinks its not the problem........

Edited by: vijaysinh patil on May 14, 2010 7:35 AM

Former Member
0 Kudos

Hi Patil,

Check firming type is defined in customisation for MRP or MPS at R/3

For the planning time fence to work, you must enter an MRP type with a

firming type in the material master record.

Check the MRP type whether relevant to APO

Check whether the change pointers are activated and integration

model is active

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi,

My understading is that since this is only relevant to MRP type with Firming type included, and MRP type normally being used u2018X0u201D for the products planned in APO, does not get transfreed to APO.

Regards

Datta

Former Member
0 Kudos

current MRP type is X0,

If change the planning time fence to any value other than 0 (Zero) then the changes are reflecting in APO, After considering these to factors, if u r still saying that its MRP type relevent, then please give me the solution for the desired result.

Former Member
0 Kudos

Hi,

I think I need to correct myself about relevance of MRP Type for not to transfer data to APO.

Planning time fence in SAP R/3 Material msater MRP view, should ideally get transferred to the PPDS time fence in APO.

Now, what I have observed that , if value in APO is non-zero and we put value if SAP R/3 zero, then no change occurs.

If we maintain any non-zero value , it certainly gets transferred.

Solution

If you want to drive SAP R/3 value even if it is zero then ,I know there is one enhancement CIFMAT01 ( in SAP R/3) , customer exit EXIT_SAPLCMAT_001 for setting value of relevant field to transfer to APO.

Please check and confirm.

Regards

Datta

Former Member
0 Kudos

Thanks!!!

But the exit is implmented allready, please tell me where we need to make the changes?

Former Member
0 Kudos

Hi,

Please check the filed as below:

CT_CIF_MATLOCX-FIXHZ set this to u201CXu201D.

This should help.

Regards

Datta

Former Member
0 Kudos

Hi Datta,

I am waiting for your reply........

Former Member
0 Kudos

Hi,

Sorry for the delay.

I am trying to recreate the scenario , but stuck up with landscpae issues.

Regards

Datta

Former Member
0 Kudos

Hi,

What is your SAP R/3 version ?

Please check if Note 808026 ( Customer Enhancement exit material is run repeatedly) is applicable.

Regards

Datta

Former Member
0 Kudos

SAP R/3 version - 4.6c

but the pack releted to this note is not applicable for 4.6c

we are wiating for your next reply

Former Member
0 Kudos

Hi,

Exact code is as below:

Include ZXCIFU01.

LOOP AT ct_cif_matlocx.

MOVE 'X' TO ct_cif_matlocx-fixhz.

MODIFY ct_cif_matlocx.

CLEAR ct_cif_matlocx-fixhz.

ENDLOOP.

I think simultaneously, it will be advisiable to raise an oss messgae, to have through analysis of the issue. Regards

Datta