2005 Oct 08 9:27 PM
Hello, i have an external database with data that must be imported into sap tables periodically. What would you recommend for this? writing a program on java and connect it to sap and then calling a function module to store de data?
thanks in advance,
Unknown.
2005 Oct 09 5:35 PM
I will recommend writing an ABAP program and schedule it as a batch job (recurring). To connect to external database from ABAP program refer to following mails -
http://www.sapfans.com/sapfans/forum/intface/messages/4289.html
and
Cheers,
Sanjeev
2005 Oct 09 5:35 PM
I will recommend writing an ABAP program and schedule it as a batch job (recurring). To connect to external database from ABAP program refer to following mails -
http://www.sapfans.com/sapfans/forum/intface/messages/4289.html
and
Cheers,
Sanjeev
2005 Oct 09 7:10 PM
2005 Oct 10 4:58 AM
2005 Oct 10 3:41 PM
Hi, thanks everyone for your responses, which way is easier and better? writing abap program or the abap connection mode?
are there any standard bapis to write tables or do i have to create them?
thanks in advance.
2005 Oct 10 3:45 PM
I would say that using native SQL in an ABAP program would be easier. Check out this link.
http://help.sap.com/saphelp_46c/helpdata/EN/b3/277977713411d194c20000e8353423/frameset.htm
Please remember to award points for helpful answers. Thanks.
Regards,
Rich Heilman
2005 Oct 10 3:51 PM