ECA System Maintenance
Create External Credit Approval Check system as ‘FCUBS’ in STDECAMT screen.
Figure 2-14 External Credit Approval System

Description of "Figure 2-14 External Credit Approval System"
Map the ECA system ‘FCUBS’ in the PMDECAMT.
Figure 2-15 External Credit Approval System Detailed

Description of "Figure 2-15 External Credit Approval System Detailed"
Maintain the In queue JNDI Name as MDB_QUEUE_RESPONSE, Outqueue JNDI Name as MDB_QUEUE & Q Profile – as per the MDB Queue created on the App Server as in Section 2.2. Q Profile should be the IP Address where the JMS Queue has been created. The OBPM System will post the ECA request to UBS via these MDB queues. Maintain Queue Profile in ‘PMDQPROF’.
Queue profile requires the context provider URL of the Application Server where the queue is created. All other parameters are same as mentioned above.
OBPM build the ECA request with details mentioned in section 2.2 and post to MDB_QUEUE. FCUBS via GW MDB pulls the gateway request and call internally the ECA block process to create or undo the ECA block. Once the process is completed, the FCUBS post the response via gateway infra to MDB_QUEUE_RESPONSE.
MDB_QUEUE_RESPONSE is configured with a redelivery Queue as jms/ACC_ENTRY_RES_BKP_IN mentioned in section 2.2. This Queue internally pulls the response via OBPM MDB to complete ECA processing in OBPM.
- FCUBSAccService – QueryCustAccVal (Operation)
- FCUBSCAService – CreateEcablk, CloseEcablk (Operation)
Parent topic: Maintenance to be done in OBPM