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

Job Posting display issue in Employee Job Search

Former Member
0 Likes
829

We are getting some issue in Employee job Search service, when we click on Job Posting it's not showing because of wrong URL generation with out application name.

http://<hostname>:<port>/sap/bc/webdynpro/sap/?PARAM=cG9zdF9pbnN0X2d1aWQ9MDAxNTVENjRENjA3MUVENDkwOTc...

here the application name hrrcf_a_posting_apply_int is not coming after /sap/bc/webdynpro/sap/
due to this it's giving error.

When i add the application name hrrcf_a_posting_apply_int in URL and then it's working fine.


http://<hostname>:<port>/sap/bc/webdynpro/sap/hrrcf_a_posting_apply_int?PARAM=cG9zdF9pbnN0X2d1aWQ9MD...

Plz see the attached screen shots

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Finally identified the issue. our e-rec consultant maintained wrong property in service. for logon procedure.

Corrected it and service started working out.

Answers (2)

Answers (2)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

Do you use any URL masking like table HTTPURLLOC?

Regards,

Nicole

Former Member
0 Likes

no we have not maintained any entries in table HTTPURLLOC for masking.

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

What URL is generated if you test it with FM HRRCF_WD_GENERATE_POSTING_UR?

Former Member
0 Likes

It's generating as shown below,

I just passed some dummy guid as 1234567 for  IV_POST_INST_GUID

It's returns the URL as shown below

http://<hostname>:8000/sap/bc/erecruiting/posting_apply?param=cG9zdF9pbnN0X2d1aWQ9MTIzNDU2NyZjYW5kX3...

Former Member
0 Likes

Any inputs ?

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

That link generated looks good -> is this one working?

Former Member
0 Likes

yes, when I test with the generated URL in IE.

When I copy the generated URL and tested in IE it's redirecting to Data Overview application.

This error is ok, since we just passed some dummy id and generated the url.

But, here the issue is as I described in first post screen shots JS1, JS2 and JS3

Application name hrrcf_a_posting_apply_int is not populating in URL when I click on job posting text link.

Former Member
0 Likes

Any inputs?

Former Member
0 Likes

Any suggestions ?

Former Member
0 Likes

once refer below might help you :-

i think there is url problem over there ....but once once try above

Former Member
0 Likes

I have already gone through that first link, it's not useful in my scenario.

And I have given SAP_ALL, but still same issue.

Former Member
0 Likes

Any inputs ?