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

SAP Migration Project

Former Member
0 Likes
564

Hello folks,

I am working on SAP migration project for my college.We have web portal developed in ASP.NET now our faculty member want me to migrate data in SAP.we want to built automated system and both way communication means i want to take out data from SAP and send to NON-SAP server and fetch data from NON-SAP server.communicatation should be in both ways. can any body tell me RFC and BAPI is useful approach or should go for different approch?Should i have to prepare database tables means Z-tables in SAP in order to synchronize with ASP.NET database table. Please give reply.

Hello folks,

I am working on SAP migration project for my college.We have web portal developed in ASP.NET now our faculty member want me to migrate data in SAP.we want to built automated system and both way communication means i want to take out data from SAP and send to NON-SAP server and fetch data from NON-SAP server.communicatation should be in both ways. can any body tell me RFC and BAPI is useful approach or should go for different approch?Should i have to prepare database tables means Z-tables in SAP in order to synchronize with ASP.NET database table. Please give reply.

4 REPLIES 4
Read only

Former Member
0 Likes
532

Hello Nirad,

It depends on where you want to take the data from SAP when yo are accessing from outside SAP. There are lot of standard BAPIs available when you want to read from SAP for standard processes.

If a standard BAPI is not available , then you create a RFC to communicate with external source.

Thanks,

Kalyan

Read only

Former Member
0 Likes
532

Hi ,

This is not standard process have to take out data from ASP.NET server and no process has been defined in SAP yet. I have to define database means i have to create z-tables right. So there will not be any BAPI for non-standardized process. I<b> have to create RFC and Z-table for that</b>. Am i right or wrong?

Read only

0 Likes
532

Hello Nirad,

then you have to create Z tables and RFCs.

Thanks,

Krishna

Read only

0 Likes
532

have u ever created these?