cancel
Showing results for 
Search instead for 
Did you mean: 

CIF issue for one Product and not updating in APO

0 Kudos

Dear All,

I have an issue with only one product which is not updating in APO and i could see last modified date is last month in /sapapo/mat1. which was worked fine earlier.

When i ran CFM1 and CFM2, i could see material in log but it's not updating in APO master.

I have tried RIMODINI and also exclusion from the current (cfm1/cfm2) variant & then run with normal variant but no luck.

Also tried with dummy variant for single material it's showing material but no luck with update in APO.

Here Queues are clear and tried cfp2 but no use.

Thanks,

Sri

View Entire Topic
0 Kudos

Hi Gergely,

Thank you for the quick reply. My worry is if i deactivate the model in Production system it will impact on other materials.

Do we have any other approach to stop the single issue Queue.

Thanks,

Sri

I310607
Advisor
Advisor
0 Kudos

''Do we have any other approach to stop the single issue Queue?''

Yes.

1: before clicking on the ''Start'' button to transfer the model with CFM9 , use ''/h'' command on the transaction bar.

2: start the model, and then the debugger will open.

3: put a breakpoint to CIF_PRODUCT_SEND function module, and run it

go until line "" CALL FUNCTION 'CIF_SER_MESSAGE_SERIALIZE' "" - its about line 165.

4. open (double click) the variable '' lv_nosend ''

5. override the empty value to 'S'

6. press F8.

7. When you release a popup will appear that the CIF queue is at NOSEND status.

8. Go to the RFC queue (inbound or outbound) and then debug.

This way all other queues are unaffected.

Gergely