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

difference between standard selection screen and selection screen

Former Member
0 Likes
567

hi guyz,

im asking this because in the table D010SINF there are two fields sdate and idate which has different dates in it for some programs and same dates for some..bit confused:(

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
474

hi BrightSide

standard Selection means

suppose if you are using parameters means system defaultly generate one screen under the Screen Number 1000

Selection Screen means you are creating a screen using

stament SElection-Screen begin of screen 100..

this is the difference whatever the screen other than '1000' is selection Screen, where as 1000 is Standard Selection Screen

Regards

Deva

Read only

0 Likes
474

Hi There,

Thanks for your reply..so you mean if i dont have parameters in my program standard selection screen never generates..

ta