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

Changing System fields forcefully

Former Member
0 Likes
309

Dear all,

Is there anyway to change the system fields forcefully.

For instance, We cannot change the Sy-tcode. Is there any way to do this.

Regards

Jiku

1 REPLY 1
Read only

Former Member
0 Likes
268

hi.,

we can change the system fields forcefully.

but after executing that stmt changed value will be vanished from System field.

To over come this

declare a local variable and pass the system field value to that variable.

do changes on that later.

Regards.,

Chandra