Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Field catalog

Former Member
0 Likes
516

Hi All,

can anyone explaain...

1) is there any difference between

Fieldcatalog and Fieldcatalog Merge or both are same.

2) in Fieldcatalog, apart from Field name , SELTEXT_L , How amny parameters that we can pass??

Regards,

Vijay.

Hi All,

can anyone explaain...

1) is there any difference between

Fieldcatalog and Fieldcatalog Merge or both are same.

2) in Fieldcatalog, apart from Field name , SELTEXT_L , How amny parameters that we can pass??

Regards,

Vijay.

2 REPLIES 2
Read only

former_member632991
Active Contributor
0 Likes
473

Hi,

Check the structure SLIS_T_FIELDCAT_ALV

for knowing all the fields that can be passed .

1) is there any difference between

Fieldcatalog and Fieldcatalog Merge or both are same.

- If u want to create ur own field catalog completely then only this is use.

But suppose u want to use a standard structure and some more ur own fields , then instead of defining all fields in new catalog, we merge the standard structure with our own fields.

Hope it helps.

Regards,

Sonika

Message was edited by:

Sonika Ahuja

Read only

Former Member
0 Likes
473

Hi,

2) In fieldcat, u can pass as many parameters as defined in the SLIS_FIELDCAT_MAIN0.

U CAN DEFINE ALL THESE PARAMETERS,

row_pos like sy-curow, " output in row

col_pos like sy-cucol, " position of the column

fieldname type slis_fieldname,

tabname type slis_tabname,

currency(5) type c,

cfieldname type slis_fieldname, " field with currency unit

ctabname type slis_tabname, " and table

ifieldname type slis_fieldname, " initial column

quantity(3) type c,

qfieldname type slis_fieldname, " field with quantity unit

qtabname type slis_tabname, " and table

round type i, " round in write statement

exponent(3) type c, " exponent for floats

key(1) type c, " column with key-color

icon(1) type c, " as icon

symbol(1) type c, " as symbol

checkbox(1) type c, " as checkbox

just(1) type c, " (R)ight (L)eft (C)ent.

lzero(1) type c, " leading zero

no_sign(1) type c, " write no-sign

no_zero(1) type c, " write no-zero

no_convext(1) type c,

edit_mask type slis_edit_mask, "

emphasize(4) type c, " emphasize

fix_column(1) type c, " Spalte fixieren

do_sum(1) type c, " sum up

no_out(1) type c, " (O)blig.(X)no out

tech(1) type c, " technical field

outputlen like dd03p-outputlen,

offset type dd03p-outputlen, " offset

seltext_l like dd03p-scrtext_l, " long key word

seltext_m like dd03p-scrtext_m, " middle key word

seltext_s like dd03p-scrtext_s, " short key word

ddictxt(1) type c, " (S)hort (M)iddle (L)ong

rollname like dd03p-rollname,

datatype like dd03p-datatype,

inttype like dd03p-inttype,

intlen like dd03p-intlen,

lowercase like dd03p-lowercase,

Hope this helps,

Reward points if helpful,

Thanks,

shreya