cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Default importing parameters in Event handler

naresh_bammidi
Contributor
0 Likes
1,212

Hi All,

What are all the default importing parameters for the event handler method instead of WDEVENT? I have seen some handler methods which is having ID as an importing parameter.I tried to find out all default parameters,but couldn't succeed.Can any one please tell me the way to find out the default  parameters.

Thanks

Naresh Bammidi

View Entire Topic
Former Member
0 Likes

Default importing parameters are ID & CONTEXT_ELEMENT alongwith instance of class CL_WD_CUSTOM_EVENT (which will be created automatically when checkbox Transfer UI Event parameters is selected while creating an action).  See General Information About Methods and Properties of UI Elements (SAP Library - Web Dynpro ABAP) for reference.

Custom parameters can be added in the parameter table of application defined class instance, which can be accessed by GET_DATA method.  See Parameter Mapping (SAP Library - Web Dynpro ABAP) for more information.

Regards, Vinod