Page 1 of 1

Extactiing data from SAP

Posted: Thu Apr 06, 2006 10:43 am
by sainath
HI
i want to extract data from SAP.i am using ABAP plugins.
i want to know is it possible to extract by joining 7 tables usning inner joins.please let me know
THKS

Posted: Thu Apr 06, 2006 10:54 am
by aditya
No. This functionality has to be definetly be implemented by the ABAP Programmers who will have to then give you the process chains and infospokes for you to extract the data

-- Aditya.

Posted: Thu Apr 06, 2006 11:05 am
by sainath
hi
I did not get you .
I am having 7 SAP tables and i am using
ABAP_Extract_PACK_for_SAP_R_3 stage to extract data from these tables using joins.i will be using SQL joins to extract data from these tables .I want to know can is it possible.i see that this stage is like oracle
oci stage.
please share your veiws.
thks

Posted: Thu Apr 06, 2006 11:13 am
by aditya
Are those tables part of SAP BW

hi

Posted: Thu Apr 06, 2006 11:21 am
by sainath
Hi
This are not part of SAP BW.I want to know how it effects.
thks
sai

Posted: Thu Apr 06, 2006 12:14 pm
by aditya
Sainath,

I had worked on the BW Pack. And the system over there was that the ABAP prorgrammers built process chains and infospokes ( a hub and spoke architecture ) and data flowed thru these spokes. The data was being made available by them thru processes known to them ( ie. they could have done some queying on the tables) Ask the ABAP Developers whether they could peform a join on those tables and make the data availble to you.

-- Aditya.