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

Debugging:How Pass a Value to Variable ??

Former Member
0 Likes
2,515

Hi All,

I am functional guy needed to do some debugging,

I am already in debugging mode and I can look at the contents of variable on right side of my screen, but my question is how do I change or pass the value because as seen below I am unable change that standard table as it is in display mode!!!!

ET_PARTNER Standard Table[0x112(4212)]

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,402

Hi Rahul,,

There are several ways you can do that,,it mainly depends on which which debugger you are using,, Classic Debugger or the New ABAP debugger.

if you are using the classic debugger,, switch to the New ABAP Debugger

Main Menu --> Debugging --> Switch to New abap debugger.

This will take you to the New ABAP Debugger.

In the New ABAP Debugger, since you are trying to change the values of the table,, Select the tab called Table and enter the table name 'ET_PARTNER',, it will be still in display mode, as it is not recommended to change the values in the debugging mode..

neways, your requirement is to change the values,, so follow these steps to change the values.

In the Tables tab you will find all the content of your table,, now select the row you want to chagne and click on the setting button on the extreme right with "wrench and hammer" icon, it will give you another popup stating Table Services. Select "Change table content" and double click on change row content.

This will solve your purpose..

let me know if you have any queries.

<REMOVED BY MODERATOR>

Thanks-

Rahul

Edited by: Alvaro Tejada Galindo on Mar 5, 2008 4:40 PM

3 REPLIES 3
Read only

Former Member
0 Likes
1,402

Which version of SAP you are using ? If you are using ECC 6.0, double click on the internal table contents and and select the row and double click on the field, then you can change the values there ?

Regards

Kannaiah

Read only

Former Member
0 Likes
1,403

Hi Rahul,,

There are several ways you can do that,,it mainly depends on which which debugger you are using,, Classic Debugger or the New ABAP debugger.

if you are using the classic debugger,, switch to the New ABAP Debugger

Main Menu --> Debugging --> Switch to New abap debugger.

This will take you to the New ABAP Debugger.

In the New ABAP Debugger, since you are trying to change the values of the table,, Select the tab called Table and enter the table name 'ET_PARTNER',, it will be still in display mode, as it is not recommended to change the values in the debugging mode..

neways, your requirement is to change the values,, so follow these steps to change the values.

In the Tables tab you will find all the content of your table,, now select the row you want to chagne and click on the setting button on the extreme right with "wrench and hammer" icon, it will give you another popup stating Table Services. Select "Change table content" and double click on change row content.

This will solve your purpose..

let me know if you have any queries.

<REMOVED BY MODERATOR>

Thanks-

Rahul

Edited by: Alvaro Tejada Galindo on Mar 5, 2008 4:40 PM

Read only

0 Likes
1,402

Was of great help, rewarded you with full points.,

Thanks