You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to terminate the Payment format request after payment document number gets generate

Summary:

Hi Team,

The Format payment files ess job went to retrying status after payment document number gets generate in PPR level .

We have added the below manual termination logic in the Payment H2H file.

Sample code :

<IntrmyAgt1>    
                    <FinInstnId>
                    <xsl:choose>
                    <!-- ERROR CSS -->
                    <xsl:when test="(PayeeBankAccount/IntermediaryBankAccount/SwiftCode='') and (PayeeBankAccount/IntermediaryBankAccount/BankCode='')">
                   <xsl:message terminate="yes">ERROR: Bank Code or SWIFT Code Missing</xsl:message> <!-- ERROR CSS -->
                   </xsl:when>     

The above condition works when payment document number generates in the PPR creation .


Request you please help me to how to manual termination when payment document number gets generate in the PPR.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!