Moses Yap
:-) A happy IT Guy

SAP B1: Getting information on the Database Schema

June 12, 2008 08:43 by moses.yap
For SAP B1 developers, its sometimes difficult to determine which table to select from, specially with so many tables and columns on the DB.  It does not help much that the table names can be pretty cryptic as well.  Here are some places to get information: 1.  SAP SDK documentatio... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: SAP B1
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

SAP B1: Creating a User Defined Table using C#

May 20, 2008 07:02 by moses.yap
User defined tables are used to store custom information in SAP B1.  A user define table is a tabular container that can contain multiple user defined fields and can be grouped together to form a User Defined Object (UDO).  A user defined table can be of type Master Data, Master Data Row... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: .NET | C# | SAP B1
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

SAP B1: Connecting to the DI Server

May 17, 2008 03:51 by moses.yap
The DI (Data Integration) Server exposes services and APIs for a developer to interact with the business objects and eventually the data store of SAP Business One.  This article is about connecting to the DI Server, first using Single Sign On, which uses the instance of an already running SAP B... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: .NET | C# | SAP B1
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed