‎2010 May 26 11:39 AM
Hi all,
Iam making a select statement as follows:
SELECT cdhdrusername cdhdrudate cdposchangeid cdposvaluenew
cdposvalueold cdpostabname cdposfeldname cdpostabkey INTO
CORRESPONDING FIELDS OF TABLE gt_cditab
FROM cdhdr INNER JOIN cdpos
ON cdhdrobjectclas = cdposobjectclas
AND cdhdrchangenr = cdposchangenr
WHERE cdhdrobjectclas = 'stue' AND cdhdrudate IN so_date
AND cdpos~tabname = 'stpo'
It gives me an error that For Pool-Tables,Cluster-tables and projection-views JOIN not allowed: "CDPOS".
Cant I get data from "CDPOS" using inner join?
What is the best and performant way to get data from these tables now.
Use "For ALL ENTRIES" .
Any suggestions are welcome.
Thanks
Koh
‎2010 May 26 11:56 AM
Use the FM is CHANGEDOCUMENT_READ*
Also refer the help:
http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa01d0493111d182b70000e829fbfe/frameset.htm
‎2010 May 26 11:56 AM
Use the FM is CHANGEDOCUMENT_READ*
Also refer the help:
http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa01d0493111d182b70000e829fbfe/frameset.htm
‎2010 May 26 12:25 PM
‎2010 May 26 12:28 PM