SAP articles
332 tutorials, cross-tagged with 17 SAP modules.
Who and/or what is SAP? How popular is it? Wow!
SAP the company was founded in Germany in 1972 by five ex-IBM engineers. In case you're ever asked, SAP stands for Systeme, Andwendungen, Produkte in der Datenverarbeitung which - translated to En...
A Brief Overview of SPAU Adjustments for SAP NetWeaver 7.00 ABAP System
Exact steps to carry out SPAU activities are usually unclear and difficult to find. This document describes the various scenarios that could arise during SPAU, using specific examples and correspondin...
Internationalization in Web Dynpro ABAP Applications
The article describes the concept and procedure of developing a multilanguage capable Web Dynpro ABAP application.
Use Flash Technology for Richer UI Capabilities in Your Web Dynpro ABAP Applications
With the release of SAP NetWeaver 7.0, enhancement package 1, developers can now embed Flash technology into their Web Dynpro ABAP applications. This SAP Insider article describes talks about how this...
Creating Tree IN Web Dynpro for ABAP - Tutorial.
This article will explain how to create Create a tree in Web Dynpro ABAP and change it at runtime.
SAP GRC Process Control 2.5: How to Create and Execute ABAP Query for PC 2.5 Application
This guide has been developed to provide a quick reference on how to leverage the power of the ABAP Query tool in conjunction with SAP Business Objects Process Control 2.5.
SAP BusinessObjects Process Control 3.0 Post Installation Guide for Upgrading from PC 2.5
This documentation provides step-by-step procedure of PC 3.0 post installation for the following scenarios:Upgrade Process Control 2.5 to Process Control 3.0
Workbook Pre Calculation and Broadcasting
In this article you will see how to create a document for your colleagues / managers in your portal, which will contain actual data whenever they open it. The data will come from your BI system and wi...
Cyber Security for Plant Networks
Deepak Rai Sharma is Solution Manager - Manufacturing at SAP Labs, Bangalore. He has experience in design, development and product management for ERP and Manufacturing applications. He specializes in...
SAP CO Module - Number Ranges
Configuration in the CO (Controlling) Modules requires maintenance of number ranges for documents generated from business transactions. A systems' generated document number is assigned for every C...
SAP ABAP Queries Introduction
Why ABAP/4 Queries? Many times a need arises for SAP Users and Functional Consultants to generate quick reports without getting any ABAP coding done – time taken to complete the coding in developmen...
SAP Netweaver - Advantages and Conclusion
Advantages of SAP NetWeaver a. Enhanced Adaptability: Enhanced adaptability actually refers towards the adaptability of SAP NetWeaver towards the existing Business System in any organization. It prov...
SAP Netweaver - Java Connector
Using the SAP Java Connector SAP's new Java middleware, the SAP Java Connector (JCO) allows customers and partners to easily build SAP-enabled components in Java. JCO supports both inbound (Java...
SAP Netweaver - Creating ASP Web Applications
Creating an ASP .NET Web Application Using the SAP .NET Connector SAP.NET Connector along with Microsoft.NET can be used to create Web Applications. The following example illustrates creating .NET pr...
SAP Netweaver - Netweaver Interoperability
Interoperability of SAP NetWeaver with Microsoft .NET SAP along with Microsoft is creating a development kit, which enables to create Iviews inside Microsoft Visual Studio. The Iviews help in integr...
SAP Netweaver - Object Model
NetWeaver Object Model and Enterprises Architecture This section focuses on overview of the object model of NetWeaver. This basic knowledge facilitates the organizations in constructing an apprehensib...
SAP Netweaver - Introduction
Introduction In the present era, where companies are struggling to unite various heterogeneous environments in their organizations and maintain a lower Total Cost of Ownership (TCO) NetWeaver comes as...
Sending Emails and SAP Mail Using ABAP - Email Example UNIX ABAP Code
REPORT ZTUNIXMAIL. * DATA : TO_ADDRESS LIKE SY_LISEL, FROM_ADDRESS LIKE SY-LISEL, SUBJECT LIKE SY-LISEL, ATTACHMENT_NAME LIKE SY_LISEL, DATA_FILE_PATH LIKE SXPGCOLIST-PARAMETERS, BODY_FILE_PA...
Sending Emails and SAP Mail Using ABAP - SAP Mail Example ABAP Code
REPORT ZTSAPMAIL. DATA: X_OBJECT_TYPE LIKE SOOD-OBJTP. DATA: BEGIN OF X_OBJECT_HD_CHANGE. INCLUDE STRUCTURE SOOD1. DATA: END OF X_OBJECT_HD_CHANGE. DATA: BEGIN OF X_OBJCONT OCCURS 10. IN...
Sending Emails and SAP Mail Using ABAP - Sending Emails to a non-SAP system using UNIX
Sending Email to a non-SAP system: Though SAP mail is a very robust method of interacting with users within SAP system, it is always good to receive email in Microsoft inbox. This also works like an...