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

Adding select-options

Former Member
0 Likes
831


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.

1 ACCEPTED SOLUTION
Read only

custodio_deoliveira
Active Contributor
0 Likes
749

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

5 REPLIES 5
Read only

custodio_deoliveira
Active Contributor
0 Likes
750

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

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
749

Hi Rino

Please provide the details of the program

Nabheet

Read only

former_member206479
Participant
0 Likes
749

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.

Read only

0 Likes
749

Venkat B how do you know enhancement section is available in the report when we dont know the report..

Read only

0 Likes
749

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.