‎2009 Apr 09 2:18 PM
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?
‎2009 Apr 09 2:49 PM
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
‎2009 Apr 10 9:05 AM
‎2009 Apr 10 2:29 PM
Oh .. You haven't mentioned you are working with standard LDB so, I thought you are working with Custom LDB.
Regards,
Naimesh Patel