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

*{ INSERT in Z report

Former Member
0 Likes
609

Hello All,

In my ABAP custom report there is a statement *{ INSERT Transport No.

I want to make changes below to that statement but when I click on change only that part is in change mode other code is in non chnagiable mode.

How can I make changes in such report.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

Hi Geeta,

Go to  edit->modication operations-> swith off modification assistant..

Hello All,

In my ABAP custom report there is a statement *{ INSERT Transport No.

I want to make changes below to that statement but when I click on change only that part is in change mode other code is in non chnagiable mode.

How can I make changes in such report.

3 REPLIES 3
Read only

Former Member
0 Likes
564

Hi Geeta,

If it is a Z report then all the parts of the report will be in editable mode. Can you explain even more?

Read only

Former Member
0 Likes
565

Hi Geeta,

Go to  edit->modication operations-> swith off modification assistant..

Read only

Former Member
0 Likes
564

Hi Geeta,

     The problem may be because source system for the particular custom report is different than the system in which it is residing. To overcome the issue, follow the below mentioned steps,

     Go to transaction SE03

     Double click on 'Change object directory entries'

     A selection screen appears with input fields for different objects types.

     Give the report name in appropriate field, select the checkbox and execute.

     Double click on the object and change the value of 'Original System' to the system name in which you are currently making changes.

     Re-open the report in se38 and see if you can make the changes.

Hope this helps,

~Athreya