Click here to Skip to main content
15,892,927 members
Articles / Productivity Apps and Services / SAP

How to Integrate SAP Business Data Into SharePoint 2010 Using Business Connectivity Services and LINQ to SAP

Rate me:
Please Sign up or sign in to vote.
4.95/5 (13 votes)
6 Nov 2010CPOL8 min read 181.4K   1.3K   22  
This article describes how to integrate SAP business data like customer data into SharePoint 2010 using Business Connectivity Services (BCS) and LINQ to SAP.

This article appears in the Third Party Products and Tools section. Articles in this section are for the members only and must not be used to promote or advertise products in any way, shape or form. Please report any spam or advertising.


Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ERPConnectToBCS", "ERPConnectToBCS\ERPConnectToBCS.csproj", "{F45C1B18-85F3-48C0-B3DA-768DE8DBE164}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F45C1B18-85F3-48C0-B3DA-768DE8DBE164}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F45C1B18-85F3-48C0-B3DA-768DE8DBE164}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F45C1B18-85F3-48C0-B3DA-768DE8DBE164}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{F45C1B18-85F3-48C0-B3DA-768DE8DBE164}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F45C1B18-85F3-48C0-B3DA-768DE8DBE164}.Release|Any CPU.Build.0 = Release|Any CPU
		{F45C1B18-85F3-48C0-B3DA-768DE8DBE164}.Release|Any CPU.Deploy.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Germany Germany
I’m a software developer based in Germany.

Homepage

Comments and Discussions