Archive for April, 2009

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 »