Application Development 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: 

Importing parameter KEYDT?

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Clemenss
Active Contributor
0 Kudos

... it depends on the task.

Regards,

Clemens

Former Member
0 Kudos

HI Satish,

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

Regards,

Atish