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

selection-screen unsolved

Former Member
0 Likes
268

Hello frnds,

I have got responses but u dnt understand my question...

vbak-audat is to be used as select-option.

but with this format--- yyyymm to yyyymm.

it is not possible as audat is of data type DATS and 8 in length.

--- this is my first issue and problem.

after entering the values-- in audat_selection-screen) format yyyymm to yyyymm....

i need to call function modules:-

' first_date_dispaly_get' and 'last_date_display_get'.

to get the first and last date.

how to code this....help frnds its reallyurgent!!!

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
249

I did understand, but it really makes no sense...But have a look at this:

1. Create OWN F4-help by using AT SELECTION SCREEN ON VALUE REQUEST FOR so-low / high.

2. When pressing F4 for this field of type SCAL-WEEK (yyyymm) this event is 'called'. In this event (subrouitine) you can write your own coding (pop-up) in which a user can select a DATE (length 8). The select field will then be converted from date into a period with format yyyymm.