Hi All,
I am facing an issue while calling a method to reverse the final bills/invoices and then reset clear the documents in SAP ISU ECC 6.0.
This method is being called from a reverse move out workflow as the customer payments made during move out as final bill need to be reversed and the rest clearings need to be done.
But the method gives the below mentioned error and the workflow goes into error.
The error says :
Message >0188 - Internal error: False call for FKK_RESET_CLEARING
Diagnosis
The function module FKK_RESET_CLEARING was called up for documentV1. however, this type of call is not permitted for one of thefollowing reasons:
- The parameter I_PARTIAL (partial clearing reset) is not set.
- Partial resets had already been posted for document &V1& so that every
further clearing reset can also only be a partial one.
- Parameter I_PARTIAL is set, but the corresponding table
T_ACTIV does not contain any valid entries.
But the above issues are addressed in the code(screenshots attached)
The catchy part is once we restart the workflow , it gets executed successfully without any error.
Could anyone please guide me as to why the error is occurring in the first instance.
Please let me know if you need any more info.
Appreciate your help in this regard !!
Best Regards,
Java