Dear Experts,
Please tell me the process for restricting standard controls in framework.I am using the fiori launchpad,But here my configured sapui5 applications are url iviews and logon page some other applications are using standard controls.But when i see the view page source in browser i am getting the below standard code.
<!DOCTYPE html><html><head>
<script type="text/javascript">
/*HTML Business for Java, 6.0*/
ur_system = {doc : window.document , mimepath :"/com.sap.portal.design.urdesigndata/themes/portal/sap_tradeshow_plus/common/", stylepath : "/com.sap.portal.design.urdesigndata/themes/portal/sap_tradeshow_plus/ur/", is508 : false, domainrelaxing : "MINIMAL"};
var popup_emptydoc = "/htmlb/jslib/emptyhover.html";</script>
<link rel="stylesheet" href="/com.sap.portal.theming.webdav.themeswebdavlistener/Portal/FLP/sapcustombluecrystal/sf3.css?v=7.31.17.1449555966000" />
<link rel="stylesheet" href="/com.sap.portal.theming.webdav.themeswebdavlistener/Portal/prtl_std/sapcustombluecrystal/sf3.css?v=7.31.17.1449555961000" />
<!-- EPCF: BOB Core -->
<meta http-equiv="content-script-type" content="text/javascript"/>
<script type="text/javascript" src="/com.sap.portal.epcf.loader/script/optimize/js13_epcf.js?7.311700026"></script>
<script type="text/javascript">
<!--
EPCM.relaxDocumentDomain();
EPCM.init( {
Version:7.311700026,
Level:1,
DynamicTop:false, // [service=true nestedWinOnAlias=false]
UAType:9, // [Chrome]
UAVersion:46.0,
UAPlatform:1, // [Win]
UIPMode:"1", // [Default=1, User=0, Personalize=true]
UIPWinFeatures:"",
UIPPortalPath:"https://host:port/irj/portal",
UIPPopupComp:"https://host:port/irj/servlet/prt/portal/prtroot/com.sap.portal.epcf.admin.WorkProtectPopup",
UIPPopupCompSize:"dialogWidth:450px; dialogHeight:200px; status:no",
UIPPopupMsgNN:"Your\x20current\x20page\x20contains\x20unsaved\x20data.\r\nDo\x20you\x20want\x20to\x20continue\x20with\x20navigation\x20and\x20open\x20a\x20new\x20window\x3f",
UIPPopupMsgND:"Your\x20current\x20page\x20contains\x20unsaved\x20data.\r\nDo\x20you\x20want\x20to\x20discard\x20the\x20changes\x20and\x20open\x20the\x20content\x20in\x20the\x20same\x20window\x3f",
DBGException:false,
nervousFingerTimeout:"0",
DBCookie:false
} );
EPCM.DSM.init( {
TerminatorURL:"/irj/servlet/prt/portal/prtroot/com.sap.portal.dsm.Terminator",
WinEmptyUrl:"/com.sap.portal.dsm/images/empty.gif",
NavAcrossSubFramesUrl:"disabled",
omitTerminationPopup:false,
ForcedUserDebug:false,
KeepAliveActive:false,
KeepAliveDelta:840,
dsmMethodGetKey:"",
KeepAliveStopAfter:36000
} );
function SAPWP_receiveSessInfo( sessInfo, frameRef ){
EPCM.DSM.processSession( sessInfo, frameRef );
}
//-->
</script>
<!-- EPCF: EOB Core -->
<script>
(function(){window.FLP = window.FLP || {}; window.FLP.Locale='en';}());
</script>
<script>
var bDebugSources = /sap-ui-debug=(true|x|X)/.test(window.location.search);
try {
bDebugSources = bDebugSources || (window.localStorage.getItem("sap-ui-debug") == "X");
}catch(e) {
if (window.console && window.console.log){
console.log('failed to read debug mode from local storage');
}
}
The above highlighted lines are displaying the browser,Because of some standard process for sap portal.
1. If I need to remove the above highlighted standard code means in which application I need to do customization?
2. If this customization done will it create any issues in the portal or not ?
Thanks and Best regards,
Durga Rao V.