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

fieldcatalog

Former Member
0 Likes
545

my fieldcatalog has 5 fields . i have to dynamically display a few fields from these 5 fields.

say i want to display only F1 and F3 rest i want to show invisible.

which property should i choose from LVC_S_FCAT.

in oder to receive the output.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
517

set the NO_OUT field to 'X' when you want the column to be invisible.

REgards,

Rich Heilman

my fieldcatalog has 5 fields . i have to dynamically display a few fields from these 5 fields.

say i want to display only F1 and F3 rest i want to show invisible.

which property should i choose from LVC_S_FCAT.

in oder to receive the output.

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
518

set the NO_OUT field to 'X' when you want the column to be invisible.

REgards,

Rich Heilman

Read only

Former Member
0 Likes
517

Hi,

Set the 'no_out' as 'X'.

means wa-no-out = 'X', for no output in the field.

Pooja