2008 Jan 21 12:48 PM
Hi Experts,
Could someone elaborate on how to debug a dictionary table in ABAP for test purposes.
Cheers,
Chaitanya.
2008 Jan 21 1:58 PM
hi chaitanya,
To create/change the content of a table (usually for test purposes), we typically use SE16 to write a report program or debug. But, with this tip, you can do it easily through a SAP standard technique without coding or debugging. Code: 1. Call transaction SE16N and enter the required table name to be edited(ex. KNA1). 2. type '&sap_edit' in the command window and press enter key. The message 'SAP editing function is activated' will display. 3. Click on the execute online button .
hi chaitanya,
To create/change the content of a table (usually for test purposes), we typically use SE16 to write a report program or debug. But, with this tip, you can do it easily through a SAP standard technique without coding or debugging. Code: 1. Call transaction SE16N and enter the required table name to be edited(ex. KNA1). 2. type '&sap_edit' in the command window and press enter key. The message 'SAP editing function is activated' will display. 3. Click on the execute online button .
2008 Jan 21 12:50 PM
Hi Chaitanya,
Please clear you requirement.
I did not undersdtand -- debugging the table.
Piyush
2008 Jan 21 1:29 PM
HI Chaithanya,
I dont think u can debug a Dictionary Table.
Rather u can select all those details into a Internal Table through some select statement,then u can debug that Int-Table.
Reward if usefull.
Gokul
2008 Jan 21 1:58 PM
hi chaitanya,
To create/change the content of a table (usually for test purposes), we typically use SE16 to write a report program or debug. But, with this tip, you can do it easily through a SAP standard technique without coding or debugging. Code: 1. Call transaction SE16N and enter the required table name to be edited(ex. KNA1). 2. type '&sap_edit' in the command window and press enter key. The message 'SAP editing function is activated' will display. 3. Click on the execute online button .
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |