Application Development 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: 

Logical Database- Selection screen

Former Member
0 Kudos

Hi

I am using a logical database SDF . The logical DB has two blocks in selection screen. But I don't want to display these two blocks. I need only one . please suggest how would i do that

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

you can use at selection-screen output event and loop the screen ,disable the elements .

i hope you know the logic of loop at screen.

Former Member
0 Kudos

you can manipulate sel-screen of ldb with

"modify screen" just as well as normal sel-screens

-have a look here too:

or you can change dynpro-no. with goto-attributes-selection screen

0 Kudos

Hello

You may want to look at fm SELECT_OPTIONS_RESTRICT.

This FM can be used to modify the selection screen of a LDB.

It is documented by SAP so check the documentation for an example.

Regards

Greg Kern

Edited by: Greg Kern on Oct 28, 2008 8:32 AM

Former Member
0 Kudos

Hi,

LDB always have a Dynamic selection option, Execute the LDB, in the selection screen application tool bar you can see dynamic selection button, click the not required fields in your selection and delete from it.