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

data transfer into .net

Former Member
0 Likes
766

hi every one,

i'm new to this integration part in sap,anyway i'm exicited to work.my issue is when ever the user enters the data in .net it should get loaded into sap database which is connected trough .net connectors.the data is huge.it is transfered as a file from .net how to upload.this is in FI module.plz help me out.my idea is to use edi or if the file is available in application server level we can write the bdc upload program.plz suggest me some way.immediate points will be rewareded to all the answers.

thank u in adavance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
719

hi, George Bamber

you can reference the following link:

if it isn't enough, please open a new topic, and I will explain for you.

thanks

6 REPLIES 6
Read only

athavanraja
Active Contributor
0 Likes
719

let me understand your requirement.

you have a .net application,

user enters some data

and you want that to be updated in SAP system.

if yes

you need to tell us which object you are trying to update in SAP system.

for example you want to process a FI transaction FB01, then you need to find the proper BAPI and you should be calling the BAPI which will update the system.

check the special forum for .net connector related questions.

Regards

Raja

Read only

Former Member
0 Likes
719

hi, you should create a proxy class through SAP dotnet connector, which is for call a proper BAPI to import data into SAP sever.

you can search the BAPI in sap, tcode 'BAPI'.

And in your dotnet application, read the entry of file, call the method of proxy class with those value you read.

BAPI will be called remotely, your target will achieve.

hope it will be helpful

thanks

By the way, the BAPI won't cost too much time , comparing to the BDC. So even the amount is large, you can try BAPI too.

Read only

0 Likes
719

Hi Zhenglin

You mentioned in a previous post about having an example RFC server in .Net - can you post the link or email me directly.

Thanks

George

Read only

Former Member
0 Likes
720

hi, George Bamber

you can reference the following link:

if it isn't enough, please open a new topic, and I will explain for you.

thanks

Read only

0 Likes
719

hi Zhenglin

I see the thread but will start a new topic in the .Net forum.

Also your email address doesn't work.

Thanks

Read only

0 Likes
719

hi,

your link is of great help,now i'm having several questions in my mind.i will explain clearly.i need to transfer a text file which contains a number of records,for example a user created a sales order,this sales order will be stored in file.like that the file may contain 500 sales orders,when concern authority triggers abutton in .net the file should tranfer to sap and loaded correspondingly.from sap side how should i handle the situation plz help me out.thank u