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

abap development

Former Member
0 Likes
1,184

I have two reports, report A and report B.1) In report A a selection screen with parameters.2) in report B a selection screen with select options without extension without intervals. I will not give any input what will be output.

4 REPLIES 4
Read only

SimoneMilesi
Active Contributor
0 Likes
1,040

Did you try to do it yourself?

Write two simple reports doing the same select on a table but defining the selection screens as you wish and run it.

You'll find it out.

Read only

ujjwal16
Participant
1,040

In case of PARAMETERS nothing will get fetched nor any dump will appear.

While in case of SELECT-OPTIONS with NO-EXTENSION NO INTERVAL

available corresponding values in database table will get fetched.

Read only

DoanManhQuynh
Active Contributor
0 Likes
1,040

What is your question?

Read only

loyd_enochs3
Participant
0 Likes
1,040

Transaction ABAPDOCU is your friend.