‎2008 Apr 11 9:27 AM
hi,
i copied 1 cin abap report program.
when run the report, i notice there are paramter and select-options that not defined in the report program.
i tried to debug but still not able to find where they are defined.
any clue where these parameters / select options defined?
thanks
‎2008 Apr 11 9:32 AM
Hi,
If it is a logical databse program then the selection screen may be comming from the LDB.
Please check in the attributes if the report has any logical databse.
‎2008 Apr 11 9:29 AM
‎2008 Apr 11 9:30 AM
hi,
i checked already before i posted.
not in include also.
thanks
rgds
‎2008 Apr 11 9:30 AM
what is this?
.hi,
i copied 1 cin abap report programok upto my concern that have used invisible key word on selection-screen
‎2008 Apr 11 9:32 AM
Hi,
If it is a logical databse program then the selection screen may be comming from the LDB.
Please check in the attributes if the report has any logical databse.
‎2008 Apr 11 9:33 AM
what is this?
.hi,
i copied 1 cin abap report programok upto my concern that have used invisible key word on selection-screen
hey u mean u can see selection-screen ..where in coing u are unable to see?
humm it means they have used logical data base for that just check it out..
just go to attributes on the menu bar and just chekc it out..
Regards points if useful*
Sas
‎2008 Apr 11 9:47 AM
hi,
found out its logical database.
now the question is :
how does it know what parameter and select option need to put in this program?
base on what logic to know what parameter and select option to put on the report program selection screen.
thanks
‎2008 Apr 11 9:50 AM
Hi,
The logical database is created with a built in selection parameter set.
Once you use it in any report, the report will always show those selection parameters.
Howevewr if u want to hide them, you can do so in the selection-screen events