Application Development 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: 

The enhancement I did for custom t-code(ZVK11) that is replicating in VK11 also.

former_member558073
Discoverer
0 Kudos

I have created Custom T-code(ZVK11) same like Standard T-code(VK11)

Whatever the enhancement I did for ZVK11 that is replicating in VK11 also.

The enhancements what I did has to work only when I run ZVK11 t-code

If I run VK11 it has to follow the standard code only.

Can anyone help me in this issue.

Thanks in advance

2 REPLIES 2

rajkumarnarasimman
Active Contributor

Hi Selvapriya,

"I have created Custom T-code(ZVK11) same like Standard T-code(VK11)

Why custom transaction is created for VK11? What is the actual requirement?

"Whatever the enhancement I did for ZVK11 that is replicating in VK11 also.

If it is custom transaction(ZVK11), then again why enhancement is coming into picture, you can edit directly in the code??

In ZVK11, are you pointing to custom program or standard program?

While copying the main program, did you copied the includes also or using the standard include itself?

"The enhancements what I did has to work only when I run ZVK11 t-code

Instead of complicating too many things, you can check the following things

  1. ZVK11 should point to standard program instead of custom program and
  2. Inside enhancement you can check SY-TCODE and that help to execute the remaining program only for ZVK11.

Regards

Rajkumar Narasimman

kiran_k8
Active Contributor
0 Kudos

Selvapriya,

Good that you had idenified the potential disaster.

That is why elders strongly advice us, not to clone standard programs.

K.Kiran.