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

Degbugging

Former Member
0 Likes
478

hi,

How to Debug SE16 to allow record changes

thnks.

3 REPLIES 3
Read only

Former Member
0 Likes
423

hi,

after entering in to SE16 transaction activate the Debugger. then u can debugge the SE16 transaction.

Read only

Former Member
0 Likes
423

CHk this thread..u have steps..

Read only

Former Member
0 Likes
423

HI,

1. Display record entries for desired table via SE16 or SE11.

2. Select record which requires updating by highlighting it and pressing the display icon (glasses, F7).

3. Type /h in command box and press enter.

4. Now press enter again and you should enter debugging mode

5. Change the value of code from ‘SHOW’ to ‘EDIT’, remember to press the ‘change field contents’

icon (pencil) in-order to store new value.

6. Press F8 (execute) to leave debug.

7. You should now have change access to the selected record.

8. Hit ‘SAVE’ to save any changes.

9. Remember there is a reason why you can’t do this without debugging it, one reason being that it could

introduce inconsistencies in the table data. 1. Display record entries for desired table via SE16 or SE11.

2. Select record which requires updating by highlighting it and pressing the display icon (glasses, F7).

3. Type /h in command box and press enter.

4. Now press enter again and you should enter debugging mode

5. Change the value of code from ‘SHOW’ to ‘EDIT’, remember to press the ‘change field contents’

icon (pencil) in-order to store new value.

6. Press F8 (execute) to leave debug.

7. You should now have change access to the selected record.

8. Hit ‘SAVE’ to save any changes.

9. Remember there is a reason why you can’t do this without debugging it, one reason being that it could

introduce inconsistencies in the table data.

Cheers,

Chandra Sekhar.