How to LIST ASSET.TYPE in FBNK.RE.STAT.LINE.CONT
- EDA001
- Topic Author
- Visitor
-
10 years 6 months ago #16635
by EDA001
How to LIST ASSET.TYPE in FBNK.RE.STAT.LINE.CONT was created by EDA001
Dear All
Recently , i have tried to list the ASSET.TYPE filed in FBNK.RE.STAT.LINE.CONT from the jshell for reporting purpose. when i do that the SOME OF THE VALUES in ASSET.TYPE filed are truncated to the next line instead of being listed together with other fields. can anyone help how to list the values in ASSET.TYPE fields with out being truncated to the next line. My list statement looks like the following.
LIST FBNK.RE.STAT.LINE.CONT WITH @ID LIKE BOAGL... ASST.CONSOL.KEY ASSET.TYPE .
i have attached the sample output and i have highlighted in yellow the problem i have encountered.
Thank you
Recently , i have tried to list the ASSET.TYPE filed in FBNK.RE.STAT.LINE.CONT from the jshell for reporting purpose. when i do that the SOME OF THE VALUES in ASSET.TYPE filed are truncated to the next line instead of being listed together with other fields. can anyone help how to list the values in ASSET.TYPE fields with out being truncated to the next line. My list statement looks like the following.
LIST FBNK.RE.STAT.LINE.CONT WITH @ID LIKE BOAGL... ASST.CONSOL.KEY ASSET.TYPE .
i have attached the sample output and i have highlighted in yellow the problem i have encountered.
Thank you
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
10 years 6 months ago #16648
by jpb
Replied by jpb on topic How to LIST ASSET.TYPE in FBNK.RE.STAT.LINE.CONT
As the attachment is missing I can only speculate that ASSET.TYPE with more than 12 characters are printed on two lines. To avoid this just specify the maximum length for the defined ASSEt.TYPES, e.g.
LIST FBNK.RE.STAT.LINE.CONT WITH @ID LIKE BOAGL... ASST.CONSOL.KEY ASSET.TYPE FMT"20L"
LIST FBNK.RE.STAT.LINE.CONT WITH @ID LIKE BOAGL... ASST.CONSOL.KEY ASSET.TYPE FMT"20L"
The following user(s) said Thank You: gm.saran, EDA001
Please Log in or Create an account to join the conversation.
- EDA001
- Topic Author
- Visitor
-
10 years 6 months ago #16659
by EDA001
Replied by EDA001 on topic How to LIST ASSET.TYPE in FBNK.RE.STAT.LINE.CONT
Thank you jpb.
It works for me as i desired it to be !!!!!!!
It works for me as i desired it to be !!!!!!!
Please Log in or Create an account to join the conversation.
- Louis_CL16
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 1
10 years 2 months ago #17291
by Louis_CL16
Replied by Louis_CL16 on topic How to LIST ASSET.TYPE in FBNK.RE.STAT.LINE.CONT
Dear JBP,
Could you help me to explain the meaning of ASSET TYPE? Which tables in T24 control ASSET TYPE?
When mapping line, I don't know what basis to fill the field "asset type"
Thank you!
Could you help me to explain the meaning of ASSET TYPE? Which tables in T24 control ASSET TYPE?
When mapping line, I don't know what basis to fill the field "asset type"
Thank you!
Please Log in or Create an account to join the conversation.
- armin
-
- Offline
- Elite Member
-
- “So long - and thanks for all the fish!”
Less
More
- Posts: 300
- Thank you received: 57
10 years 2 months ago #17304
by armin
Replied by armin on topic How to LIST ASSET.TYPE in FBNK.RE.STAT.LINE.CONT
I'm also not JPB but for ASSET.TYPE in RE.STAT.REP.LINE just use the helptext and you will get quite good general information.
To see what ASSET.TYPES exist in the area of interest you can scan thru CAL (CONSOLIDATE.ASST.LIAB) to see the different K.TYPE that exist.
To see what ASSET.TYPES exist in the area of interest you can scan thru CAL (CONSOLIDATE.ASST.LIAB) to see the different K.TYPE that exist.
Please Log in or Create an account to join the conversation.
- T24_SATHISH
-
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 3
10 years 2 months ago #17338
by T24_SATHISH
Replied by T24_SATHISH on topic How to LIST ASSET.TYPE in FBNK.RE.STAT.LINE.CONT
simple use saving with eval and then save the file in savedlists
Please Log in or Create an account to join the conversation.
- HIENTT
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
9 years 10 months ago #17935
by HIENTT
Replied by HIENTT on topic How to LIST ASSET.TYPE in FBNK.RE.STAT.LINE.CONT
HI ALL
I don't know this ASSET.TYPE values and list all with the values in the system.
Exampe: OVERDUECE
OVERDUCS
CONTRAAC
CREDIT
DEBIT
LIVECR
LIVEDB...
Could you pls let me know how to list ASSET.TYPE. Not the ASSET.TYPE application or SUB.ASSET.TYPE.
Thanks for your kind support,
I don't know this ASSET.TYPE values and list all with the values in the system.
Exampe: OVERDUECE
OVERDUCS
CONTRAAC
CREDIT
DEBIT
LIVECR
LIVEDB...
Could you pls let me know how to list ASSET.TYPE. Not the ASSET.TYPE application or SUB.ASSET.TYPE.
Thanks for your kind support,
Please Log in or Create an account to join the conversation.
Time to create page: 0.044 seconds