Hi Sami,

This OFS string should ideally help your cause.

"FUNDS.TRANSFER,
DEBIT.CPT.BT/I/PROCESS,USER.OFS/123456,FT0900880GPX,LOCAL.REF:1::"= Y.REF.BT

or

"FUNDS.TRANSFER,DEBIT.CPT.BT/I/PROCESS,USER.OFS/123456,FT0900880GPX,REF.BT::"=
Y.REF.BT

Both the above do exactly the same and will update the LRF field named
REF.BT with a value of Y.REF.BT when the FT is posted. I hope you've not
overlooked the fact that you're using OFS.POST.MESSAGE and have verified
that the OFS.SOURCE is available and that its common variables are
initialized correctly in your program/sub-routine before being used.

Hope this helps.

Regards,
Harish

On Mon, Feb 15, 2010 at 4:53 PM, T24 Technical Developer <
[email protected]> wrote:

> Hello
>
> I want generate an OFS message that amend the value of a LOCAL REF in
> a FT application.
>
> My code is:
> ...
> Y.REF.BT = 'BT20100207'
> CALL GET.LOC.REF("FUNDS.TRANSFER","REF.BT",POS.BT)
> Y.OFS.REC = "FUNDS.TRANSFER,DEBIT.CPT.BT/I/PROCESS,USER.OFS/
> 123456,FT0900880GPX,LOCAL.REF:1<http://DEBIT.CPT.BT/I/PROCESS,USER.OFS/%0A123456,FT0900880GPX,LOCAL.REF:1>:"
> : POS.BT : "=" :Y.REF.BT
> CALL OFS.POST.MESSAGE(Y.OFS.REC, OFS.MSG.ID, Y.OFS.SOURCE.ID,
> Y.OPTIONS)
>
>
> with :
>  * FUNDS.TRANSFER,DEBIT.CPT.BT : my version OFS.
>  * REF.BT : my LOCAL REF in FUNDS.TRANSFER application.
>  * FT0900880GPX : ID of FT to amend by OFS.
>  * USER.OFS : Login of OFS user.
>  * 123456 : password of OFS user.
>  * Y.REF.BT : the value to be insert in the LOCAL REF.
>
> My OFS message is generated and executed but the value of my LOCAL REF
> is not changed.
> Please help me : How I can amend LOCAL REF FIELD by OFS message ????
>
> --
> Please read the posting guidelines at:
> http://groups.google.com/group/jBASE/web/Posting%20Guidelines
>
> IMPORTANT: Type T24: at the start of the subject line for questions
> specific to Globus/T24
>
> To post, send email to [email protected]
> To unsubscribe, send email to [email protected]
> For more options, visit this group at
> http://groups.google.com/group/jBASE?hl=en
>

-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to