Application Development 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: 

Part of URL in SF moves to next line

former_member184111
Active Contributor
0 Kudos

Dear Experts,

I copied a standard smartform into Z SF and made some changes in text. When email is sent using the Z SF in the email text a part of URL(not done any changes in URL, it is same as standard) moves to next line where as it displays properly in emai sent using standard SF.

URL in email text from standard SF:

<https://xxxxxx.xxxxx.com/sap/bc/nwbc/srm/~canvas;window=app/obn/qte.displayrfx/?sap-client=100&SAPSR...>

URL in email text from Z SF:

https://xxxxxx.xxxxx.com/sap/bc/nwbc/srm/~canvas;window=app/obn/qte.display_qte/?sap-

client=100&SAPSRM_BOID=0050560600C103E181AFBE78

A2AADFE3

The < and > at start and end are mising and also last 8 characters of GUID move to third line which is causing the main issue.

How to force the last 8 chars to stay in second line?

Thanks,

Anubhav

4 REPLIES 4

SreekanthKrishn
Contributor
0 Kudos

Hi Anubhav,

I have worked on similar requirements.

Are you using HTML while creating the link?

Thanks,

Sreekanth

0 Kudos

Hi Sreekanth,

The URL is used to access RFx/Auctions in SRM using NWBC, this is not generated using HTML.

Any tips?

Thanks,

Anubhav

0 Kudos

Anubhav,

Does both the custom and standard SF return same link?

I can see that the links generated by custom and standard SF are different.

Pls check the highlighted characters:-

Standard:- 0050560600C103E181AFBBF3...

Custom:-   0050560600C103E181AFBE78...

 

You can check once again and see if the links are generated from same module.

Thanks,

Sreekanth

0 Kudos

Hi Sreekanth,

That is the GUID of a business object so it will be different for each URL but length of URL is exactly same in both cases.

Thanks,

Anubhav