Business function called multiple times in Post Commit in P4114
Hello,
We have an issue in P4114.In this application we have added some customization also.
The issue is with form Inventory Adjustment . In this form Post commit event , we have one NER call to call the custom UBE.
Ideally it should be called only once. But we are having the issue that that NER is getting called multiple times in some cases and hence the corresponding UBE also gets called multiple times. which is not desirable.
We suspect the table IO written for some custom tables and F4108 after 'F4114 End Document' in Post button click of OK button of the same form may be cause for this. But we are not sure.