‎2007 May 29 10:44 AM
Hi Guru's
Is is possible to pass the custmize data during debugging.
One method is it directly pass the data in code.But is it possible though debug screen????
Thanks
Subham
‎2007 May 29 10:49 AM
Yes it is possible. while debugging you will find a table below the screen. Where in the left hand side you will specify the parameters name and in the right hand side you will get its value. Now you can insert a value or modify a value whiloe run time.
To do that, just over right the value and then click the pencil icon (Right) to fix the value.
‎2007 May 29 10:46 AM
Hi
Yes you can pass some values to fields in debugging
You can change the SY-SUBRC field value
and can change the particular field value or internal table field value during debugging.
see the links
Refer to this thread
http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
Check these documents.
http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
http://help.sap.com/saphelp_nw04/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm
http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm
http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
http://www.saplinks.net/index.php?option=com_content&task=view&id=24&Itemid=34
Look at the SAP help link below
http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
Reward points if useful
Regards
Anji
Message was edited by:
Anji Reddy Vangala
‎2007 May 29 10:47 AM
‎2007 May 29 10:47 AM
Hi
yes, we can do it by changing the contents of variable or internal tables in the fields list and press change contents.
or else use structure editor to chages the contents and test them
Thanks
‎2007 May 29 10:49 AM
Yes it is possible. while debugging you will find a table below the screen. Where in the left hand side you will specify the parameters name and in the right hand side you will get its value. Now you can insert a value or modify a value whiloe run time.
To do that, just over right the value and then click the pencil icon (Right) to fix the value.