2008 Feb 15 10:25 AM
Hello,
I'm trying to create a view on a table, in SE11 transaction (type Database View). I would like defined an DISTINCT SQL statement but I don't know how to and where do this.
I also take this thread to ask you, why it's not possible to define join conditions with operators like : > < >= <= ? Only '=' operator is available in tab 'Table/Join Conditions' ?
Another SAP newbie question ... is it possible to define views by taping directly SQL statement ?
Thanks a lot,
GC.
Hello,
I'm trying to create a view on a table, in SE11 transaction (type Database View). I would like defined an DISTINCT SQL statement but I don't know how to and where do this.
I also take this thread to ask you, why it's not possible to define join conditions with operators like : > < >= <= ? Only '=' operator is available in tab 'Table/Join Conditions' ?
Another SAP newbie question ... is it possible to define views by taping directly SQL statement ?
Thanks a lot,
GC.
2008 Feb 29 8:45 AM
2008 Mar 19 7:11 AM
first you create a view in transaction se11
and while writing sql query in transaction se38
you use distinct statement
reward if useful
Edited by: sathish kumar on Mar 19, 2008 8:12 AM
2008 Mar 20 5:38 PM
Thanks, but I already do that.
My question is, is it possible to create directly a view "useful" (with distinct statement, with join ...) for an BW extractor for example ?
(Thus avoiding extractor based on function modules, when it's not really necessary ...)
2008 Mar 20 7:27 PM
I don't think it is possible. But you could still handle the duplicates on the BW side using an R/3 view. Just load a DSO, and overwrite the dups.
2008 Mar 20 5:46 PM
hi ,
Creating Database View:
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ed06446011d189700000e8322d00/content.htm
Creating Projection View:
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecc5446011d189700000e8322d00/frameset.htm
Creating Help View:
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecd2446011d189700000e8322d00/frameset.htm
Creating maintenance View:
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecdf446011d189700000e8322d00/frameset.htm
http://help.sap.com/saphelp_webas620/helpdata/en/cf/21ec5d446011d189700000e8322d00/content.htm
Rgds
venkat.