I have a asp.net web app and i want to update SAP whenever a particular transaction happens with my asp.net app. I want to know if any SAP API or Web Service available from SAP using which i can update SAP .
SAP provides some DLLs for use in your web app. You need to see their dev kits for this. They also provide samples, but again you will want to go to an SAP support site, not an ASP.NET one.
Have you read the book? - ASP.Net 3.5 CMS Development (now on Kindle)
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
have a asp.net web app and i want to update SAP whenever a particular transaction happens with my asp.net app. I want to know if any SAP API or Web Service available from SAP using which i can update SAP .
Well SAP uses Oracle that too integrated inside the architecture. As far as I know you cant directly talk with the database.. All You have to do is create RFC function call to communicate with the database..
Well SAP uses Oracle that too integrated inside the architecture. As far as I know you cant directly talk with the database.. All You have to do is create RFC function call to communicate with the database..
This would be incorrect in multiple ways.
1) Its not DB specific. We used SAP on an MS SQL backend/
2) You CAN access the db directly (I did just that) but you SHOULDN'T unless you are READ ONLY since any writing would likely corrupt the system.
3) SAP Provides an API to access their DBs for data if you want to write your own apps.
Have you read the book? - ASP.Net 3.5 CMS Development (now on Kindle)
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
chandanX
Member
6 Points
27 Posts
How to update SAP DB from Asp.net App
Feb 26, 2013 05:55 AM|LINK
I have a asp.net web app and i want to update SAP whenever a particular transaction happens with my asp.net app. I want to know if any SAP API or Web Service available from SAP using which i can update SAP .
If anyone knows it plz let me know.
Thanks,
Chandan
Curt_C
All-Star
66014 Points
7639 Posts
Moderator
Re: How to update SAP DB from Asp.net App
Feb 26, 2013 01:07 PM|LINK
SAP provides some DLLs for use in your web app. You need to see their dev kits for this. They also provide samples, but again you will want to go to an SAP support site, not an ASP.NET one.
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
chandanX
Member
6 Points
27 Posts
Re: How to update SAP DB from Asp.net App
Feb 27, 2013 05:48 AM|LINK
Nothing new you told!!
Curt_C
All-Star
66014 Points
7639 Posts
Moderator
Re: How to update SAP DB from Asp.net App
Feb 27, 2013 01:14 PM|LINK
You're right, other than the fact that I was telling you that you are in the wrong place. That was the point.
It was that or request deletion of the post, thought I'd be nice.
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
geniusvishal
Star
13984 Points
2783 Posts
Re: How to update SAP DB from Asp.net App
Mar 12, 2013 01:53 PM|LINK
Well SAP uses Oracle that too integrated inside the architecture. As far as I know you cant directly talk with the database.. All You have to do is create RFC function call to communicate with the database..
Refer this link..
http://www.codeproject.com/Articles/25523/Integration-of-Net-Application-With-SAP
Let me know in case of issues...
My Website
www.dotnetvishal.com
Curt_C
All-Star
66014 Points
7639 Posts
Moderator
Re: How to update SAP DB from Asp.net App
Mar 12, 2013 04:21 PM|LINK
This would be incorrect in multiple ways.
1) Its not DB specific. We used SAP on an MS SQL backend/
2) You CAN access the db directly (I did just that) but you SHOULDN'T unless you are READ ONLY since any writing would likely corrupt the system.
3) SAP Provides an API to access their DBs for data if you want to write your own apps.
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!