Hi,
Is this the whole sql statement? if so - you can see a syntax mistake at the end of the query.
Beni.
Hi,
Is this the whole sql statement? if so - you can see a syntax mistake at the end of the query.
Beni.
Hello Ganga
Is this issue resolved ?
Also mark this Discussion with a Correct Answer and Helpful Answer where appropriate.
See http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why
Regards
Sandy
Hi Arden
My Authorization team is not aware about this. However can you help me to know the configuration path in SAP CRM 7.0 EHP 03 to hide/renames buttons via standard configuration options.
Regards
Hamid
Hi Thanks for your response. I am working in EHP7 environment. How can I ensure that this issue is because of this reason as per OSS note # 2124565 as this is happening only on PS1 but not other system such as QS1, DS1. Please confirm me back. Thanks
Too True
Thanks
I think your end user can guide you better . You should ask him for more details (at-least what is the transaction code she is using)
Sorry,Albert,no idea about Logistics.
Maybe SAP ERP - Logistics Materials Management (SAP MM) has a better idea.
You should ask a question there.
Regards,
Jude
Hi,
Do you want daily quota accrual (Daily quota update) or Quota/per month (Flat)..say 1.5 ?
PCR can be written for Quata/per month (Flat).. & you can get exact 1.5 even if you run evaluation for 3 days/ 1 month..
Regards,
Veeram Reddy
Hello,
You may try to remove the 'Update Date' column from the query and check, also, if you want to include update date, make sure you give a condition to check the last update date else you'll get multiple results.
Thanks,
Joseph
yes...i shall do that.
Any thoughts?
It is the first time that I here this term too, but If you want delete "empty claims" then you should have full claims as well in your system, so just tell what transactions you use to maintain full claims and we will see if that is something homemade or just a wrong term
Hi,
Check payroll log. & look out for Retro run,,, of previous month if any..
Regards,
Veeram
Hi Experts,
When I call T-code: DBACOCKPIT, I got below error.
'This program cannot display the webpage". I know that I can bypass this by click "Switch to SAPGUI"
But in "Performance" tab, I cannot click anything. When I try to click any of them for example like "Process Monitor"
I got back the same error. Even when I click "Switch to SAPGUI", nothing appear
I found the realated note 1605680 - SYB Troubleshoot the setup of the DBA Cockpit on Sybase ASE,
but I am not sure which one in the note refers to my situation
Could you please advise?
BR,
Fadzly Iqbal
Hi,
I think prior to 9.9, the system used to pick email address from the use but now its not the case.
You may open a case with SAP and check.
Do update this thread based on the feedback tha you get from SAP
Thanks,
Joseph
Dear Fioriyng Experts,
Recently we setup a Fiori Front-End Server (FES) and connected it to the test CRM and ERP systems in order to check and customize the desired Apps.
However, soon we should start using also the productive CRM and ERP systems which is the final aim, of course.
Our intention is to use the same Front-End Server for the productive purpose.
So, the question is: Is it possible to use FES for test and productive purpose simultaneously?
It seems to me that it is possible to create two aliases for the desired service in the transaction Activate and maintain services /IWFND/MAINT_SERVICE.
The first one will point like now to the test Back-End system and the second alias will point to the productive Back-End system.
Is this the right way and if Yes, shall we do something into Launchpad Designer?
Thank you in advance for your suggestions and sharing experience.
Best regards,
Detelin Nedev
SAP Basis Administrator
Hi,
In this case while displaying columns Month/Year and Document/position number you should see all documents no matter you restrict on month/year or not. What about some additional positions of that document posted in other months ???
I would display data in the cube ( RSA1/Infoprovider/Display data). Set displaying all the fields that are important (year/month, document, doc.position).
What cube/dso you use ?
Regards, Leszek
Hi Oisin,
The browser version is 5.7.0
Copy of the converted screen:
******************************************************************************************************************************************************************************
`if (~currdynpro.speechenabled != "")
`<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
`end;`
<html`if (~currdynpro.speechenabled != "")
` xmlns="http://www.w3.org/1999/xhtml"
xmlns:vxml="http://www.w3.org/2001/vxml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:xv="http://www.voicexml.org/2002/xhtml+voice"`
end;` class="MobileHtml">`
if ( ~itsmobileNameSpace != "" )
~current_service = ~itsmobileNameSpace & ~service;
elseif ( strsub(~sources, 0, 1) == "/" )
~current_service = strsub(~sources, 0, strchr(~sources, "/", 1)+1) & ~service;
else
~current_service = ~service;
end;`
`
<!-- Generated Template
NAME: SAPLZZZ_ZK
SCREEN: 0001
DATE: 20150324
TIME: 083023
STYLE: MOBILE4
-->
declare class(name, idx=1), style(name, idx=1), style_attr(name, idx=1), icon(name, idx=1),
class_ext(name, idx=1), align(name, idx=1), label(name, idx=1), has_label(name, idx=1),
width(i, a), margin_left(i, a), w(i, a) in "some.html";
if ( ~itsmobileFuncInclude != "" )
include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileFuncInclude, ~style="x");
else
include(~service="itsmobile", ~language="", ~theme="99", ~name=nonExt&"functions", ~style="x");
end;`
`
`<head>`
if ( ~itsmobileDeviceInclude != "" )
include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileDeviceInclude & ".html");
end;
`<title>`~windowtitle`</title>`
if ( ~itsmobileSoundInclude != "" ) <!-- customers sound -->
include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileSoundInclude & ".html");
else <!-- default -->
include(~service="itsmobile", ~language="", ~theme="99", ~name="include/sound.html");
end;
if ( ~itsmobileCssInclude != "" ) <!-- customer include from gui settings -->`
<link rel="stylesheet" href="`mimeURL(~service=~current_service, ~theme=~theme, ~language="", ~name=~itsmobileCssInclude & ".css")`" type="text/css" />
` else <!-- default include from itsmobile --> `
<link rel="stylesheet" href="`mimeURL(~service="itsmobile", ~theme=99, ~language="", ~name="styles/all/mobile.css")`" type="text/css" />
` end;
if ( ~itsmobileJsInclude != "" ) <!-- customer include specified in gui settings -->`
<script type="text/javascript" language="javascript" src="`mimeURL(~service=~current_service, ~theme=~theme, ~language="", ~name=~itsmobileJsInclude & ".js")`"></script>
` else <!-- default include from itsmobile -->`
<script type="text/javascript" language="javascript" src="`mimeURL(~service="itsmobile", ~theme=99, ~language="", ~name="scripts/all/mobile.js")`"></script>
` end;
if ( ~itsmobileCustomJsInclude != "" )`
<script type="text/javascript" language="javascript" src="`mimeURL(~service=~current_service, ~theme=~theme, ~language="", ~name=~itsmobileCustomJsInclude & ".js")`"></script>
` end;`
<script type="text/javascript" language="Javascript">
var itsmobile_eos = "`wgateurl(~okcode="/nex")`";
</script>
` <!-- rfid values --------------------------- -->
if ( ~RfidEnabledFields != "" ) `
<script type="text/javascript" language="javascript" src="`mimeURL(~service="itsmobile", ~theme=99, ~language="", ~name="rfid/rfbutton.js")`"></script>
<script type="text/javascript" language="Javascript">
var rfid_fields = new Object;
` repeat with i from 1 to ~RfidEnabledFields.dim
<!-- get field name and index -->
rfidField = ~RfidEnabledFields[i];
rfidFieldIdx = ~RfidEnabledFields[i].idx;
rfidFieldParams = ~RfidEnabledFields[i].params; `
rfid_fields["`rfidField`[`rfidFieldIdx`]"] = { `rfidFieldParams` };
` end;`
</script>
` end;`
` <!-- Check if screen supports voice integration -->
if ( ~currdynpro.speechenabled != "" )
<!-- include the htmlb functions for voice integration -->
if ( ~itsmobileVoiceInclude != "" ) <!-- customers voice generation html -->
include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileVoiceInclude & ".html");
else <!-- default its default voice include -->
include(~service="itsmobile", ~language="", ~theme="99", ~name="include/voice.html");
end;
end;`
`
`</head>`
`<body class="MobileBody `class("~currdynpro", 1)`" `style_attr("~currdynpro", 1)` id="MobileBody"`
if (~currdynpro.speechenabled != "")` ev:event="load" ev:handler="#sayOnPageLoad"` else
` onload="setFocus('`~focusfield`');`~itsmobileOnloadHandler`"` end;
` onkeydown="return processKeyEvent(event);" onhelp="return false;">
`
`<form method="post" action="`WGateURL()`" id="mobileform" name="mobileform" onsubmit="return firstSend()" style="display:inline">
<input type="hidden" id="~OkCode" name="~OkCode" value="/0" />
<input type="hidden" id="~FKey" name="~FKey" value="" />
<input type="hidden" id="~Focusfield" name="~Focusfield" value="" />
`if (~SEC_SESSTOKEN != "")`<input type="hidden" name="~SEC_SESSTOKEN" value="`~SEC_SESSTOKEN`" />`end`
`if (~active_timer != "")
include(~service="itsmobile", ~theme="99", ~name="timer.html");
timer(~active_timer, width, height);
end`
`
`<!-- main screen begin -->
<div width="100%">`
if ( ~itsmobileCuaInclude != "" ) <!-- customers cua area -->
include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileCuaInclude & ".html");
elseif ( ~itsmobileNoCuaInclude != "1" && ~itsmobileNoCuaInclude != "X" ) <!-- default cua area -->
include(~service="itsmobile", ~language="", ~theme="99", ~name="include/cuaarea.html");
end;`
</div>
<div width="100%" class="MobileUserArea">`
if ( ( ~DYNPRO_COMPRESSION != "1" && ~DYNPRO_COMPRESSION != "X" ) ||
( '/SCWM/S_RF_SCRELM-PB1'[1].exists == "X" && '/SCWM/S_RF_SCRELM-PB1'[1].visible == "X" ) ||
( '/SCWM/S_RF_SCRELM-PB2'[1].exists == "X" && '/SCWM/S_RF_SCRELM-PB2'[1].visible == "X" ) ||
( '/SCWM/S_RF_SCRELM-PB3'[1].exists == "X" && '/SCWM/S_RF_SCRELM-PB3'[1].visible == "X" ) ||
0 )
`<!-- line 1 -->
<div class="MobileRow">`
if ( ( '/SCWM/S_RF_SCRELM-PB1'[1].exists == "X" ) && ( '/SCWM/S_RF_SCRELM-PB1'[1].visible == "X" ) )
`<input type="button" style="`width("5", "4.100em"); style("/SCWM/S_RF_SCRELM-PB1", 1)`" `
`class="MobileButton`class_ext("/SCWM/S_RF_SCRELM-PB1", 1)` `class("/SCWM/S_RF_SCRELM-PB1", 1)`" `
if ( '/SCWM/S_RF_SCRELM-PB1'[1].disabled == "X" ) `disabled="disabled" `end;
`name="`'/SCWM/S_RF_SCRELM-PB1'[1].name`" `
if ( ~currdynpro.speechenabled != "" ) `id="`'/SCWM/S_RF_SCRELM-PB1'[1].name`" `end;
`value="`label("/SCWM/S_RF_SCRELM-PB1", 1)`" `
if ( '/SCWM/S_RF_SCRELM-PB1'[1].rfidenabled == "X" )
`onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-PB1'[1].name`');"
onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-PB1'[1].name`');"
onclick="RfidButtonClick();" `
else
`onclick="setOkCode('`'/SCWM/S_RF_SCRELM-PB1'[1].okcode`');" `
end;
`/>`
else
`<span style="`margin_left("5", "4.100em")`; height:1px"></span>`
end;
if ( 0 != 0 )
`<span style="`margin_left("0", "0.000em")`; height:1px"></span>`
end;
if ( ( '/SCWM/S_RF_SCRELM-PB2'[1].exists == "X" ) && ( '/SCWM/S_RF_SCRELM-PB2'[1].visible == "X" ) )
`<input type="button" style="`width("5", "4.100em"); style("/SCWM/S_RF_SCRELM-PB2", 1)`" `
`class="MobileButton`class_ext("/SCWM/S_RF_SCRELM-PB2", 1)` `class("/SCWM/S_RF_SCRELM-PB2", 1)`" `
if ( '/SCWM/S_RF_SCRELM-PB2'[1].disabled == "X" ) `disabled="disabled" `end;
`name="`'/SCWM/S_RF_SCRELM-PB2'[1].name`" `
if ( ~currdynpro.speechenabled != "" ) `id="`'/SCWM/S_RF_SCRELM-PB2'[1].name`" `end;
`value="`label("/SCWM/S_RF_SCRELM-PB2", 1)`" `
if ( '/SCWM/S_RF_SCRELM-PB2'[1].rfidenabled == "X" )
`onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-PB2'[1].name`');"
onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-PB2'[1].name`');"
onclick="RfidButtonClick();" `
else
`onclick="setOkCode('`'/SCWM/S_RF_SCRELM-PB2'[1].okcode`');" `
end;
`/>`
else
`<span style="`margin_left("5", "4.100em")`; height:1px"></span>`
end;
if ( 0 != 0 )
`<span style="`margin_left("0", "0.000em")`; height:1px"></span>`
end;
if ( ( '/SCWM/S_RF_SCRELM-PB3'[1].exists == "X" ) && ( '/SCWM/S_RF_SCRELM-PB3'[1].visible == "X" ) )
`<input type="button" style="`width("5", "4.100em"); style("/SCWM/S_RF_SCRELM-PB3", 1)`" `
`class="MobileButton`class_ext("/SCWM/S_RF_SCRELM-PB3", 1)` `class("/SCWM/S_RF_SCRELM-PB3", 1)`" `
if ( '/SCWM/S_RF_SCRELM-PB3'[1].disabled == "X" ) `disabled="disabled" `end;
`name="`'/SCWM/S_RF_SCRELM-PB3'[1].name`" `
if ( ~currdynpro.speechenabled != "" ) `id="`'/SCWM/S_RF_SCRELM-PB3'[1].name`" `end;
`value="`label("/SCWM/S_RF_SCRELM-PB3", 1)`" `
if ( '/SCWM/S_RF_SCRELM-PB3'[1].rfidenabled == "X" )
`onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-PB3'[1].name`');"
onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-PB3'[1].name`');"
onclick="RfidButtonClick();" `
else
`onclick="setOkCode('`'/SCWM/S_RF_SCRELM-PB3'[1].okcode`');" `
end;
`/>`
else
`<span style="`margin_left("5", "4.100em")`; height:1px"></span>`
end;
if ( 4 != 0 )
`<span style="`margin_left("4", "3.280em")`; height:1px"></span>`
end;
<!-- content row end -->`
</div>
`end;
if ( ( ~DYNPRO_COMPRESSION != "1" && ~DYNPRO_COMPRESSION != "X" ) ||
( 'X'[1].exists == "X" && 'X'[1].visible == "X" ) ||
1 )
`<!-- line 2 -->
<div class="MobileRow">`
includeFrame (~frameName="X")
<!-- content row end -->`
</div>
`end;
if ( ( ~DYNPRO_COMPRESSION != "1" && ~DYNPRO_COMPRESSION != "X" ) ||
( '/SCWM/S_RF_SCRELM-PB4'[1].exists == "X" && '/SCWM/S_RF_SCRELM-PB4'[1].visible == "X" ) ||
( '/SCWM/S_RF_SCRELM-FLG_MORE'[1].exists == "X" && '/SCWM/S_RF_SCRELM-FLG_MORE'[1].visible == "X" ) ||
( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].exists == "X" && '/SCWM/S_RF_SCRELM-SHORTCUT'[1].visible == "X" ) ||
0 )
`<!-- line 12 -->
<div class="MobileRow">`
if ( ( '/SCWM/S_RF_SCRELM-PB4'[1].exists == "X" ) && ( '/SCWM/S_RF_SCRELM-PB4'[1].visible == "X" ) )
`<input type="button" style="`width("5", "4.100em"); style("/SCWM/S_RF_SCRELM-PB4", 1)`" `
`class="MobileButton`class_ext("/SCWM/S_RF_SCRELM-PB4", 1)` `class("/SCWM/S_RF_SCRELM-PB4", 1)`" `
if ( '/SCWM/S_RF_SCRELM-PB4'[1].disabled == "X" ) `disabled="disabled" `end;
`name="`'/SCWM/S_RF_SCRELM-PB4'[1].name`" `
if ( ~currdynpro.speechenabled != "" ) `id="`'/SCWM/S_RF_SCRELM-PB4'[1].name`" `end;
`value="`label("/SCWM/S_RF_SCRELM-PB4", 1)`" `
if ( '/SCWM/S_RF_SCRELM-PB4'[1].rfidenabled == "X" )
`onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-PB4'[1].name`');"
onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-PB4'[1].name`');"
onclick="RfidButtonClick();" `
else
`onclick="setOkCode('`'/SCWM/S_RF_SCRELM-PB4'[1].okcode`');" `
end;
`/>`
else
`<span style="`margin_left("5", "4.100em")`; height:1px"></span>`
end;
if ( 10 != 0 )
`<span style="`margin_left("10", "8.200em")`; height:1px"></span>`
end;
if ( ( '/SCWM/S_RF_SCRELM-FLG_MORE'[1].exists == "X" ) && ( '/SCWM/S_RF_SCRELM-FLG_MORE'[1].visible == "X" ) )
`<input type="button" style="`width("2", "1.640em"); style("/SCWM/S_RF_SCRELM-FLG_MORE", 1)`" `
`class="MobileButton`class_ext("/SCWM/S_RF_SCRELM-FLG_MORE", 1)` `class("/SCWM/S_RF_SCRELM-FLG_MORE", 1)`" `
if ( '/SCWM/S_RF_SCRELM-FLG_MORE'[1].disabled == "X" ) `disabled="disabled" `end;
`name="`'/SCWM/S_RF_SCRELM-FLG_MORE'[1].name`" `
if ( ~currdynpro.speechenabled != "" ) `id="`'/SCWM/S_RF_SCRELM-FLG_MORE'[1].name`" `end;
`value="`label("/SCWM/S_RF_SCRELM-FLG_MORE", 1)`" `
if ( '/SCWM/S_RF_SCRELM-FLG_MORE'[1].rfidenabled == "X" )
`onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-FLG_MORE'[1].name`');"
onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-FLG_MORE'[1].name`');"
onclick="RfidButtonClick();" `
else
`onclick="setOkCode('`'/SCWM/S_RF_SCRELM-FLG_MORE'[1].okcode`');" `
end;
`/>`
else
`<span style="`margin_left("2", "1.640em")`; height:1px"></span>`
end;
if ( 0 != 0 )
`<span style="`margin_left("0", "0.000em")`; height:1px"></span>`
end;
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].exists == "X" )
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].mode == "multiline" )
`<textarea `
`class="MobileEditMultiline`class_ext('/SCWM/S_RF_SCRELM-SHORTCUT', 1); class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].disabled == "X" ) `disabled="disabled" `end;
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].readonly == "X" ) `readonly="readonly" `end;
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].okcode != "" )
`onchange="setOkCode('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].okcode`');return false;" `
end;
`style="`width("3", "2.460em"); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
`rows="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].rows`" `
`onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`');" `
`onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`');" `
`name="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`">`'/SCWM/S_RF_SCRELM-SHORTCUT'[1]`</textarea>`
else
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].disabled == "X" )
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].visible != "X" )
`<input type="hidden" `
elseif ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].type == "Password" )
`<input type="password" readonly="readonly" tabindex="-1" `
`style="`width("3", "2.460em"); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )
`class="MobilePasswordHighlightedDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
else;
`class="MobilePasswordDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
end;
elseif ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].inputrequired == "X" )
`<input type="text" readonly="readonly" tabindex="-1" `
`style="`width("3", "2.460em"); align("/SCWM/S_RF_SCRELM-SHORTCUT", 1); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )
`class="MobileEditRequiredHighlightedDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
else;
`class="MobileEditRequiredDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
end;
else
`<input type="text" readonly="readonly" tabindex="-1" `
`style="`width("3", "2.460em"); align("/SCWM/S_RF_SCRELM-SHORTCUT", 1); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )
`class="MobileEditHighlightedDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
else;
`class="MobileEditDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
end;
end;
`onfocus="focusField('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`');" `
`name="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`" `
if ( ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].inputrequired == "X" ) && ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1] == "?" ) )
`value="" `
else
`value="`strmaskext('/SCWM/S_RF_SCRELM-SHORTCUT'[1], 1)`" `
end;
`size="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].width`" maxlength="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].maxinputsize`"/>`
else <!-- not disabled -->
icon( "/SCWM/S_RF_SCRELM-SHORTCUT", 1 );
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].visible != "X" )
`<input type="hidden" `
elseif ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].type == "Password" )
`<input type="password" `
`style="`width("3", "2.460em"); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )
`class="MobilePasswordHighlighted `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
else
`class="MobilePassword `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
end;
elseif ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].inputrequired == "X" )
`<input type="text" `
`style="`width("3", "2.460em"); align("/SCWM/S_RF_SCRELM-SHORTCUT", 1); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )
`class="MobileEditRequiredHighlighted `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
else
`class="MobileEditRequired `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
end;
else
`<input type="text" `
`style="`width("3", "2.460em"); align("/SCWM/S_RF_SCRELM-SHORTCUT", 1); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )
`class="MobileEditHighlighted `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
else
`class="MobileEdit `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `
end;
end;
if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].okcode != "" )
`onchange="setOkCode('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].okcode`');return false;" `
end;
`onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`');" `
`onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`');" `
`name="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`" `
if ( ~currdynpro.speechenabled != "" )`id="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`" `end;
if ( ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].inputrequired == "X" ) && ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1] == "?" ) )
`value="" `
else
`value="`strmaskext('/SCWM/S_RF_SCRELM-SHORTCUT'[1], 1)`" `
end;
`size="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].width`" maxlength="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].maxinputsize`"/>`
end;
end;
else
`<span style="`margin_left("3", "2.460em")`; height:1px"></span>`
end;
<!-- content row end -->`
</div>
`end;
`</div>
<!-- main screen end -->`
`</form>`
`</body>`
`</html>
******************************************************************************************************************************************************************************
SAP_BASIS Version is EHP3 FOR SAP SCM 7.0
Kernel used is 741
Sup.Pkg lvl:. 200
DBSL Patch Level: 741.10
SAP versions: 700, 710, 701, 702, 703, 711, 720, 730, 731, 732, 738, 740
OP release: 6.3
PS: Because of the device, we can not update it to the latest Windows version so that we can install the latest browser version, so we're stuck with Naurtech 5.7 as the latest OS version
Hi Experts,
I just configure LDAP SSO on my BO 4,1, but it imports the full user name, for example Leandro Cardoso (EXT) instead of the userid that I use to pogin on windows, it should be something like DT900066.
Is there anyway to use that one?
Best
Leandro
Hello Sathish,
The message is supposes to appear in the response header.
In thread SAP Gateway - Return warning messages to service I have given some working example.
May be you can refer to it.
Regards,
Atanu