‎2010 Sep 27 9:55 PM
Hi
We need to implement the Note 1412774 - problem with the redirect in portal for security purpose.
We decided to implement the same manually.
The note says as below:
In TA SE80, open Interface IF_WDR_CLIENT_COMMAND
in attributes please open MC_PARAMETER
In edit mode
find the following code:
constants:
begin of mc_parameter,
window_id type string value 'windowId',
control_id type string value 'controlId',
...
add the following new 3 constants before row
window_id type string value 'windowId',
url type string value 'url',
method type string value 'method',
postparameters type string value 'postParameters',
But when we choose the MC_PARAMETER in the attritute and double click on the arrow icon, it took us to the abap code page, but the change mode icon is disabled. Hence we could not able to make any changes.
Can someone say how to include this code manually?
Thanks
Senthil
‎2010 Sep 29 12:46 AM
Howdy,
As the note suggests, click change mode first, then double click on MC_PARAMETER - this will take you to the code for that attribute (it's not a dictionary object).
Cheers
Alex
‎2010 Sep 28 2:18 AM
Howdy,
Try hitting change mode before you double click on attribute MC_PARAMETER (you'll need a repair key).
Cheers
Alex
‎2010 Sep 28 2:15 PM
When I clicked the change icon, it only allows me to add or delete attributes, it doesn't allow me to edit to code?
I need to edit the code.
Can u help?
thanks
‎2010 Sep 29 12:46 AM
Howdy,
As the note suggests, click change mode first, then double click on MC_PARAMETER - this will take you to the code for that attribute (it's not a dictionary object).
Cheers
Alex
‎2010 Oct 08 2:30 AM
Hi Alex,
I had the same problem and fix it disabling the assistant.
You can do it going to:
Menu Edit -> Modifications operations -> Switch off assistant
After do it you can edit this object.
Hope help.
Regards,
Jose Maciel
SAP BASIS