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 Databas

Former Member
0 Kudos
319

Hi,

Does anyone know how can i modify the standard selection screen of the Logical Database S1L?

I need to add a field from MARC to the selection screen (Used in transaction LICC, so i can't copy the program nor the LDB), and it can't be a Dynamic View.

Thanks

Ori Abramov

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos
221

Hi Ori,

I am afraid there is no way out.. You either have to create a custom report and add you own selections or modify the Logical Database S1L. One thing you can do is open a OSS message and ask SAP's suggestion to deal with the issue.

Regards,

Suresh Datti

4 REPLIES 4

Former Member
0 Kudos
221

Hi,

You can make visible/invisible, active/inactive etc..for the standrad sel. screen of the LDB. But not adding functionality.

So add it in the separate block in the sel. screen.

Thanks

Eswar

Former Member
0 Kudos
221

Hi,

If U don't want the default selection screen then

Loop at screen and make the fields Invisible.

However U can declare your own fields onto the

Selection screen.

Regards,

GSR.

suresh_datti
Active Contributor
0 Kudos
222

Hi Ori,

I am afraid there is no way out.. You either have to create a custom report and add you own selections or modify the Logical Database S1L. One thing you can do is open a OSS message and ask SAP's suggestion to deal with the issue.

Regards,

Suresh Datti

andreas_mann3
Active Contributor
0 Kudos
221

Hi,

-you can exclude select-options / parameters with

loop at screen.

-you can create your own select-options / parameters

-you can change the sel-dynpro with se38 - goto attributes - Selection screen (there are 5 screens 100-104)

-you can manipulate sel-screen with tables command

Andreas