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

Interval FISCPER

Former Member
0 Likes
375

Hallo experts,

do you know anybody the function which return me a single value for FISCPER, as the input value is an interval ?

e.g. input value for fiscper is interval 2006002 - 2007001 and i would like to receive a SINGLE values 2006002, 2006003 ...

Thanks for advice

Martin

Hallo experts,

do you know anybody the function which return me a single value for FISCPER, as the input value is an interval ?

e.g. input value for fiscper is interval 2006002 - 2007001 and i would like to receive a SINGLE values 2006002, 2006003 ...

Thanks for advice

Martin

1 REPLY 1
Read only

Former Member
0 Likes
342

Hi

Check the Fun module

FMRP_UT_GET_SELECTIONS_PARAM

RSPARAMS -LOW and RSPARAMS-HIGH values are fetched from the Table parameter

If you declare the field as

Select-options: FISCPER for <tabname-fieldname>.

then the field FISCPER-low will give the first single value and the FISCPER-high gives the higher single value

Reward points for useful Answers

Regards

Anji