march 2016.

Design Studio Application Print

I just want to implement a button which should print my application. I found a tutorial, which says the code is APPLICATION.PRINT. But when I write the coding in Design Studio, .Print isn't available.

Read More 0 Comments

Design Studio Preferences

I just started working intensive with SAP Design Studio and developing own components. When you install Design Studio 1.6, it starts in local mode. In this mode you can save your design studio application only on your local maschine. If you want to use other supported platforms, you have to select the required platform in the settings.

Read More 0 Comments

Analysis for Office 2.2 SP2 is available

Since three days a new service pack of Analysis Office is available. Now you can use Analysis Office and Excel 2016. 

 

Here is a summary of new functions

  • New settings in the Ao_app.config available for example: MaxNumberOfParallelThreads or NcoTraceLevel
  • Separate tabs for Search, Area, Role and Workspaces in the Open Data Source dialog.
  • A new callback called BeforeFirstPromptsDisplay is implemented
  • More advanced settings are available for example RFCBundling, Allow Client and Language for SSO Logon

Detail information can be find in the What's new Guide.

Read More 2 Comments

How to build a RFC Server with NCo 3.0 Part 1

In some cases you want to trigger an external program from a SAP system. In this part 1 I explain how to build a RFC Server with NCo 3.0. I had several problems when I started with this topic so I decided to write a short example. If someone want the Visual Studio project files, please contact me.

 

So let's go.

 

This Post describes how to build a simple RFC Server using SAP NCo 3.0 and the app.config. Part 2 will be describe how to build a RFC Server with RFC Parameter. As example program I use STFC_CONNECTION. It is a good example, because it contains importing and exporting parameters.

 

First you have to download and install NCo 3.0 (OSS login required). Afterwards you have to start a new project in Visual Studio.

 

Setting up the Visual Studio Project:

 

In the properties of the project you have to use a new console application. As target framework I use .Net Framework 4.5.

Read More 1 Comments