Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

REG : Data extraction

Former Member
0 Likes
402

Hi all

i have a requirement where i need to bring in data from SAP to NON SAP.....pls share with me which is the best method to employ

this is for bank project where pay roll accounts and other details...

kindly help me on this

can i use sap predefined tools or ALE IDOC.

2 REPLIES 2
Read only

Former Member
0 Likes
370

Hi,

For which transaction you are getting the data?

No need to use the ALE . try to use the required BAPI fucntion modules.

regards,

Rama reddy

Read only

Former Member
0 Likes
370

ALE,IDOC is a technique .Yes

But it may take some time for you to actually feel comfortable.I suggest try native sql commands

using EXEC key word ,logging on to database ,running native sql queries there and take data into internal table.

I remember one payroll application being implemented in such a way that used uploading of data on to gls every month.