2011 Oct 11 10:30 AM
Hi Experts,
I am integrating ISU using BAPI_CTRACCTRCTACCNT_PAYBYCARD to make payment through card at cash desk. It gets all the open items through another BAPI and is working fine in the ISU system by providing all the details.
I am developing an iMobile application wherein this BAPI is being called. But its failing there as the reconciliation is not getting generated automatically.
Please please provide me a solution on this.
Regards,
Richa
2011 Oct 11 9:25 PM
Hi Richa,
You can use BAPI_CTRACRECKEY_CREATE in the logic to create a new reconciliaition key .
thanks,
VR
2011 Oct 11 4:59 PM
Hi Richa,
Probably you are using some system user to connect your mobile application with SAP.
Check whether the reconciltion group is maintained for that particular user id or not.
Go to the following path in IMG-
IMG->Financial Accounting->Contract Accounts Receivable and Payable->Basic Functions->Postings and Documents->Document-.Define Default Values->Maintain Rules for Reconciliation Key Default Values->Maintain Reconciliation Groups for Default Values
Maintain the SAP system User ID that you are using along with a reconciliation group.
Once done try to perform the activity again.
Hope it helps..
Thanks,
Amlan
2011 Oct 11 9:25 PM
Hi Richa,
You can use BAPI_CTRACRECKEY_CREATE in the logic to create a new reconciliaition key .
thanks,
VR
2011 Oct 11 9:50 PM
The bapi does not generate the recon key - you need to generate it and pass it into the document posting.
regards,
bill.
2011 Oct 12 12:53 PM
Thanks for the reply everybody but its working with the same Iinitial BAPI PAYBYCARD.An event was not activated in it.
The only problem now I am facing is that its not accepting partial payments.
Could you please tell what could be the reason?
Regards,
Richa