biuan SAP® BUSINESS ONE SDK
DTW Project Codes
API Project
Project Object

Description

A data structure object holding properties for the ProjectsService (Code and Name).

Source table: OPRJ.

Object Model

See Also

SAP® B1 DI-API C# definition

public class ProjectClass : IProject, Project { public virtual BoYesNoEnum Active { get; set; } public virtual string Code { get; set; } public virtual string Name { get; set; } public virtual Fields UserFields { get; } public virtual DateTime ValidFrom { get; set; } public virtual DateTime ValidTo { get; set; } public extern ProjectClass(); public virtual extern void FromXMLFile( string bstrFileName); public virtual extern void FromXMLString( string bstrXML); public virtual extern string GetXMLSchema(); public virtual extern void ToXMLFile( string bstrFileName); public virtual extern string ToXMLString(); }

API Project
Project Property

Description

Sets or returns the project code related to the document.

Field name: Project.

Length: 8 characters

This is a foreign key to Project Codes table - OPRJ. You can work with this table using the ProjectsService.

Property type

Read-write property

Syntax

Visual Basic
Public Property Project() As String

Remarks

In SAP Business One, you can relate business transactions to projects. This can help you to create cost/income analyzes reports based on projects.

See Also

Related information


Projects Service ProjectsService Service· Table: OPRJ
This service manages projects in SAP Business One. The service enables to add or delete projects, and update projects' name and code. Source table: OPRJ.



SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates