Share via


Project Files

The following table describes the files contained in the ERP Connector Solution Starter pj11ERPConnector.exe file, which is available from the Microsoft Download Center. The installation and use of these files is described in other topics of this solution starter.

If you execute the pj11ERPConnector.exe download and extract the files to the default directory, you can find these files in the following directory:

[Program Files]\Microsoft Office 2003 SDKs\Microsoft Office Project 2003 SDK\Solution Starters\ERP Connector

Subdirectory File Description
pj11ERPConnector.chm HTML Help file that contains all of the topics in the solution starter.
Installation files for ERP Connector
Bin actuals_csv.xsl Extensible Stylesheet Language Transformation (XSLT) file for transforming the work actuals XML data to the format for mySAP™ ERP Financials.
    " Configuration.dll
EnterpriseCustomFieldPDSExtender.dll
EventLogging.dll
HRModule.dll
Compiled assemblies and components for the ERP Connector. EnterpriseCustomFieldPDSExtender.dll is a PDS extension that can be used independently of ERP Connector.
    " ConfigurationSchema.xsd XML Schema for SAPConverterConfig.xml, the ERP Connector administration configuration file.
    " SAP Schema.xsd XML Schema for the project creation data files that are exported from the financial integration components.
Bin
  \Archive
Readme.txt
SAPCOPDSExtender.dll
SAPFIPDSExtender.dll
Compiled assemblies for the Finance Projects and WBS modules, for demonstration only.

Note  The SAPCOPDSExtender.dll and SAPFIPDSExtender.dll asemblies require modification and recompiling to use the PDS Web service on production systems. For information, see Installing the Project Server Components.

Bin
  \RegFiles_Edit
EnterpriseCustomFieldPDSExtender.reg
HRModule.reg
SAPCOPDSExtender.reg
SAPFIPDSExtender.reg
Files used to register the PDS extension classes for COM. These files require editing of the "codeBase" string value if you do not install the PDS extensions in the default directory. For information, see Installing the PDS Extensions.
    " SAPFIPDSExtender.reg File used to register the PDS extensions with Project Server.

Note  Requires editing to avoid overwriting any existing PDS extensions.

Bin
  \SAPConnectorAdmin
Admin_SAP_Connector.aspx
Adminstyles.css
Global.asax
Web.config

Installation files for the ERP Connector administration Web page. For information, see Creating the Administration Web Site.

Note  This directory contains only the files needed to install the Web page. Full source code and project files are in the download directory \Source\SAPConnectorAdmin.

    " SAPConverterConfig.xml Sample XML configuration file saved by the ERP Connector administration page. The actual content depends on which ERP Connector modules are installed.
Bin
  \SAPConnectorAdmin\bin
SAPConnectorAdmin.dll
SAPConnectorAdmin.pdb
Compiled assembly and debug symbol files for the ERP Connector administration Web page.
UML diagrams for the PDS extensions
Diagrams CO-PSModuleClassDiagram.gif
CO-PSModuleClassDiagram.vsd
Class diagram for ProjectCreateSAP. For information, see ProjectCreateSAP Method.
    " FIModuleClassDiagram.gif
FIModuleClassDiagram.vsd
Class diagram for GetActualsSAP. For information, see GetActualsSAP and GetEnterpriseTaskFieldValue Methods.
    " HRModuleClassDiagram.gif
HRModuleClassDiagram.vsd
Class diagram for ProcessHRDataSAP. For information, see ProcessHRDataSAP Method.
    " SequenceDiagram_ SAP_CO-Import.gif
SequenceDiagram_SAP_PS-Import.gif
SequenceDiagram_SAP_COPS-Import.vsd
Sequence diagrams for ProjectCreateSAP.
Source code and developer documentation
Source strong.snk Sample strong name key for compiling .NET assemblies, specified in each project's AssemblyInfo.cs file.
Source
  \AdditionalDocumentation
SAPConnector Configuration.chm
SAPConnector HRModule.chm
SAPConnector   Project   Import   COPS.chm
SAPConnector FIPDSExtender.chm
HTML Help files with developer documentation for the ERP Connector .NET assemblies.
Source
  \AdditionalDocumentation
  \HTMLHelpSource
\Configuration
\HRModule
\SAPCOExtender
\SAPFIPDSExtender
Subdirectories with the HTML Help Workshop source files.
Source
  \Configuration
AssemblyInfo.cs
Configuration.cs
Configuration.csproj
Configuration.sln
Configuration.suo
    \bin and \obj subdirectories
Visual Studio .NET project, source, and compiled files for the Configuration.dll assembly.
Source
  \EnterpriseCustomFieldPDSExtender
AssemblyInfo.cs
Database.cs
EnterpriseCustomFieldPDSExtender.cs
EnterpriseCustomFieldPDSExtender.csproj
EnterpriseCustomFieldPDSExtender.sln
Extender.cs
    \bin and \obj subdirectories
Visual Studio .NET project, source, and compiled files for the EnterpriseCustomFieldPDSExtender.dll assembly. For more information, see EnterpriseCustomFieldValueUpdate Method.
Source
  \EventLogging
AssemblyInfo.cs
Eventlogging.cs
Eventlogging.csproj
Eventlogging.sln
    \bin and \obj subdirectories
Visual Studio .NET project, source, and compiled files for the EventLogging.dll assembly.
Source
  \HRModule
AssemblyInfo.cs
Datatypes.cs
Extender.cs
Formula.cs
HRDataRequestParser.cs
HRModule.csproj
HRModule.sln
PDSEnterpriseOutlineCodeValuesParser.cs
PDSInterface.cs
PDSResourceCodeValuesParser.cs
PDSResourcesAddParser.cs
PDSResourceStatusResponseParser.cs
SAP_HR_PDSExtension.cs
SAP_HR_Processor.cs
    \bin and \obj subdirectories
Visual Studio .NET project, source, and compiled files for the HRModule.dll assembly. For more information, see ProcessHRDataSAP Method.
Source
  \SAPConnectorAdmin
Admin_SAP_Connector.aspx
Admin_SAP_Connector.aspx.cs
Admin_SAP_Connector.aspx.resx
Adminstyles.css
AssemblyInfo.cs
Global.asax
Global.asax.cs
Global.asax.resx
SAPConnectorAdmin.csproj
SAPConnectorAdmin.csproj.webinfo
SAPConnectorAdmin.sln
Web.config
    \bin subdirectory
Visual Studio .NET project, source, and compiled files for the ERP Connector configuration Web page.

Note  The download directory \Bin\SAPConnectorAdmin contains only the files needed for installing the Web page.

    " SAPConverterConfig.xml Sample XML configuration file saved by the ERP Connector administration page. Duplicate of the same file in the download subdirectory \Bin\SAPConnectorAdmin.
Source
  \SAPCOPDSExtender
AssemblyInfo.cs
Converter.cs
ConverterDecorator.cs
ConverterFactory.cs
Extender.cs
PDSCall.cs
SAPConverterFactory.cs
SAPCOPDSExtender.cs
SAPCOPDSExtender.csproj
SAPCOPDSExtender.sln
SAPCOProjectConverter.cs
SAPCreateProjectConverter.cs
SAPPSProjectConverter.cs
SAPPSTaskConverter.cs
SAPPSTasksConverter.cs
XmlConversion.cs
Visual Studio .NET project and source files for the SAPCOPDSExtender.dll assembly. For more information, see ProjectCreateSAP Method.
    "     \Web References subdirectory Contains the files that reference the PDS Web service on a Project Server computer. Requires an update in Visual Studio .NET for your Project Server before compiling.
Source
  \SAPFIPDSExtender
ActualsDataTable.cs
ActualsDataTable.resx
AssemblyInfo.cs
Database.cs
Extender.cs
GetActualsSAP.cs
SAPFIPDSExtender.cs
SAPFIPDSExtender.csproj
SAPFIPDSExtender.sln
Visual Studio .NET project and source files for the SAPFIPDSExtender.dll assembly. For more information, see GetActualsSAP and GetEnterpriseTaskFieldValue Methods.
    "     \Web References subdirectory Contains the files that reference the PDS Web service on a Project Server computer. Requires an update in Visual Studio .NET for your Project Server before compiling.
Source
  \SAPSystem
install_hints_d.txt
install_hints_e.txt
Installation hints for mySAP ERP administrators, in German and English.
    " LYTPGF99.txt
LYTPGTOP.txt
z_tpg_employee_orgunit_xml.txt
z_tpg_project_getinfo_xml.txt
z_tpg_update_CAT2.txt
Source code for the ABAP™ language extensions for mySAP ERP. For information on how to use the code in mySAP ERP, see Installing the Components for mySAP ERP.
    " Transport.zip Contains the mySAP ERP transport order for the YTPG development class and function group.
Test files
Tests
  \Test   cases   SAPCOPDSExtender
    \CO and \PS subdirectories Test files for project creation with the financial integration components. For descriptions of the files, see Test Cases.
Tests
  \Testinput_HR
(eleven XML files) Test files for the HR module integration. For descriptions of the files and tests, see Acceptance Test and Additional Tests.