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

rh_get_vacancy

Former Member
0 Likes
604

Hi,

What is the purpose of rh_get_vacancy fm.can i get whether the position is vacant,information from this fm?plz let me get the clear idea about it.

Regards,

Suchithra.

Hi,

What is the purpose of rh_get_vacancy fm.can i get whether the position is vacant,information from this fm?plz let me get the clear idea about it.

Regards,

Suchithra.

2 REPLIES 2
Read only

Former Member
0 Likes
543

It gets the data from HRP1007 ..

It tells whether the position is vacant or not ..

Look at report ... RHVOPOS0

Read only

Former Member
0 Likes
543

hi check this...,ti will tells the vacancy

call function 'RH_GET_VACANCY'

exporting

vac_begda = pc-begda

vac_endda = pc-endda

vac_istat = pc-istat

vac_objid = objec-objid

vac_otype = objec-otype

vac_plvar = objec-plvar

vac_switch = ' '

importing

free_begda = vk_begdafree

holder_endda = vk_enddaholder

vacancy_begda = vk_begdavacant

vacancy_endda = vk_enddavacant

vac_subrc = vk_subrc.

regards,

venkat.