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

need logic

Former Member
0 Likes
485

HI all,

I have two fields in selection screen are Fiscal period and year . The fiscal period should start from 'JULY'. Next year 2008 'June' it will complete one year. How can i write validation on period and year.

regards,AJay

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
463

Hi,

Check fiscal year by using

call function 'FI_PERIOD_DETERMINE'

exporting

i_budat = p_datum

i_bukrs = p_bukrs

importing

e_gjahr = year

e_poper = period.

aRs

2 REPLIES 2
Read only

Former Member
0 Likes
463

Any body give me repy about my Qusion.

please..

regards,AJay

Read only

former_member194669
Active Contributor
0 Likes
464

Hi,

Check fiscal year by using

call function 'FI_PERIOD_DETERMINE'

exporting

i_budat = p_datum

i_bukrs = p_bukrs

importing

e_gjahr = year

e_poper = period.

aRs