cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between the Webdynpro Component creation and Webdynpro Component interface creation

Former Member
0 Kudos

Hi,

Can anyone tell me the difference between Webdynpro Component creation and Webdynpro Component interface creation while creating a webdynpro application.

Thanks & regards

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

mangesh_sonawane
Participant
0 Kudos

In interface u can only create nodes methods and events u can not create any view or window in it

This interface is like normal interface in abap but only diference is u can add more functionality.

U can reuse this interface more than one time.

Its like component usage only but everytime when u call component all the windows and views will come but suppose u only want a methods or node then we go for interface

This is majorly use for reusability.

Former Member
0 Kudos

Hi,

Thanks for your valuable answer. I got an idea through your answer.

Thanks & Regards

Venkat

Answers (1)

Answers (1)

mangesh_sonawane
Participant
0 Kudos

In webdynpro component you can create windows,views everything .

Webdynpro interface is like interface in oops but here we can create node methods which are used for other programs also.

Eg. Suppose u have to create more webdynpro components for employee.

in this data will be same such as employee name, employee id,begin date,end date or some methods like get_data set_data in this node and methods u can use all where u want instead of creating everytime.

u just have call it in implemented interface tab tats all so it will reduce ur work & u can be able use it everywhere u want.

so the webdynpro component interface is use for reusabilty. When u want to reuse the component more than one time we create interface.

We can't create application for Webdynpro Component interface its only called in webdynpro component.

Thanks & regards,

Mangesh Sonawane

Former Member
0 Kudos

Hi Mangesh,

I am not clear with your ans kindly differentiate once again with simple words. So that I can get that clearly.

Thanks & Regards

Venkat