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

Importing parameter KEYDT?

Former Member
0 Likes
630

Hi All,

For my requirement, I am using FM HR_ECM_GET_DATETYP_FROM_IT0041.

In the importing parameter KEYDT, what date should be passed???

Thanks in advance.

Satish

3 REPLIES 3
Read only

Former Member
0 Likes
569

It is a DATE used to read infotype 0041.

If you see code, this date is passed to fm

call function 'HR_ECM_READ_INFOTYPE'

exporting

pernr = pernr

infty = '0041'

<b> begda = keydt

endda = keydt</b>

message_handler = message_handler

importing

infotype_tab = l0041_tab

is_ok = is_ok.

ashish

Read only

Clemenss
Active Contributor
0 Likes
569

... it depends on the task.

Regards,

Clemens

Read only

Former Member
0 Likes
569

HI Satish,

it depend on case to case but if you are using the LDB then generally PN-BEGDA is passed.

Regards,

Atish