cancel
Showing results for 
Search instead for 
Did you mean: 

Tell a friend link

MariaJo
Explorer
0 Kudos

Dear experts,

in Erec portal when using "Tell a Friend" option to send posting link to a friend, url begins in upper case :

HTTP://infxxx.inf..xxxx.com/sap/bc/erecruiting/posting_apply?param=cG9zdF9pbnN0X2d1aWQ9MDA1MDU2QUI3N...

ISometimes users try to paste this link directly ,in this case in Linkedin, and it causes an error due to 'HHTP' instead of 'http'. I've found HTTPURLLOC table, where this parameter is riden, but it's not possible storing values in this table in lower case.

Could you shed light on this issue?

Thx a lot !

Accepted Solutions (1)

Accepted Solutions (1)

MariaJo
Explorer
0 Kudos

Dear Nicole,

thanks so much. I did what you suggested and now my problem is solved in development system, where 'http' is used. However in quality where values 'http'/'https' are also translated into lowercase in table, URL still begins with 'HTTPS', so I guess there is any case where value in URL is not feeded by HTTPURLLOC.  Do you have any idea about that?

Best Regards and thanks again,

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Maria,

The protocol comes from method CL_WD_UTILITIES => CONSTRUCT_WD_URL() which is called in include LHRRCF_WEB_DYNPRO_SERVICESTOP. Probably you could set a breakpoint there and check which value is taken over?

Regards,

Nicole

Answers (1)

Answers (1)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Maria,

Note 1839941 is implemented?

Regards,

Nicole

MariaJo
Explorer
0 Kudos

Hi Nicole,

Yes, it's implemented.


Regards and thanks for your feedback!

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Maria,

I double-checked with Basis and they confirmed that HTTPURLLOC always stores the entries in capital letters when you maintain the table via SE16.

To overcome this you could try to maintain the table in a different way - eg. by direct modification on database or a small report with INSERT/UPDATE operations.

Regards,

Nicole