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

Bank Master Data Cockpit

XULACS96
Discoverer
0 Kudos
755

Is there a way to run the Bank Master Data Cockpit in batch mode?  I have successfully imported the Accuity bank file using the Furi web application (Transfer BIC Data).  However, I am looking to automate this process and I am hoping there is a way to run in batch.Bank Master Data Cockpit.png

Accepted Solutions (0)

Answers (1)

Answers (1)

EmanuelGraves
Explorer
0 Kudos

Here is a step by step guide.

Develop a proxy service or interface in SAP PI/PO to receive input data (Accuity bank files) and map it to the required format for the Bank Master Data Cockpit.Schedule the execution of the integration scenario using SAP Job Scheduler or a third-party scheduling tool. Configure the job to trigger the proxy service at predefined intervals.Implement monitoring and alerting mechanisms to track job status and handle exceptions or errors. Configure alerts for administrators or support teams in case of failures.Enable logging and auditing to maintain records of batch job executions and data transfers. Logs should capture relevant information for troubleshooting and compliance purposes.Ensure secure communication channels and authentication mechanisms are in place to protect sensitive data. Configure user roles and permissions to restrict access and comply with security policies.

I hope that it's useful

XULACS96
Discoverer
0 Kudos
This solution would be okay if accessing the screen shot you see above was the only page needed to be accessed to run this process. Unfortunately, there is a page that is called prior to page seen above. You call the page above from the page in question. My hope was there is backend command that could invoke the same process that is being called from the web page.