cancel
Showing results for 
Search instead for 
Did you mean: 

Defining a method with importing parameter as a table in Web dynpro

Former Member
0 Kudos

Hi,

I want to create my own method in Web dynpro with importingand exporting parameter as a table is it possible to do?

If yes how can it be done.

Thanks,

Nishant

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hi,

> I want to create my own method in Web dynpro with importingand exporting parameter as a table is it possible to do?

> If yes how can it be done.

>

>

> Thanks,

> Nishant

Most certainly. Just go to the methods tab of the component controller or the View. You can create a method there. Double click on the method to bring up the method editor. Above the ABAP editor is a table where you can input exporting or importing parameters. Supply a parameter type that is a table type ( data dictionary table type) as you can use the "TABLE OF" statement within the Associated Type column.