2009 Feb 23 10:43 AM
Hi,
I'm new to ABAP Query. I want to include a table and join with an existing table in abap query. how to do this?
Check SAP F1 Help .....
Type INER JOIN in se38 and press F1 selecting that
Regards,
Prakash
2009 Feb 23 10:44 AM
Check for ABAP Documentation for SQL BAsics... Or search it in forums
2009 Feb 23 10:44 AM
Hi:
[Link|http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp]
Regards
Shashi
2009 Feb 23 12:02 PM
Thanks. But Query already exists. I want to add one more table to this. which transaction do I use for that? is it SQ01 ? then how to proceed?
2009 Feb 23 12:14 PM
Did you start SQ01? How is it called, does that sound right? Did you try looking at help -> application help?
Even if you're new to it you should do a basic amount of research yourself, then what you found out will stick much better.
Thomas
2009 Feb 23 10:45 AM
Check SAP F1 Help .....
Type INER JOIN in se38 and press F1 selecting that
Regards,
Prakash
2009 Feb 23 10:48 AM
Hi
select lipsvbeln lipslfimg likp~wadat
into corresponding fields of table ltab_orders
from lips join likp on ( lipsvbeln = likpvbeln )
join vbfa on ( lipsvbeln = vbfavbelv )
where lips~matnr = matnr
and lips~vbeln in vbeln
and likp~vbeln in vbeln
and vbfa~vbelv in vbeln
and lips~werks in werks
and likp~wadat in datum
and vbfa~vbtyp_n = 'Q'
and vbfa~vbtyp_v = 'J'.
Thanks,
Neelima.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |