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

Creating Selection Screen version in Logical Database

Former Member
0 Likes
911

Hi,

I want to design my own Selection screen while creating a report with Logical Database. My requirement is not to show the Standard Selection screen of LDB.

Can it be achieved by creating Selection Screen Version in SE36 and using that version in Attribute of the Report?

If yes, then how can it be created?

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
529

You can change the Selection Include to include your selection screen version.

Go to SE36

Select "Selections"

Change

Create a new version like:


SELECTION-SCREEN BEGIN OF VERSION 904 TEXT-904.
  SELECTION-SCREEN EXCLUDE PARAMETERS: KD_STIDA.
  SELECTION-SCREEN EXCLUDE SELECT-OPTIONS: KD_GJAHR, KD_BUDAT, KD_AUGDT,
                                           KD_ZUONR, KD_UMSKZ.
SELECTION-SCREEN END   OF VERSION 904.

Regards,

Naimesh Patel

Read only

0 Likes
529

Access Key is required to make these changes.

Read only

0 Likes
529

Oh .. You haven't mentioned you are working with standard LDB so, I thought you are working with Custom LDB.

Regards,

Naimesh Patel