‎2009 Jul 13 2:34 PM
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
‎2009 Jul 13 4:22 PM
See the FM Documantation.
Check the Following Links
For Sample Program
http://help.sap.com/saphelp_45b/helpdata/en/4f/d52a2a575e11d189270000e8322f96/content.htm
For Details
http://help.sap.com/saphelp_47x200/helpdata/en/4f/d529e9575e11d189270000e8322f96/content.htm
Kanagaraja L
‎2014 Oct 01 8:42 PM
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