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

problem with selection screen?

Former Member
0 Likes
474

hi guys ,

i have probelm with selction screen . my selection screen contain 3 fields

1. doc num

2. doc year

3. doc date.

here the doc year should be a mandatiory field. when i am trying to give the doc year is ex 2010 . and the date is like 20.10.2010 to 23.10.2010.

so here it is fetching all the dates in the year. i need only these particular details .

can any one help me on these

Thanks in advance.

Moderator message: very basic problem, please search for available information and try solving this yourself before asking. Please note that this forum is not a replacement for ABAP training.

Edited by: Thomas Zloch on Nov 24, 2010 1:07 PM

3 REPLIES 3
Read only

Former Member
0 Likes
448

Hi,

What is your selection creteria in select ? have you specified date in the where clause ?

Regards,

Madhukar Shetty

Read only

Former Member
0 Likes
448

Hi,

Include document date also in the select statement where clause

Regards

Praveen

Read only

Former Member
0 Likes
448

Hi

First need to check how you have declared your doc data and doc year.

it should be a select-options.

then include doc date in your select statement like:

select fld1 fld2 fld3........from table into (fields or table)

where year in doc year and date in doc-date.

thanks

Lalit Gupta