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

ABAP Interface

Former Member
0 Likes
603

Through the interface I want to extract the monthly or daily data from the mainframe database and place into the SAP of transaction FB01 or FB50.

So, which tool will better for daily data transfer from legacy system to sap system? why?

Manoj...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
579

Hi,

In your case it is better to use FIle system's.You can use the Connect direct server if you are aware of that.Write a Z programme that will upload the legacy data (in form of files) in to SAP.

Harry

4 REPLIES 4
Read only

Former Member
0 Likes
580

Hi,

In your case it is better to use FIle system's.You can use the Connect direct server if you are aware of that.Write a Z programme that will upload the legacy data (in form of files) in to SAP.

Harry

Read only

Former Member
0 Likes
579

Hi manoj,

I would suggest you to interface SAP with your mainframe database through SAP XI which is a middleware tool used to transfer data between any system with cost efficient and easy to work.

And for more information post your query with details in XI FORUM.

Thanks

Sudharshan

Read only

Former Member
0 Likes
579

Hi Manoj .,

It depends on the system landscap .

if ur client have Middle ware like XI or any othere .,it will fine and You can make interface with

SAP - XI- Mainframe .

otherewise get data from Mainframe in the form of Flat File and Write a BDC for the transactions .

thanks

Sreenivas Reddy

Read only

Former Member
0 Likes
579

Hi,

If you go by standards then SD/ MM are generally IDOC based,that is the transactional data is distributed using Message control ( IDOC's) . XI will be involved when you setup ALE/EDI in SAP.

For financial data as is the case with you ,Files are the prefered medium.

Thnx!

Harry