‎2007 Jun 19 4:17 AM
Hi
What is the diff between fieldcatalog-edit and fieldcatalog-input.??
Thanks in advance
‎2007 Jun 19 4:43 AM
fieldcatalog-edit = 'X'. For edit mode( or input mode) in reuse_alv_grid_display
fieldcatalog-input = 'X' For edit mode( or input mode) in reuse_alv_list_display
regards
shiba dutta
‎2007 Jun 19 4:24 AM
krk,
fieldcatalog-edit = 'X'. -
Supoose already data is there in field it will allow to edit
fieldcatalog-input = 'X'.---Input menas it will accept the new entries
Don't forget to reward if useful.
‎2007 Jun 19 4:27 AM
Hi,
Both these fields not available in field catalog type LVC_T_FCAT . which version you are woking ?
aRs
‎2007 Jun 19 4:28 AM
User can modify some of the fields( <b>fieldcatalog-input is set to x</b> for that field). If one field(for ex. flag) is set, then user should not be allowed to change any of the fields on that row.
Change the field catalog's edit property as
data: ft_cat type lvc_s_fcat. Create field catalog.
If ft_cat-fieldname = 'MATNR'.
<b>ft_cat-edit = 'X'.</b>
endif.
rewardpoints if it is usefull ...
Girish
‎2007 Jun 19 4:33 AM
Girish
I didnt understand what you are trying to say
you said input,i can edit 1 field??what about edit??edit also we can specific field.
Hi AR
iam talking normal fieldcatalog build...i think ur talking about object oriented.
Thanks
‎2007 Jun 19 4:43 AM
fieldcatalog-edit = 'X'. For edit mode( or input mode) in reuse_alv_grid_display
fieldcatalog-input = 'X' For edit mode( or input mode) in reuse_alv_list_display
regards
shiba dutta
‎2007 Jun 19 4:49 AM