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

Enhancement issue

Former Member
0 Likes
505

Hi All,

I have copied t-code co46 to zco46 and cosecutively many includes and function groups.

One of the z function groups that i have copied there is a subroutine in which i have to comment a message statement.

When I comment that it shows syntactically correct however the moment i try to activate that it gives a information message a new enhancement point will be created and it also provides a name of that point. When I give the package and a request name to that point it again gives me the same dialog box.

Please provide a solution i only need to comment that statement that has already become z.

Edited by: FARKAN on Aug 3, 2010 9:42 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
433

Hello Farkan,

First of all it is not at all a good practice to copy a transaction for customer purpouse as it will create alot of problems in future. In case of any patch updation(SAP note) it wont affect your Z-transaction.If the requiremnt is that much convincing then you can proceed else please don't do it.

Now your currrent issue is coz SAP is trying to create several enhancement points within the transaction.

You may have to give several names , then only this pop up will stop.

Regards,

Antony Thomas

2 REPLIES 2
Read only

Former Member
0 Likes
434

Hello Farkan,

First of all it is not at all a good practice to copy a transaction for customer purpouse as it will create alot of problems in future. In case of any patch updation(SAP note) it wont affect your Z-transaction.If the requiremnt is that much convincing then you can proceed else please don't do it.

Now your currrent issue is coz SAP is trying to create several enhancement points within the transaction.

You may have to give several names , then only this pop up will stop.

Regards,

Antony Thomas

Read only

0 Likes
433

Thanks Thomas,

Sorry for the late reply, I created a new include in se38 and then copied the entire code into that.

After that i deleted all the enhancement statements from it as a result of which it allowed me to modify the rest of the code.