cancel
Showing results for 
Search instead for 
Did you mean: 

Which event triggered on posting of returns

former_member185489
Participant
0 Kudos

Hi gurus,

We are trying to post a return document and during posting and then prit it using FPCOPARA. Unfortunately during printing, an error comes like 0000 items selected. we are assuming the DFKKCOH table is not getting filled which results in an empty dfkk container.

We tried events to check which event is getting triggered while posting, but despite putting breakpoints we are unable to zero in n the particular event.

i have 2 questions.

1. has anyone faced the situation in FPCOPARA where due to unfilled DFKK* tables we are unable to print? if so, how do we fix it?

2. how to zero in on a particular event which is being triggered when the postings are made?

any help will be highly appreciated. thanks!!

regards,

suman

Accepted Solutions (1)

Accepted Solutions (1)

AmlanBanerjee
Active Contributor
0 Kudos

Suman,

I assume you have done the following configuration-

SPRO--->Financial Accounting---->Contract Accounts receivable and payable-->Business Transactions--->Returns--->Correspondence Form

And even after that you are not able to print through FPCOPARA.

For Point#1-Please refer to the following link

For Pont#2- Event 701 is used to create return correspondence request in event 295, where as Event 700 is used to print the return Correspondence.

Check the events mentioned above are active in our System or not.

Hope it helps...

Thanks,

AB

former_member185489
Participant
0 Kudos

Hi Amlan,

Thanks for your response. Indeed, we have the same configuration. Problem lies in the fact that when we are posting the return via standard transaction and consequently trying to print using FPCOPARA, the DFKKCOH table is not getting filled, and hence a select query fails in the FM you have mentioned.

I am unable to figure out which event trigger fills the DFKKCOH table, so using 'DBUG' i am trying to debug when posting via standard transaction, but it does not stop at any event ( i have put breakpoint in event say 701 ). Once the DFKKCOH is filled , i think printing will go fine. any ideas?

Regards,

Suman

AmlanBanerjee
Active Contributor
0 Kudos

Hi Suman,

Check whether FM ISU_EVENT_0295 is assigned to Event 295 or not.

This FM triggers the Correspondence container and fills up the entries in DFKKCOH tables for returns

Thanks,

AB

Answers (0)