Email Alerts
-
Chapter 5: 'Shared Memory Objects'
This book shows advanced ABAP programmers new concepts, technologies, techniques, and functions that have been introduced to ABAP (Release 7.0) in the last few years. Book Chapter
-
Chapter 3: 'Strings and Regular Expressions'
This book provides practical examples for virtually every aspect of the C# programming language. It is structured for progressive learning, so it can be read cover-to-cover or used as a comprehensive reference guide. You will be exposed to everything... Book Chapter
-
XML processing in ABAP
Simple Transformations are a SAP proprietary programming language that is integrated into ABAP in kernel release 6.40. Learn about the power of this technology in this code-filled tip. Blog
-
A primer on XML
This chapter examines the origins of XML and dives into issues like document vs. data-centric XML, instances, namespaces and document type definitions. It also provides insight into the best approach for XML schemas. This overview containing many cod... Book Excerpt
-
Overcoming Basis challenges inside and outside the box
Learn how to overcome common administrator challenges and to be more productive working with SAP Basis in this new guide from Basis expert Giovanni Davila. Checklist
-
Book: Practical workflow for SAP
Need tips and advice on SAP workflow? Practical Workflow for SAP will help you learn how to deploy and extend SAP workflows, create your own workflows, and, most importantly, run successful administration projects. Chapter of the Month
-
Resource: The JCo utility cookbook
Working with SAP's Java Connector, JCo? Then you should check out this collection of handy utilities for working with RFC/BAPI interfaces when doing development with JCo. These truly are development utilities in the sense that their intent is to prov... Checklist
-
IDoc/ALE and NetWeaver WebAS development FAQ
Veteran guru Axel Angeli has been helping SearchSAP.com users with NetWeaver development issues for years. Here are his most frequently resurfacing questions. FAQ
-
IT checklist: Getting connected with SAP's Java Connector
The JCo API offers eight distinct JCO.createClient() methods to establish a connection to the SAP application server. This handy step-by-step guide reviews these mechanisms and offers some recommendations on the best way to pass system parameters to ... Checklist
-
Part 1: Specifying parameters as single String values
The JCo API offers eight distinct JCO.createClient() methods to establish a connection to the SAP application server. This handy step-by-step guide reviews these mechanisms and offers some recommendations on the best way to pass system parameters to ... Checklist
- See more Essential Knowledge on SAP interface technologies
-
Questions, doubts greet upcoming SAP HANA developer kit
While some are intrigued with the idea of SAP releasing a HANA software development kit (SDK) next year, there are questions about how it will work and whether SAP is up to supporting the application. News | 08 Dec 2011
-
SAP TechEd 2011 Special Report
The SAP TechEd 2011 IT conference guide highlights the latest news and events from the SAP TechEd conference in Las Vegas. Special Report | 12 Sep 2011
-
Manufacturer locks out errors, reduces inventory with SAP SNC
Sauer-Danfoss originally deployed SAP Supply Network Collaboration as a way to communicate with its suppliers but has since used the portal for additional advantages. News | 02 Aug 2011
-
SAP turns to its partners for help improving its UIs
Acknowledging that it’s too much work for them to take on alone, SAP is counting on its partners to help modify its user interfaces. News | 28 Jun 2011
-
Gartner: SAP Duet Enterprise brings ERP ‘to the people’
In a new report, Gartner says that SAP Duet Enterprise succeeds at something its predecessor failed to do, namely, making SAP ERP easier for business users and casual users alike. News | 15 Jun 2011
-
SAP hopes to make users’ work easier with better UI designs
By taking a page from companies like Apple and Amazon, SAP looks to make its UI designs more intuitive to more users. News | 10 Nov 2010
-
SAP TechEd 09 keynoters: Managing change today like trying to board a speeding train
Managing change is getting harder, say SAP TechEd 09 keynoters, with social media applications and mobile technologies taking the world by storm. When technology is on an exponential growth path, it takes a futurist to figure out where we'll be in a ... Article | 13 Oct 2009
-
SAP CTO expects today's SAP applications to be running in 2020
Even though the pace of change for software is accelerating, Vishal Sikka, CTO of SAP, expects many of the SAP software applications running today to still be running in the year 2020 -- if the software is developed properly. Article | 13 Oct 2009
-
Scripting in a Box adds new languages for SAP ABAP developers
A new programming environment developed by an SAP product specialist puts Perl, Python, PHP and Ruby in the hands of SAP developers. Article | 20 Jun 2006
-
New JBI standard could change Java
Integration and application platform vendors are touting the recently ratified Java Business Integration (JBI) standard. Meanwhile, Sun is pitching JBI as a key enabler for SOA. News | 05 Jul 2005
- See more News on SAP interface technologies
-
Configuring the JDBC Connector Service to perform database lookups
Need to activate the JDBC Connector Service in SAP XI? This SDN posting offers a how-to guide with illustrations and descriptions of the configuration steps, offering more detail on some steps that are missing from the standard how-to guide. Tip
-
ALE configuration for pushing IDocs from SAP to XI
Get a step-by-step, illustrated guide for how to push IDocs from SAP to XI in this SDN article. You'll find clear instructions and screenshots, providing a helpful checklist for new consultants. Tip
-
Converting IDocs to XML format
In this tip, learn how to convert IDocs into XML format for use in the SAP Exchange Infrastructure (XI) and additional applications. Tip
-
T-SQL and PL/SQL common languages for database-independent applications
Common languages in T-SQL and PL/SQL exist to allow developers to write applications in database-independent environments. Common languages and interfaces such as ANSI and ODBC offer solutions to the database interoperability problem. Tip
-
MDM-XI-R/3 integration
Learn how to integrate Master Data Management (MDM) and SAP R/3 using SAP PI in short frame with SAP NetWeaver as the framework in this tip authored by Bala Subbaiah Gorla of SDN. Inbound and outbound scenarios are presented. Tip
-
Set up data encryption between RFC Client and Web AS ABAP with SNC
Learn how to enable data encryption for RFC connections to ABAP back ends with this how-to guide for the Application Server developer. Tip
-
How to replicate equipment on SAP using ALE and IDocs
Ideally when you move master or transaction data from one system to another using ALE, the components that you need have already been defined. However, if some components are missing, you may be able to build them so that ALE can successfully manage ... Tip
-
Retrieving variables between call programs
Need to access variables between call programs? Try the approach in this ABAP developer tip. Tip
-
Downloading a spool request
The function module RSPO_DOWNLOAD_SPOOLJOB can be used for downloading the spool to the local file. You need to pass the spool request number to the function module. Tip
-
Collect SAPGUI patch numbers
Learn how to collect SAPGUI patch numbers and other logon information like hostname, userid, O/S, IP address and put it in a custom table. Tip
- See more Tips on SAP interface technologies
-
Error when clicking the SAP GUI logon button
An SAP user receives a curious error message when he clicks the logon button in the SAP GUI. Ask the Expert
-
Viewing a list of SAP interfaces
Is there a way to view a list of SAP interfaces such as RFC, BAPI and ALE? Ask the Expert
-
Interface a locally developed application with SAP
I have a locally developed application and I need to interface the application with SAP (inbound/outbound) via the IDoc using JCo. Is it possible to develop a Java program that interfaces JCo in order to read and write to SAP using an IDoc? If yes, c... Ask the Expert
-
Will there always be an implicit commit in an RFC?
Is there any way to make a Rollback from Windows from our own developed function module? Ask the Expert
-
Is there a way to search within IDocs using a purchase order number?
How do I search a sales order in IDoc based on the purchase order (PO) number? I am scanning each IDoc one by one using we02. Is there an easier way? Ask the Expert
-
Differences between winC and webC
Do the two have similar functionality? Expert Srini Katta sheds light on the matter. Ask the Expert
-
BAPIs in xApps; RFCs
A reader wonders whether BAPIs are a good fit for composite applications and how RFCs differ from other functional modules. Expert Andre Truong answers. Ask the Expert
-
Retrieving parameters for a remote function module using JCo connector
Retrieving a list of parameters for a specific remote function module using JCo connector. Ask the Expert
-
How to call a JCo through a Java applet
Executing a Java applet throws an exception when run through Internet Explorer. Our expert provides methods to make the sapjco.jar file visible to the applet. Ask the Expert
-
Dynamically create the where clause of a select statement
Ideas for creating the where clause of a select statement. Ask the Expert
- See more Expert Advice on SAP interface technologies
-
Remote Function Call (RFC)
RFC is also an abbreviation for Request for Comments. Definition
-
IDoc (intermediate document)
IDoc (for intermediate document) is a standard data structure for electronic data interchange (EDI) between application programs written for the popular SAP business system or between an SAP application and an external program. Definition
-
Application Link Enabling (ALE)
Application Link Enabling (ALE) is a mechanism for the exchange of business data between loosely-coupled R/3 applications built by customers of SAP, the enterprise resource management program. Definition
-
SAP's Web 2.0 strategy makes way for social networking in business apps
As SAP tries to makes its software easier to use, users can expect to see social networking tools in their enterprise software. Learn more in this podcast. Podcast
-
Questions, doubts greet upcoming SAP HANA developer kit
While some are intrigued with the idea of SAP releasing a HANA software development kit (SDK) next year, there are questions about how it will work and whether SAP is up to supporting the application. News
-
SAP TechEd 2011 Special Report
The SAP TechEd 2011 IT conference guide highlights the latest news and events from the SAP TechEd conference in Las Vegas. Special Report
-
Manufacturer locks out errors, reduces inventory with SAP SNC
Sauer-Danfoss originally deployed SAP Supply Network Collaboration as a way to communicate with its suppliers but has since used the portal for additional advantages. News
-
SAP turns to its partners for help improving its UIs
Acknowledging that it’s too much work for them to take on alone, SAP is counting on its partners to help modify its user interfaces. News
-
Gartner: SAP Duet Enterprise brings ERP ‘to the people’
In a new report, Gartner says that SAP Duet Enterprise succeeds at something its predecessor failed to do, namely, making SAP ERP easier for business users and casual users alike. News
-
SAP hopes to make users’ work easier with better UI designs
By taking a page from companies like Apple and Amazon, SAP looks to make its UI designs more intuitive to more users. News
-
SAP TechEd 09 keynoters: Managing change today like trying to board a speeding train
Managing change is getting harder, say SAP TechEd 09 keynoters, with social media applications and mobile technologies taking the world by storm. When technology is on an exponential growth path, it takes a futurist to figure out where we'll be in a ... Article
-
SAP CTO expects today's SAP applications to be running in 2020
Even though the pace of change for software is accelerating, Vishal Sikka, CTO of SAP, expects many of the SAP software applications running today to still be running in the year 2020 -- if the software is developed properly. Article
-
SAP's Web 2.0 strategy makes way for social networking in business apps
As SAP tries to makes its software easier to use, users can expect to see social networking tools in their enterprise software. Learn more in this podcast. Podcast
-
Error when clicking the SAP GUI logon button
An SAP user receives a curious error message when he clicks the logon button in the SAP GUI. Ask the Expert
- See more All on SAP interface technologies
About SAP interface technologies
Learn how to get SAP systems to intereconnect to non-SAP systems. Get the information you need about XML, IDocs, ALE, BAPIs and SAP server connections. We also cover JCo connections, debugging, exception handling and the JCo repository as well as CCMS monitoring and the Interface Repository (IFR).