How to call SAP Business One Service Layer from HANA XS
As you might know our SAP Business One Service Layer provides an OData interface (see more details about Service Layer in our SAP Business One,version for SAP HANA Extensibility topics page). You can...
View ArticleSAP - The Unrelational Database
I noticed within Microsoft's SQL Server Management Studio that several of the main tables (ORDR, OWTR, etc.) seemed to have no foreign keys at all linking the tables. I was hoping that I could get a...
View ArticleBuilding your framework to work with SAP B1 - Part 1
Hello guys, in the day by day of development, any code that is written more than one time, should receive an special attention. We should try abstracting them, so that, it doesn't need be rewritten...
View ArticleSearch XML to Grab Info
I created the following procedure a while ago, and decided to share it, because I'm fairly proud of it. I wrote it to grab the user's default font settings from the SAP configuration file, but I think...
View ArticleOn Naming and Such
So, we've been having a discussion around the office on what should be our standard, if any, regarding naming conventions, and when to use objects and sub-objects rather than to just use the full...
View ArticleResource Master Data object is exposed in SAP Business One Version 9.2
Resource Master Data object is exposed as a Service Type Object in SAP Business One Version 9.2 . You can refer to the sample code given below:1. Add a Resource Master Data:SAPbobsCOM.CompanyService...
View ArticleQuery Manager Syntax
Below is a Query Manager query that I wrote with additional comments. I'm going to be making "use" of this query often as a template and example of how to quickly and easily setup future Query Manager...
View ArticleCreate SapbouiCOM.Matrix from Query
This is a little method that I'm fairly proud of. We have a requirement for the end users to be able to search for multiple values on a UDO. Well, as I learned with my recent work looking into CFLs,...
View ArticleAdd on using SAP Business one studio for VS P1(Hello World C#)
This tutorial will demonstrate how to use SAP Business one studio for visual studio ,you need to have installed Visual studio and SAP B1 SDK and SAP B1 studio.1- Start Visual Studio.2- select new...
View Articlec# .NET Crystal Reports Connection method for SAP Business One running on HANA
Hello Friends, I leave this post about the connection method on a .NET c# project SAP Business One AddOn, of a report build in Crystal Report 13 and 11 who will be use in SAP Business One version for...
View ArticleGet Value From (Any?) SAPbouiCOM.Item
As some may know, I've written a procedure toBuild a VB.Net DataTable out of an SAPBouiCOM Matrix. Well, I just tried using that nice little method on the Sales Order form, and I ran into an error....
View ArticleGet Value of a Matrix Cell
While attempting to "convert" or cast an SAPbouiCOM.Cell object into an SAPbouiCOM.Item object without success, I've come to the determination that Cells are NOT in fact "unique" objects in the UI API....
View ArticleSAP Update EditSize for UserFieldsMD
Hello, i want to share with a code for updating UserFieldsMD EditSize First you have to got the TableName of UserFieldsMD and the FieldID then;Dim IRs as integer = 0Dim _SizeInt As Integer =...
View ArticleLeaving the SAP World
Well, my tenure in the SAP world is just about up. I'll be doing work in the future that has nothing to do with SAP. It's been a crazy 9+ months, and I think that I learned a lot along the way. I hope...
View ArticleB1 Service Layer: Aggregation
In this blog, I would like to share a new functionality released in Service Layer 9.1 H Patch 12. It is about the oData aggregation, which is an important extension to the original oData protocol....
View ArticleLeaving the SAP World
Well, my tenure in the SAP world is just about up. I'll be doing work in the future that has nothing to do with SAP. It's been a crazy 9+ months, and I think that I learned a lot along the way. I hope...
View ArticleB1 Service Layer: Entity CRUD - Update
In this blog, I would like to share how to do business object update operation via Service Layer API.As Service Layer follows OData protocol, it uses HTTP verb PATCH or PUT to update entities. The...
View ArticleB1 Service Layer: Grouping
In this blog, I would like to share another new functionality planned to release in Service Layer 9.2 H Patch 03. It is about the oData grouping, which is an important extension to the original oData...
View ArticleB1 Service Layer: Attachment manipulation
In this blog, I would like to share another new functionality planned to release in Service Layer 9.2 H Patch 03. It is an enhancement to the original attachment operation. ( Actually, it is available...
View ArticleopenSAP Courses in 2016 relevant for the SAP Business One Community
Introduction to SAP HANA Cloud Platform - Rui NogueiraBuild Your Own SAP Fiori App in the Cloud – 2016 Edition - Bob Caswell, Yoram Friedman, Oliver Graeff, Raz Korn, Ido She…Text Analytics with SAP...
View Article