INWARD MT103 WITH OWN BANK IN FIELD 57A

  • Nash21979
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 8 months ago #19097 by Nash21979
INWARD MT103 WITH OWN BANK IN FIELD 57A was created by Nash21979
Hi Guys,
We have some issues with some inward Swifts that are sent to directly to our bank (RECEIVER: ABCDUS33) in favor of our Customers with our bank bic in field 57A ABCDUS33)
In such case T24 changes it from IT to OT03 as if we are going to execute an MT103 with firld 57A as ABCDUS33 (own bank).
Can you please advise if there is a simple way to make T24 ignore this tag when it''s equal to our own BIC.
One thought would be to act on DE.I.TAG57 routine, to make it return null when the BIC is equal to ours, but I dont know if it's an overkill.
Your input will be highly appreciated.
Regards,

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #19100 by jpb
Replied by jpb on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Why overkill - that's what the routine is supposed to do - local mapping !
The following user(s) said Thank You: Nash21979

Please Log in or Create an account to join the conversation.

  • Nash21979
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 8 months ago #19113 by Nash21979
Replied by Nash21979 on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Thanks Jpb for your continious input.
Just said maybe it's a more straight way to do it.
Have done it this way and it is working. I get however the error : 'SUBROUTINE FOR TAG 57 NOT COMPILED' in the 'IN.PROCESS.ERR' field of the FT.
can you please advise how to remove this error.
thanks in advance!

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #19115 by jpb
Replied by jpb on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
As you can see in T24_BP/DE.I.MT103 the routine assigned in DE.I.SUBROUTINE.TABLE to field 57 is checked with "CHECK.ROUTINE.EXIST".

Maybe just a question of re-login or restarting your services ???
The following user(s) said Thank You: Nash21979

Please Log in or Create an account to join the conversation.

  • Nash21979
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 8 months ago - 8 years 8 months ago #19122 by Nash21979
Replied by Nash21979 on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Thankd for your usual input! can you please advise which services should be restarted for this matter.
On a slightly different note,
I got some Field.id & does not exist in format file#59X (Field 59F)
is there a workaround to make T24 behave as normal 59? In the DE.TAG.59 routine, I added a case '59F' with the same code as '59' but i still get this error.
Regards,
Last edit: 8 years 8 months ago by Nash21979.

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #19124 by jpb
Replied by jpb on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
The services/phantoms depend on your SWIFT solution, there are different being used.
Check what is running that is connected to inward message handling.
Maybe also TCServer . . .

The missing field error must be solved in DE.FORMAT.SWIFT.
The following user(s) said Thank You: Nash21979

Please Log in or Create an account to join the conversation.

  • Nash21979
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 8 months ago #19125 by Nash21979
Replied by Nash21979 on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Can you give me a pointer on how to go with it?
I added a DE.TRANSLATION for SW59X

and below is the 59 portion of my entry 103.1.1 in DE.FORMAT.SWIFT

Field Tag.37 59A
Field Name.37 BEN ACCOUNT
Conversion.37.1 ACC
Multiples.37 NO
Inward Routine.37 NO
Outward Routine.37 NO
Field Name.38 BEN CUSTOMER
Conversion.38.1 CUS
Multiples.38 NO
Inward Routine.38 NO
Outward Routine.38 NO

Best,

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #19128 by jpb
Replied by jpb on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Just add 59X with the other fields exactly the same as for 59A.

Please Log in or Create an account to join the conversation.

  • Nash21979
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 8 months ago #19129 by Nash21979
Replied by Nash21979 on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Hello,
I have done it. it works fine for Inward, however for outward MT103, the Field 59 is duplicated.
My DE.FORMAT.SWIFT looks like this actually.


Field Tag.37 59A
Field Name.37 BEN ACCOUNT
Conversion.37.1 ACC
Multiples.37 NO
Inward Routine.37 NO
Outward Routine.37 NO
Field Name.38 BEN CUSTOMER
Conversion.38.1 CUS
Multiples.38 NO
Inward Routine.38 NO
Outward Routine.38 NO
Field Tag.39 59X
Field Name.39 BEN ACCOUNT
Conversion.39.1 ACC
Multiples.39 NO
Inward Routine.39 NO
Outward Routine.39 NO
Field Name.40 BEN CUSTOMER
Conversion.40.1 CUS
Multiples.40 NO
Inward Routine.40 NO
Outward Routine.40 NO


Any suggestion?
Regards,

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #19133 by jpb
Replied by jpb on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Yes, sorry.
We remove the unwanted field with an outward routine.
The following user(s) said Thank You: Nash21979

Please Log in or Create an account to join the conversation.

  • Nash21979
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 8 months ago #19134 by Nash21979
Replied by Nash21979 on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Thanks for your reply.
Can you please advise where this outward routine should be attached.
from the help text they say " However, so far it has not been found necessary to write a routine to convert a particular Field Tag. Therefore, at present, this field is not used.

Thanks

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago - 8 years 8 months ago #19135 by jpb
Replied by jpb on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
FIELD.TAG    FIELD.NAME........    INWARD.ROUTINE    OUTWARD.ROUTINE    CONVERSION..............
59A          BEN ACCOUNT           NO                Y                  ACC
                                                                        @SUPPRESS.TAG59A
             BEN CUSTOMER          NO                Y                  CUS
                                                                        @SUPPRESS.TAG59A
59X          BEN ACCOUNT           NO                NO                 ACC
             BEN CUSTOMER          NO                NO                 CUS
    SUBROUTINE SUPPRESS.TAG59A(FORMAT.SWIFT.REC, MESSAGE.REC, PASS.VALUE, SWIFT.FIELD.VALUE, ERR.MSG)
*-----------------------------------------------------------------------------
* Description:
* Routine attached to DE.FORMAT.SWIFT -> 103.1.1 to suppress one TAG59 in outgoing msg.
*
* Parameters:
* FORMAT.SWIFT.REC - DE.FORMAT.SWIFT record
* MESSAGE.REC - De message record
* PASS.VALUE - Tag value
* SWIFT.FIELD.VALUE - All Tags and its values formed from DE.FORMAT.SWIFT
* PASS.VALUE and SWIFT.FIELD.VALUE can be edited and passed back to the delivery process
*-----------------------------------------------------------------------------
    $INSERT I_COMMON
    $INSERT I_EQUATE
*-----------------------------------------------------------------------------

    PASS.VALUE = ''

    EQU CR TO CHARX(013)
    EQU LF TO CHARX(010)
    CRLF = CR:LF

    TAG59 = CRLF:':59:'

    FINDSTR TAG59 IN SWIFT.FIELD.VALUE SETTING POS1 THEN
        DATA.WITHOUT.TAG59 = FIELD(SWIFT.FIELD.VALUE,TAG59,1)
        SWIFT.FIELD.VALUE = DATA.WITHOUT.TAG59
    END
*// Remove Empty CR:LF
    CRLF.CNT = DCOUNT(SWIFT.FIELD.VALUE,CRLF)
    LAST.VAL = FIELD(SWIFT.FIELD.VALUE,CRLF,CRLF.CNT)

    PREV.CNT = CRLF.CNT-1
    IF LAST.VAL EQ "" THEN
        SWIFT.FIELD.VALUE = FIELD(SWIFT.FIELD.VALUE,CRLF,1,PREV.CNT)
    END

    RETURN
*-----------------------------------------------------------------------------
END
Last edit: 8 years 8 months ago by jpb.
The following user(s) said Thank You: Nash21979

Please Log in or Create an account to join the conversation.

  • Nash21979
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 7 months ago #19149 by Nash21979
Replied by Nash21979 on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
THANKS MY DEAR, IT WORKS PERFECTLY :)

Please Log in or Create an account to join the conversation.

  • Valleyman1
  • Visitor
  • Visitor
8 years 7 months ago - 8 years 7 months ago #19193 by Valleyman1
Replied by Valleyman1 on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Interesting solution. Is it possible to use the routine at this point to change the value of message e.g. Credit reference of an FT?
Last edit: 8 years 7 months ago by Valleyman1.

Please Log in or Create an account to join the conversation.

  • armin
  • armin's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • “So long - and thanks for all the fish!”
More
8 years 7 months ago #19194 by armin
Replied by armin on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
I would prefer to do that in a mapping routine, but yes - you can change almost everything with a conversion routine on field level.

using R11 on Unix
The following user(s) said Thank You: Nash21979

Please Log in or Create an account to join the conversation.

  • Nash21979
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 7 months ago #19197 by Nash21979
Replied by Nash21979 on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
I agree, the earlier the better :)

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #20301 by ppnartey
Replied by ppnartey on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Many thanks for the support, however i have a similar issue and tried to follow the same steps but am getting the error INVALID FIELD TAG on 59X. error screen shot attached.
Attachments:

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #20303 by jpb
Replied by jpb on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Open record SW59X in DE.TRANSLATION

Please Log in or Create an account to join the conversation.

  • mappiagyei
  • Visitor
  • Visitor
7 years 10 months ago - 7 years 10 months ago #20843 by mappiagyei
Replied by mappiagyei on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Hello Please I am new to t24 delivery message system. I am trying to follow the routine to remove the field 57A But i get the error message that "Routine Not Cataloged".when i try to add the routine to the Conversion Field.

DE.FORMAT.SWIFT, INPUT

ID................ 103.1.1 CUSTOMER CREDIT TRANSFER
9.20 OUTWARD ROUTINE NO
10.20 HEADER NAME....
3.21 FIELD TAG...... 53A
4.21 FIELD NAME..... SENDER C/D
5.21. 1 CONVERSION.. @SUPRESS.TAG.53A
6.21 CALCULATION....
7.21 MULTIPLES...... NO
8.21 INWARD ROUTINE. NO
9.21 OUTWARD ROUTINE Y
10.21 HEADER NAME....
3.22 FIELD TAG......
4.22 FIELD NAME..... SENDER BANK ACC
5.22. 1 CONVERSION.. ACC
6.22 CALCULATION....
7.22 MULTIPLES...... NO
8.22 INWARD ROUTINE. NO

ACTION #13.21 ROUTINE NOT CATALOGEDþ
Last edit: 7 years 10 months ago by mappiagyei.

Please Log in or Create an account to join the conversation.

  • Nash21979
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
7 years 10 months ago #20846 by Nash21979
Replied by Nash21979 on topic INWARD MT103 WITH OWN BANK IN FIELD 57A
Hello,
sometimes it's just a matter of 'Lag' before having it properly recognized.
try decataloging it and recatalog it. It often does the trick.
regards,

Please Log in or Create an account to join the conversation.

Time to create page: 0.126 seconds