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

Report Writer

Former Member
0 Likes
447

I wish to generate a report with report writer fetching values from 2 different tables viz GLTO and SKB1.

I wish to have 2 fields from GLTO and 2 from SKB1.

Can this be achieved? If yes can anyone help me out?

Thanks in advance.

I wish to generate a report with report writer fetching values from 2 different tables viz GLTO and SKB1.

I wish to have 2 fields from GLTO and 2 from SKB1.

Can this be achieved? If yes can anyone help me out?

Thanks in advance.

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Likes
427

Hi,

why don't you use a query : transactions sq01 and sq02 ?

-> use logical datbase sdf : tables skb1 and skc1c

(skc1c has the content of glt0)

regards Andreas

Message was edited by: Andreas Mann

Read only

Former Member
0 Likes
427

I guess it's better to use SAP queries, if you want to extract fields from several tables.

http://help.sap.com/saphelp_webas610/helpdata/en/d2/cb3efb455611d189710000e8322d00/frameset.htm

Svetlin