Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Class

Former Member
0 Likes
367

Hi,

Is there any standard ABAP Class for classical and interactive reports creating, for example SAP has provide cl_salv_table for generating ALV reports.

Thanks and Regards,

Navneeth K.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
336

Hello Navneeth

No, there is not any class available which automatically generates ALV reports. Class CL_SALV_TABLE only provides an easy means to generate and display an ALV grid yet you still have to create the report containing the select-options.

Perhaps the following links may be useful:

Regards

Uwe

Hi,

Is there any standard ABAP Class for classical and interactive reports creating, for example SAP has provide cl_salv_table for generating ALV reports.

Thanks and Regards,

Navneeth K.

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
337

Hello Navneeth

No, there is not any class available which automatically generates ALV reports. Class CL_SALV_TABLE only provides an easy means to generate and display an ALV grid yet you still have to create the report containing the select-options.

Perhaps the following links may be useful:

Regards

Uwe