2005 Nov 09 7:30 AM
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.
2005 Nov 09 7:35 AM
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
2005 Nov 09 7:39 AM
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