| Home • Tips • Tutorials • Forums • Certification Q's • Interview Q's • Jobs • Testimonials • Contact Us | ||
Document Categories:
What's New?
Contribute?Sample SpecsWhat's Hot? |
Updating Help Link for the SAP ITS TransactionBy Ganesh Kumar K, Intelligroup
For
updating the link for the above Help
view, it is required to write some code in Java script in Internet
Service IAC. Below is the path of the Mime Object (Java script). IAC/Topic
WA/Mime Objects/WEBGUI/SCRIPTS/EWTBASIS.JS.
Inside the
Object search for function SAP_TemplateLaunchHelp
add the below code and Publish the MIME
Object. if (string_object.toUpperCase().indexOf("ZMSS_JAPN_1") >= 0 ) {
window.open("http://usfosdas03/HR/PublicDoc.nsf/PublicWebPage/Help-JP-MSS-
Datasheet?Opendocument" , "_Help",
"toolbar=0,statusbar=yes,scrollbars=yes,status=yes,resizable=yes")
return
}
http://usfosdas03/HR/PublicDoc.nsf/PublicWebPage/Help-JP-MSS-Datasheet?Opendocument
: Is the Path of the
Help file.
Output:
Below is
the Help file shown as the Popup.
|
|
|
Please send us your feedback/suggestions at webmaster@SAPTechnical.COM Home • Contribute • About Us • Privacy • Terms Of Use • Disclaimer • Safe • Companies: Advertise on SAPTechnical.COM | Post Job • Contact Us ©2006-2007 SAPTechnical.COM. All rights reserved. All
product names are trademarks of their respective companies. SAPTechnical.COM
is in no way affiliated with SAP AG. Graphic Design by Round the Bend Wizards |
||