When we post FPE1 for posting document BAPI_CTRACDOCUMENT_CREATE is not called instead it uses FKK_CREATE_DOC to post docs.
If I compare std call during and my program :
1)My program calls Function module FKK_CREATE_DOC with one sided entry, internally calls fqevents 1100 which fills internal table T_FKKOPK which create off setting. In my case there is one entry the BAPI gives error
2) FPE1: Calls Function module FKK_CREATE_DOC but does not internally calls fqevents 1100 in turn T_FKKOPK does not gets filled there fore no error during the FPE1 for same postings.
Is there a way to avoid event 1100,it is used for some other enhancements. I know I can avoid technically but any other suggestion is appreciated.
Many Thanks
Govind Parmar