SAP-WUG Digest, Vol 70, Issue 8

Magalhaes, Marcia marcia.magalhaes at ocps.net
Thu Sep 16 08:28:31 EDT 2010


Hi Ali,
I also had problems with a long URL, it was wrapping and therefore useless to the recipient.  After much trying everything to fix the problem without success, I simply asked the user to reduce the letters on the link.  They agreed and all were happy.  Hopefully, someone in this list can help us all with a more practical solution.

Marcia Magalhaes
Orange County Public Schools
Orlando, Florida
-----Original Message-----
From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf Of sap-wug-request at mit.edu
Sent: Thursday, September 16, 2010 7:25 AM
To: sap-wug at mit.edu
Subject: SAP-WUG Digest, Vol 70, Issue 8

Send SAP-WUG mailing list submissions to
	sap-wug at mit.edu

To subscribe or unsubscribe via the World Wide Web, visit
	http://mailman.mit.edu/mailman/listinfo/sap-wug
or, via email, send a message with subject or body 'help' to
	sap-wug-request at mit.edu

You can reach the person managing the list at
	sap-wug-owner at mit.edu

When replying, please edit your Subject line so it is more specific than "Re: Contents of SAP-WUG digest..."


Today's Topics:

   1. Clickable URL Link in Work Item Description (Ali Husain)


----------------------------------------------------------------------

Message: 1
Date: Thu, 16 Sep 2010 11:24:48 +0000
From: Ali Husain <mr_mago40 at hotmail.com>
Subject: Clickable URL Link in Work Item Description
To: SAP WUG <sap-wug at MIT.EDU>
Message-ID: <BAY130-W350DA0FA9FD28BB9A054C8F7A0 at phx.gbl>
Content-Type: text/plain; charset="iso-8859-1"



Hey Guys,

I have a question about having a URL link in the work item description.
>From what i've gathered on SDN, basically, to have a link we can just type the following:
<A
HREF="http://www.cnn.com"> Details </A>                
and making that line a comment line (/* in the SAPScript editor). This is working fine and the links shows as Details and when i click on it it fires up the URL. 

However, because of the limitation of 80 characters for URL links, i'm putting my long URL which is calculated dynamically into two container elements. So to display it using the same code:
<A
HREF="&TEST&&TEST2&"> Details </A>
The link works fine when i click on it but the text does not only show Details but also shows the value of the second container element which is test2 in that case. How do i get it to only show the text Details as in the above cnn.com static link?
I've also noticed that the link opened in the same existing window when testing in SOST so i used the following to open it in a new window:
<A
HREF="&TEST&" "&TEST2&"> Details
</A>
But still the value of test2 shows and then also the "> Details part. I"m guessing this has to do with the &s that are embedded in the link. Is there a way to overcome that?

I also have a second question about the BO SOFM. Is there a way to type an export parameter of a function module or a method to be of type ref to SOFM? Since SOFM is a business object and not a regular class, it did not allow me to type "type ref to" and put SOFM as the type.

Thanks a lot.
Ali


 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20100916/278fd18b/attachment.htm

------------------------------

_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug


End of SAP-WUG Digest, Vol 70, Issue 8
**************************************

----------------------------------------------------------------------
The information contained in this e-mail message is intended solely for
the recipient(s) and may contain privileged information. Tampering with
or altering the contents of this message is prohibited. This information
is the same as any written document and may be subject to all rules
governing public information according to Florida Statutes. Any message
that falls under Chapter 119 shall not be altered in a manner that
misrepresents the activities of Orange County Public Schools.
[References: Florida State Constitution I.24, Florida State Statutes
Chapter 119, and OCPS Management Directive A-9.] If you have received
this message in error, or are not the named recipient notify the sender
and delete this message from your computer.




More information about the SAP-WUG mailing list