Page 1 of 1

SAP APO

Posted: Thu Dec 14, 2006 12:59 pm
by rickrambo
Hi,
we are adding SAP APO to our existing SAP infrastructure. What are the components that need to be installed on SAP APO app server? Documentation says about 'cofiles' and 'datafiles'. But want to make sure I am not missing anything else. Can somebody help?
Thanks,
Rick

Posted: Thu Dec 14, 2006 2:44 pm
by ray.wurlod
Might be worth asking your local SAP experts or SAP support provider.

Code: Select all

select * from datastage_users where sap_apo_clue > 0;

0 rows returned.

Posted: Thu Dec 14, 2006 8:40 pm
by kduke
Ray has gone from Full Wurlods to Full Groaners.

Posted: Thu Dec 14, 2006 9:06 pm
by narasimha
ray.wurlod wrote:

Code: Select all

select * from datastage_users where sap_apo_clue > 0;

0 rows returned.
Technical interpretation of the cluelessness!
Took me while to get the result of the query :wink:

Posted: Thu Dec 14, 2006 9:27 pm
by kumar_s
Took me while to get the result of the query
Then you better index on what you know, to avoid full table scan. Juz kidding. :wink:

Posted: Thu Dec 14, 2006 9:34 pm
by narasimha
kumar_s wrote:
Took me while to get the result of the query
Then you better index on what you know, to avoid full table scan. Juz kidding. :wink:
Nice one!
Missed the Explain Plan and Hints :wink:

Posted: Thu Dec 14, 2006 9:45 pm
by DSguru2B
You guys make me laugh :P