cancel
Showing results for 
Search instead for 
Did you mean: 

change pointer not create idoc

Former Member
0 Kudos

change pointer not trigger Idoc for price change in sap. Idoc is WBBDLD.All setting was done .This is happend after HANA migration in sap. what is wrong ?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member232581
Active Participant
0 Kudos

You will have to check following

BD61 -if change opointer is activated

BD50 - If change pointer is activated for your message type

BD52 - if field relevant for change pointer assigned to message type.

You can test this by changing any of the field maintained in BD52 above, it should generate an entry in BDCP2 after the change is made.

Idoc generation program based on change pointer will then pick data from BDCP2 and will mark it as processed once idoc is generated.

Thanks

Vibhor

former_member232581
Active Participant
0 Kudos

Hi Gangul

Can you find any entry in table BDCP2 against your idoc message type with process indicator 'blank'. If you can't then most probably problem is with your configfuration.

If you can find, then try to run manual selection to see if idocs are generating at all. This basic troubleshooting should help triage the problem.

Thanks

Vibhor.

Former Member
0 Kudos

Thanks Vibhor for you answer. I did not find any entry for table BDCP2.

Could you please tell me where i missed the configuration?