Hi all,
We are building Dispute Management in ERP and integrating with FICA.
At the moment, FICA dispute cases can only be created in FPL9, FPE2/FPE3 transactions. That too with standard case type FICA/FCA2.
In order to create a dispute case of type Zxxx under RMS ID UDM_FICA_DISPUTE, I leveraged the BAPI BAPI_DISPUTE_CREATE. Using this, I am able to create the dispute case successfully and FICA document numbers are getting assigend as Linked Object with type CA_DOC successfully.
Problem is, the BAPI does not store any value in the tables FDM_DCOBJ and FDM_DCPROC.
That's why cases created from the BAPI, is not getting displayed in FPE3 since the button "Display Dispute Case" calls the function module FKK_DISPUTE_DISPLAY and that in turn checks these tables.
Did anyone face this issue and any possible solution?
Regards,
Bodhisattwa