cancel
Showing results for 
Search instead for 
Did you mean: 

without ABAP progrm can we pull the data from ECC table

Former Member
0 Kudos

Is it possible to define in Table attract XI SAP as a whole what it is, without having to configure ABAP program in R / 3 to collect all send XI?

JOB is run on XI pull an entire table into a file folder and put it online?

Can we usse jdbc adapter anyhow to pull the records frm SAP database tables........

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

answerd thx

former_member187339
Active Contributor
0 Kudos

Hi,

>>Is it possible to define in Table attract XI SAP as a whole what it is, without having to configure ABAP program in R / 3 to collect all send XI?

Yes, but not recommended by SAP... Remeber SAPECC or R3 is installed over a DB so you have the tables there, and you can pull data through it.. but always go for an ABAP program to do so..

>>JOB is run on XI pull an entire table into a file folder and put it online?

yes this can be done, with the JOB calling an abap program (through XI or any other way)

>>Can we usse jdbc adapter anyhow to pull the records frm SAP database tables........

Again yes, but not recommended..

Regards

Suraj

Former Member
0 Kudos

Hi,

That is possible to use jdbc connection to extract data directly from sap table. but then it's not recommended by SAP. I have done it before.

Why not you just write simple abap program to extract the data in ECC but the trigger point can be in the SAP XI job.

Cheers

Fernand

Former Member
0 Kudos

Hi,

what will be required for this to use jdbc at sender side........

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi I think its possible using Java maping ,How we perform RFC Lookup using UDF or JAVA Mapping use the same logic to conect SAP ECC and we can retrive the sap table info.

Regards,

Raj