cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BCM Rejected Payments- workflow setup

rajeev224
Explorer
0 Likes
1,940

Hi Expert

In S4 HANA , Can some one explain me how to setup the workflow to intimate the AP processor that the payment send to bank has been rejected. Under what function do we need to create this . Any document with the screen shot will be help.

Thank you very much

Accepted Solutions (0)

Answers (1)

Answers (1)

pankajypatil
Active Participant
0 Likes

Hi Raj,

Please configure the bank external status with SAP internal status.

Map External Status to Internal Status

You need to get the acknowledgment from the bank to update these statuses through interface, Below are the standard status.

  • payment Medium Created
  • Payment Sent to Bank
  • Received by Bank
  • Accepted by Bank
  • Rejected by Bank
  • Partially Accepted by Bank
  • Payment Statement Received

Below program updated these status with acknowledgement file

RBNK_IMPORT_PAYM_STATUS_REPORT

These status get updated in BNK_MONI transactions. If you want to receive emails, you can design workflow based on the BNK_MONI transaction status update.

Refer to below link for more details.

https://help.sap.com/viewer/2ac3ec681d3547668ea40aa5b11f73b8/1.2/en-US/c3d305371b1145f8a65a77433ac59...

Regards,

Pankaj