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

Logical Database- Selection screen

Former Member
0 Likes
977

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
Read only

Former Member
0 Likes
618

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.

Read only

Former Member
0 Likes
618

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

Read only

0 Likes
618

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

Read only

Former Member
0 Likes
618

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.