cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a report using multiple fields from many tables in webdynpro abap

Former Member
0 Kudos

Ma'am/Sir,

I want to know the way to create a report using multiple fields from many tables in webdynpro abap (ie at least 3 abap dd tables). In the select statement I want to use 'FOR ALL ENTRIES'. Can you please show me this with an example

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member219762
Contributor
0 Kudos

Hi Arun,

           First create View in dictionary from the tables which you want include in report.

Then select data as

  Select ...... from <view> for all entries in itab where <view-field> operator <itab-field>

Then create alv report as below

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0350bf0-f8d1-2c10-9287-a26b6a816...

Regards,

Sreenivas.