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

HOW TO DEBUG A DICTIONARY TABLE ( EX: LFA1)

Former Member
0 Likes
692

Hi Experts,

Could someone elaborate on how to debug a dictionary table in ABAP for test purposes.

Cheers,

Chaitanya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
639

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 Experts,

Could someone elaborate on how to debug a dictionary table in ABAP for test purposes.

Cheers,

Chaitanya.

3 REPLIES 3
Read only

piyush_mathur
Active Participant
0 Likes
639

Hi Chaitanya,

Please clear you requirement.

I did not undersdtand -- debugging the table.

Piyush

Read only

Former Member
0 Likes
639

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

Read only

Former Member
0 Likes
640

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 .