Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Could Not implement this note manually - SE80 - Open Interface

Former Member
0 Likes
590

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

1 ACCEPTED SOLUTION
Read only

alex_cook
Active Participant
0 Likes
540

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

4 REPLIES 4
Read only

alex_cook
Active Participant
0 Likes
540

Howdy,

Try hitting change mode before you double click on attribute MC_PARAMETER (you'll need a repair key).

Cheers

Alex

Read only

Former Member
0 Likes
540

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

Read only

alex_cook
Active Participant
0 Likes
541

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

Read only

Former Member
0 Likes
540

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