cancel
Showing results for 
Search instead for 
Did you mean: 

Appraisal process. addiing a custom button and methods in HAP_MAIN_DOCUMENT

Former Member
0 Kudos

Hi,

I want to add one button in VW_BODY_VIEW of component HAP_MAIN_DOCUMENT.

Is it possible in configuration level or I have to use enhancement points?

and the smae way, I have to create one more view in this component.

Just want ti confirm whether to go with Enhancement point or with configuration level.

Regards,

sarath.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

With configuration, adding new UI's cannot be achieved.

You have to go for Enhancement Framework to add new UI's.

Former Member
0 Kudos

hi ,

u can use enhancements for the existing standard WD ABAP components .

u can add code at the PreEit and PostExit of the existing method.

refer SAP online help :

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/c5/f4b9422e0fb911e10000000a1550b0/frameset.htm

regards,

amit