× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

T24 PREFIX

  • jpb
  • jpb's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
11 years 8 months ago #14976 by jpb
T24 PREFIX was created by jpb
scanning thru T24.BP :

jsh ~ -->jgrep -is ../T24.BP
String:?PREFIX
String:?

jgrep jBC main() version 11.0 Fri May 11 07:50:17 2012


For record I_F.MF.AGENT.POSITION in file ../T24.BP
0002 * PREFIX[MF.AGENT.POS.] SUFFIX[]

For record I_F.FT.TXN.TYPE.CONDITION in file ../T24.BP
0003 * PREFIX[FT6.] SUFFIX[]

For record I_F.AA.OFFICERS in file ../T24.BP
0002 * PREFIX[AA.OFF]

For record I_F.OL.VAL.REPS in file ../T24.BP
0003 * PREFIX[SC.OLR.] SUFFIX[]

For record I_F.SC.REPORT.TYPE in file ../T24.BP
0003 * PREFIX[SC.RAT.] SUFFIX[]

For record I_F.EB.ROUNDING.RULE in file ../T24.BP
0002 * PREFIX[EB.RDGR.] SUFFIX[]

For record I_F.LIMIT.CCY.LINK in file ../T24.BP
...

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

More
11 years 8 months ago #14978 by OPEL1
Replied by OPEL1 on topic T24 PREFIX
Thank you jpb

how can i get field no. from any table

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

  • jpb
  • jpb's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
11 years 8 months ago #14979 by jpb
Replied by jpb on topic T24 PREFIX
use
CALL GET.STANDARD.SELECTION.DETS(APPL, R.SS) and use R.SS<SSL.SYS.FIELD.NO>

or

CALL FIELD.NAMES.TO.NUMBERS(IN.FIELD.NAME,R.SS,FIELD.NO,YAF,YAV,YAS,DATA.TYPE,ERR.MSG)
* In/Out    :  IN.FIELD.NAME (field name to be converted, if field name is passed as a number, it will be converted to a name.)
*
* Incoming     R.SS  (standard selection record)
*
* Outgoing  :  FIELD.NO      (full field number, blank if not found)
*              YAF           (field number, blank if not found)
*              YAV           (value number, blank if not found)
*              YAS           (sub value number, blank if not found)
*              DATA.TYPE     (currently only data type "D" passed back;
*                             error if any other data type)
*              ERR.MSG       (error message, if field not found or not a
*                             data field)

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

Time to create page: 0.031 seconds