SAP Basis

IGS Engine Configuration – Airline Report

Posted in SAP Basis on September 5th, 2009 by asabau – Be the first to comment

The Internet Graphics Service (IGS) is already integrated in SAP Netweaver 7.x but it may not be enabled or even present in the start profile. RFCs also need to be working properly in order to access the IGS from webdynpro. read more »

Importing/Exporting Development Objects

Posted in SAP Basis on April 26th, 2009 by asabau – 1 Comment

Whether you want to transport your abap developmnents from one system to another, make backups or share code, you have several options to choose from:

  1. Code download and upload via ABAP Editor
  2. SAP Transport Requests with full import/export capabilities in cofile and data format.
  3. SAPLink – an open source project (not provided or supported by SAP) with partial import/export capabilities in XML format.

read more »

Crossdomain Policy File in SAP Web Application Server

Posted in SAP Basis on April 11th, 2009 by asabau – 2 Comments

Consuming web services in flex from a SAP system can lead to flash player security sandbox violations. Most of the time you have the flex application on one domain and the
R/3 system on another. This results in the following error being thrown: Request for resource at * by requestor from * file is denied due to lack of policy file
permissions. read more »

SICF and Web Service Management

Posted in SAP Basis on March 18th, 2009 by asabau – 1 Comment

By default, a clean ABAP sap stack does not have all available services activated due to security reasons. If you start creating web services you’ll find out some things don’t work out of the box. Note: I’ve encountered this on SAP ABAP stack v7.x.

You can create a web service from SE80 Object Navigator but chances are:

  • you can’t open its wsdl in a browser or make it available to external web service consumers
  • you can’t open SOAMANAGER to fully manage the web service

read more »