‎2009 Jul 14 6:22 PM
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.
‎2009 Jul 14 6:28 PM
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
‎2009 Jul 14 6:31 PM
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.