cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need info which can be pulled out based out of Requisition Id's in E-REC

Former Member
0 Likes
212

Hello All

Is there a way where i can pull out the information for the following. All that i have is Requisition Id's

- all job descriptions

- data from all requisitions - report should contain as many details as possible (recruiter name, country etc.)

- candidates' e-mail addresses

Accepted Solutions (0)

Answers (1)

Answers (1)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Sure you can - use the tables and/or the standard get methods of our classes

Former Member
0 Likes

can i know which method is used for Job Description

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

I guess you mean the text of the posting texts. That's CL_HRRCF_POSTING_INFORMATION => READ_TEXTS().

Former Member
0 Likes

I need complete job description that is full content

When i have executed this class CL_HRRCF_POSTING_INFORMATION i don't see READ_TEXTS method other than below methods which i can use to execute

CLEAR_LAST_BUFFER_REFRESH

PNNNN_TO_WPLOG

PNNNN_TO_WPLOG_TAB

REFRESH_INSTANCE_DIRECTORY

WPLOG_TO_PNNNN

WPLOG_TO_PNNNN_TAB

GET_INSTANCE

READ_POSTING_HEADER_TXT

Pls help here