‎2008 Mar 05 5:50 PM
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)]
‎2008 Mar 05 6:09 PM
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
‎2008 Mar 05 6:03 PM
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
‎2008 Mar 05 6:09 PM
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
‎2008 Mar 05 6:48 PM