cancel
Showing results for 
Search instead for 
Did you mean: 

Why can some components not be enhanced?

Former Member
0 Kudos

I tried to enhance component LOY105A_PA. However, the button "Enhance Component" does not show up when you display it.

Why is it? Was the component somehow generated with a wizard or something?

Is it still possible to enhance the component?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Martin,

You should implement OSS Note 2207547 - Enhance Component button missing. Due to error in standard code, you are not able to enhance components containing "Y" or "Z" in component name.

OSS Note solves coding eror in the following method;

Include: BSP_WD_APPL_WD_NEWC06

Method: prepare_output

The following code should be corrected.

     Find REGEX '[Y*|Z*]' in gs_start_dialog-appl IGNORING CASE.

Best Regards,

Serkan.

Former Member
0 Kudos

Hello Serkan. We logged this with SAP and they came back with the same note. Thanks for replying; I am marking yours as the correct answer.

Answers (1)

Answers (1)

praveen_kumar194
Active Contributor
0 Kudos

it can be enhanced. did you select the enhancement set on the first screen. please select some enhancement set and then display. on the second screen, you can see the button.

if you are not able to see the enhancement set field on first screen, click on the small button next to the input field of component. it has a tooltip go to enhancement.

hope it helps.