cancel
Showing results for 
Search instead for 
Did you mean: 

How To Enhance a Standarad Method

Former Member
0 Kudos

Hi Experts,

I have a requirement where i need to enhance the standard method. The reason for this is:

In one of the portal, user will click on one number rellated to that number a standard adobe form will trigger.

For this standard adobe form the back end functionlaity is written in in one of the standard method of a stnadarad class.

Now i have copied that standard adobe form to my z adobe form and i have included some extra fields in that form.

Now what i want is i need to display my custom adobe form when we click on that number in portal.

For this purpose i need to enhance the standard method where the standard back end functionality is written and i need to populate the data for extra fields which i have included in adobe form.

Please suggest me how to enhance this standard method to include my custom code.

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Enhancement framework allows to add your code at :

1. Post-exit of existing method.

2. Pre-exit of existing method.

Once you are in enhancement mode , you will see all these methods for each of the existing methods in standard component.

For SAP Online help on Enhancement refer this :

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

Former Member
0 Kudos

Thanks for your response sourav, but these are not webdynpro classes and methods where we can have pre exits and post exits these are BSP classes and methods. Could you please guide me what exactly need to done to enhance the standard method. Could pls describe in describe in detail step by step process.

Venkat

Former Member
0 Kudos

Sorry Venkat.

For BSP classes, i have no idea.