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: 

changes to be done in Standard Program

Former Member
0 Kudos

hi everyone,

i have a standard program which is a function pool this particular prgm is active but having a syntatic Error.

what can i do to remove this or correct this error?

please suggest.

7 REPLIES 7

Former Member
0 Kudos

Hi,

What you can do is copy that function pool in to some 'Z' program and then make changes to remove that particular error since it is standard it wont allow you / give to access to change it..so the option is to copy it and make the necessary changes..

Hope this helps.

Thanks,

Sneha.

0 Kudos

hi,

i did this, but its a function pool so i am not able to change.

its asking for access key

Former Member
0 Kudos

Hi Poonam,

If you are using ECC 6, you can check for Implicit Enhancement Option which you can get at Begin/End of Form routine / Function module / Method.

Thanks,

Kamesh Bathla

0 Kudos

i am using 4.7

0 Kudos

Before ECC 6, there is no option for implicit enhancement, you can not make changes directly to standard program unless there is enhancement available.

If still you want to do the change, then you need to copy the entire function module and implement your changes there itself.

Thanks,

Kamesh Bathla

Former Member
0 Kudos

Maybe you should check for notes before making any changes.

Rob

0 Kudos

any notes you can suggest?

actually i need to change a include in the function group.

how can i do that?

i also copied the function group to z function group but it is still asking me for access key.

what can i do?