ā2014 Mar 05 6:21 AM
Hi experts,
I am trying to enhance a standard SAP program. I want to add two new fields(select options)to the selection screen. I want to add them to the existing block. How can I do that ? I am using implicit enhancement . Please give your inputs.
ā2014 Mar 05 6:27 AM
Hi Rino,
You probably can't add to an existing block using implict enhancement. But would be helpful if you tell us which program is this that you want to enhance.
Cheers,
Custodio
ā2014 Mar 05 6:27 AM
Hi Rino,
You probably can't add to an existing block using implict enhancement. But would be helpful if you tell us which program is this that you want to enhance.
Cheers,
Custodio
ā2014 Mar 05 6:51 AM
ā2014 Mar 05 7:01 AM
Rino,
You can do this by using enhancement section. This will copy the entire code into your section at the same time the standard code would not execute. So, you can play with code what ever you have inside enhancement section.
Regards,
Venkat.
ā2014 Mar 05 7:03 AM
Venkat B how do you know enhancement section is available in the report when we dont know the report..
ā2014 Mar 05 7:15 AM
Psychic powers?
OR copying entire code to implicit enhancement at beginning, and putting exit at end of enhancement. This would be a very crude form of enhancement-section-anywhere-anytime.