Application Development 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: 

month/year input field in selection screen

Former Member
0 Kudos

Hi,

Can anyone tell how to declare an input field in selection screen in the format month/year with out day.

Thanks.

Prasad.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Prasad,

try this:

PARAMETERS: P_SPMON like MCS0-SPMON.

*

write: P_SPMON.

regards, Dieter

7 REPLIES 7

former_member181962
Active Contributor
0 Kudos

Hi Prasad,

Just declare aparameter of length 7(With separator /).

parameter p_par(7) type c. "YOu won;t have any f4 help though)

Regards,

Ravi

Former Member
0 Kudos

Hi,

You can declare as type spmon.

Former Member
0 Kudos

parameters : spmon like MCS1-spmon.

select-options spmon for MCS1-spmon.

regards

shiba dutta

Former Member
0 Kudos

Hi Prasad,

try this:

PARAMETERS: P_SPMON like MCS0-SPMON.

*

write: P_SPMON.

regards, Dieter

Former Member
0 Kudos

hi ,

I have the same doubt ,

but its taking invalid input also as in if i enter 13/2006

Can it be avoided,

also can the calender be displayed at F4 on such field.

Thanks in advance

Regards

Bijal

Former Member
0 Kudos

Hi,

Thanks to all of u.

Can anyone tell me how to reward points?

Regards,

Prasad reddy.

0 Kudos

hope you are judging well enough. in the left of every answers there are three radio buttons yellow(2 helpful answer) green (6 very helpful answer) and black(10 solve the problem) .

regards

shiba dutta