cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve "Start date of Next financial Period" and "Current Period"

Former Member
0 Kudos

Hi,

T-code: cne5

I would like to display 2 new fields in cne5 report result:-

1) Start date of Next financial Period

2) Current Period

I can used

CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
     EXPORTING
          I_DATE         = SY-DATUM
          I_PERIV        = 'K4'

But what is I_PERIV ?

How can I retrieve the above fields value? Any Function Module that I can used?

Appreciate helps!

THanks a lot.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Reposted this at ABAP General. Thanks!

nitin_patoliya
Active Contributor
0 Kudos

I feel this Technical consultnat can halp you in this regards in better way. Suggest you to post in ABAP forum.

Regards

Nitin

Former Member
0 Kudos

Hi,

Its Fiscal year Variant

Internally Declared with Variable.

Former Member
0 Kudos

Hi,

Yes, i_periv is Fiscal Year Variant.

From running OB37, I can see that V3 and K4 fiscal year variant. Which one should I used when calling the function module DATE_TO_PERIOD_CONVERT?

Thanks!

Former Member
0 Kudos

Hi

Fiscal year variant is controlling area specific. You need to check variant for controlling area in OKKP.

Regards