cancel
Showing results for 
Search instead for 
Did you mean: 

Position details

Former Member
0 Kudos

Hello All

We want to query an Vacant position (assigned with IT1007) by using short and long text by using some Functional Module.

Please advise me which FM is suitable for this.

Reg

SK

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

To run this FM, you need Position Id.

To get Position ID you have to export the data from table HRP1000 or HRP1007

check below steps.

  1. Go to SE16> HRP1000> enter 01 in PLVAR , S in OTYPE,  short Text in field = MC_SHORT and Long Text in field MC_STEXT (if you have correct Short / Long text with exact character match)
  2. Now run and export the data with Position ID and Short/ Long Name , Start Date, End Date
  3. go to SE16 > HRP1007 (to identify Vacancy) > enter 01 in PLVAR , S in OTYPE, paste that Position Ids which are copied from above table to field OBJID
  4. Compare this two table entry for data accuracy as you have only short /long text of position so
  5. This FM - HR_GET_VACANCY_DETAIL will require PERNR, BEGDA, ENDDA, test with 1 record and use this FM in your programm

Thanks,

Nirali P.

Former Member
0 Kudos

Hello All

We are tried with

HR_GET_VACANCY_DETAIL

RH_GET_VACANCY

Problem is we  are not finding any option to search with position short and long text

If we go with Start and End date it gives 1500 position list

Also user don't want to search by ID (they are aware of the text of the positions only).

Regards

sk

Former Member
0 Kudos

Hi,

You will not be able to find that option to search Position by short/long text , system will only be identified by its ID.

You check with HRP1007 table as this table is only for vacancy , you will find the positions which are marked as open vacancy.

This may help you.

Nirali P.

Former Member
0 Kudos

All

Any other views on this. We need to search  it by text only. It will be searched in third party ESS (search will be done in SAP) and results of those postion will be displayed there (third Party).

For example

Position Sales Engineer will be searched in third party tool, will be searched in SAP and then list of Positions ( Sales engineer) will be displayed in their tool.

Regards

SK

Former Member
0 Kudos

If you want this in ESS, you're looking at OADP (Object and Data Provider) configuration here. You need to find out how OADP is configured. I'm assuming you're using one of HRPDV_SEARCHPOS or HRPDV_SRCHPOS_P as the views.

Class CL_HRPDV_OADP_SEARCH and its method SEARCH_VACANCY can be used.

Hope this helps.

Donnie

Former Member
0 Kudos

Hello All

It is not on SAP ESS and it is on customer specific ESS.

Please let me know how to check the FM for Position search based on Vacancy in R/3.

Regards

SK

Former Member
0 Kudos

Hi,

This FM may Help you:


HR_GET_VACANCY_DETAIL


Best Regards,

Leila

Former Member
0 Kudos

Hi SK

check this RH_GET_VACANCY

MY ABAPer done Z Function Module by copying the standard and add the Import Parameters "Object Name"