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

Modify parameters due to note

Former Member
0 Likes
561

Hi everybody,

I ran across something odd today.

I tried to implement note 795523 in our system (4.7 FX 2.0)

It asks to

manually

change parameters of a method.

1. SE24: change parameter of method GET_ADJM_RECORD_STATUS in interface IF_REAJ_METHOD

- Parameter (old):RD_ADJMDRECSTATUS

- Parameter (new) : ED_ADJMDRECSTATUS

- Art (old) : Returning

- Art (new) : Exporting

So far so good, I´ve registered the objekt with oss and tried to implement the changes in transaction se24. There I ran across a problem as it´s possible to add a new parameter, however I´m unable to delete an existing parameter, as the parameter name itself cannot be changed, I cannot use overwrite.

Anyone ever encountered such behavior? How shall I proceed?

Hope to hear from you soon, will give Reward Points!

Message was edited by: Ute Schroeder

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
440

Hi,

Sometimes after implementing the note, you need to log off the existing session & login again.

This might solve the problem.

Best regards,

Prashant

2 REPLIES 2
Read only

Former Member
0 Likes
441

Hi,

Sometimes after implementing the note, you need to log off the existing session & login again.

This might solve the problem.

Best regards,

Prashant

Read only

Former Member
0 Likes
440

Hi everybody,

switching off the modification assistant did the trick.

Thanx a lot for your help!

Message was edited by: Ute Schroeder