2010 Nov 25 12:07 PM
Hi All,
I had a requirement which says.
When a payment is received in third party system, then we have to trigger a RFC to post payment in SAP ISU FICA.
This RFC will post the payment and return the payment document number.
what all done in the payment third party system should be posted in SAP synchronously.
Does any one have an Idea of a BAPI / RFC which i can use for this purpose.
Regards,
Himanshu Sharma
2010 Nov 26 9:55 AM
If you have PI available, you should look into the External cash desk functionality
http://wiki.sdn.sap.com/wiki/display/ESpackages/ExternalCashDesk
If you dont have PI available, then you could look into the following BAPIs:
BAPI_CTRACPAYMINC_CREATE
BAPI_CTRACPAYMINC_APPEND
BAPI_CTRACPAYMINC_RELEASE
BAPI_CTRACPAYMINC_CLOSE
Best regards,
Cristobal.