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

Modification in std table ?

Former Member
0 Likes
415

Hi,

I want to modify one of the records in the standard table to test my program. Is it possible to modify the values in the standard table? If so , then how ?

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
397

dont do in the standard table, write a sample select query and then place the break point at the statement and in debuggin mode modify the field u need and the use the modified value in the programme.

Edited by: Rocky on Feb 12, 2008 8:53 AM

2 REPLIES 2
Read only

Former Member
0 Likes
398

dont do in the standard table, write a sample select query and then place the break point at the statement and in debuggin mode modify the field u need and the use the modified value in the programme.

Edited by: Rocky on Feb 12, 2008 8:53 AM

Read only

Former Member
0 Likes
397

Hi,

If you want then you can modify your internal table data in debug mode. If you dont have other option then modify data through program,but which is not suggestable in SAP.

Rgds,

Bujji