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

missing parameter, select option

Former Member
0 Likes
883

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
846

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.

7 REPLIES 7
Read only

Former Member
0 Likes
846

try to check in Includes if any ...

Read only

0 Likes
846

hi,

i checked already before i posted.

not in include also.

thanks

rgds

Read only

Former Member
0 Likes
846

what is this?

.hi,
i copied 1 cin abap report program

ok upto my concern that have used invisible key word on selection-screen

Read only

Former Member
0 Likes
847

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.

Read only

Former Member
0 Likes
846

what is this?

.hi,
i copied 1 cin abap report program

ok 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

Read only

0 Likes
846

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

Read only

Former Member
0 Likes
846

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