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

EXCLUDE field from logical db

Former Member
0 Likes
612

Hi All,

I need to exclude a particular selection option from a custom program which

uses the standard selection screen of a logical database.

Will I be able to EXCLUDE it manually after going to the Selection include after

geting the Access key? Already we are using a selection screen version for the cusom program.

I hope to make the change in the same version only.

Please comment on the feasibility.

Thanks,

Neethu

Hi All,

I need to exclude a particular selection option from a custom program which

uses the standard selection screen of a logical database.

Will I be able to EXCLUDE it manually after going to the Selection include after

geting the Access key? Already we are using a selection screen version for the cusom program.

I hope to make the change in the same version only.

Please comment on the feasibility.

Thanks,

Neethu

3 REPLIES 3
Read only

Former Member
0 Likes
579

Hi Neethu,

With Access key you will be able to modify it. But at the same time you need to go through the entire source code of the LDB & analyze its impact. If you dont need that field to be displayed you can change the source code to make it invisible instead.

Regards

Abhii

Read only

0 Likes
579

maybe you could copy the Logical Databese LDB into ZLDB and then modify the Selection Screen... and use this new ZLDB modified as you need it

Read only

0 Likes
579

Hi,

Tried using screen-active = 0 for that field and it is working fine.

Thanks.

Neethu