cancel
Showing results for 
Search instead for 
Did you mean: 

Condition Access Sequence and the IPC exit routine

Former Member
0 Kudos

Hello,

We have an IPC (PricingUserExits) implemented which would copy the header condition rate to the item condition when the update of the document occured. It was working fine. But when we entered the access seq on item condition, the exit routine does not copy the rate to the item condition anymore.

Does anybody know how does access seq relate to IPC exit routine?

Any input would be greatly appreciated!

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Jamie,

We too had a similar issue, but we could not resolve this issue. I am eager to know any inputs on this from other experienced people.

Thanks

KaushalShah
Active Contributor
0 Kudos

IPC exit routine doesn't have anything to do with access sequence.

It really depends where your code was written in IPC, when was it being called. If by changing access sequence the routine is now being called at a wrong time (when all info is not available), routine might be failing.

Regards,

Kaushal

Former Member
0 Kudos

Hi Kaushal,

Thanks for your input. However, after debug the routine, it seems that the conditions with access sequences are not being sent into the structure that was executed by IPC. I'm really at my wits end here to find out why those conditions are not included. We implement overwriteConditionBase and overwriteConditionValue method.

Do you know the method that it might be calling to exclude those conditions?

Thanks,