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

Function Module: CD_EVALUATION_PERIODS

Former Member
0 Likes
1,117

HI,

I have some query about the Function Module: CD_EVALUATION_PERIODS

my program is calling the FM by passing the below value shown in screen shot.

call function 'CD_EVALUATION_PERIODS'

exporting

bonus_date = selected_rgdir-bondt

inper = selected_rgdir-inper

inper_modif = selected_rgdir-permo

pay_ident = selected_rgdir-payid

pay_type = selected_rgdir-payty

tables

evpdir = evp

rgdir = rgdir

exceptions

no_record_found = 01.

The Values :

bonus_date = 00000000

inper = 200021

inper_modify = 04

and the rgdir entries are:

Current Payment For-Period IN-period Start/FP End/FP End Of Period Sequential

Indicator Date In-Period perameter Number

P 09/29/2000 20.2000 20.2000 09/08/2000 09/21/2000 09/21/2000 04 00175

A 09/29/2000 20.2000 21.2000 09/08/2000 09/21/2000 10/05/2000 04 00178

A 10/13/2000 21.2000 21.2000 09/22/2000 10/05/2000 10/05/2000 04 00179

And it is fetching the above 3 records into the table u2018evpdiru2019 once we execute the FM execution.

Please explain what exactly this FM does and how it is fetching the above three records in the above example.

Thanks in Advance.

Regards,

Krishna.

Edited by: krishna chaitanya on Jul 13, 2009 3:34 PM

2 REPLIES 2
Read only

Kanagaraja_L
Active Contributor
Read only

0 Likes
722

I see that function CD_EVALUATION_PERIODS is considered Obsolete by SAP, but I cannot find any suggested replacement.  What should I be using?

Janice Ishee