cancel
Showing results for 
Search instead for 
Did you mean: 

Execute an ABAP Report From WebDynpro

former_member185029
Active Contributor
0 Kudos

Hello Xperts,

I was going through [this|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a086ce1e-b551-2b10-e4ba-bf7ac5e4b2d6] tutorial.

I am stuck at the statement


 cl_abap_structdescr=>get( comp_tab ). 

I am getting error that get method is unknown.

Can anyone please guide me what is the proper method to be used there?

I am using ECC6.0.

-Ashutosh

Accepted Solutions (1)

Accepted Solutions (1)

c-kobo
Advisor
Advisor
0 Kudos

Hi,

please use method cl_abap_structdescr=>create( comp_tab ).

best regards,

Christian

former_member185029
Active Contributor
0 Kudos

Thanks Christian,

Answers (0)