
Written by admin on Oct 16th, 2008 | Filed under:
ABAP
A Consecutive statement with the same initial keyword can be condensed into a single chained statement. The Initial part of the statement containing the keyword must be followed by a colon “:”. All elements that follow the colon must be separated by comma.
For e.g.
1
2
3
| Write :/ <element_1>,
<element_2>,
<element_3>. |
The system would consider each individual part of a chained statement to be a complete and independent statement.

Written by admin on Oct 14th, 2008 | Filed under:
ABAP,
Upgrade
External Unicode Interfaces: Data Exchange Between Unicode-Systems and non-Unicode Systems
In case of an Unicode <–> non-Unicode single code page combination, RFC passes all character data with code page conversion between Unicode and the old code page.
As Unicode is a true super set of any old standard code page not all Unicode characters can be transferred to the non-Unicode system
In case of an Unicode <–> non-Unicode MDMP combination RFC passes all character data with code page conversion between Unicode and thedifferent old code pages.
So, what will you learn in this presentation?
- Introduction
- About Code Pages
- Communication: The Ideal Picture
- Communication: The Reality
- RFC SAP R3 <–> SAP R3
- Unicode <–> Unicode
- Unicode <–> single code page system
- Unicode <–> MDMP system
- File transfer
- Writing and reading files on the application server
- Writing and reading files on the front end
- Common Mistakes
- RFC SAP R3 <–> RFC client
- Unicode interface for C programming
- Source code conversion process
- Other Languages
Download the Manual from Rapidshare or Mediafire.

Written by admin on Oct 10th, 2008 | Filed under:
ABAP
This Document on Secure Development Contains:
- General Rules
- Extract from Top Ten Rules
- Authentication
- Authorization
- Auditing and Logging
- Sensitive Information
- Cryptography
- Deployment
Download the Manual on Secure Development in ABAP(PDF).

Written by admin on Oct 6th, 2008 | Filed under:
ABAP
This Presentation provides various examples and tips and tricks in helping you to write efficient Unicode enabled programs.
- SAPs approach to Unicode
- Demo –Unicode vs. Non-Unicode R3
- Unicode Essentials
- Transparent Unicode Enabling for R/3
- Unicode Enabled ABAP
- Unicode Restrictions
- New ABAP Features
- Tools for Unicode Enabling
- Migration to Unicode
- Unicode Scan UCCHECK
- Coverage Analyzer SCOV
Download the Manual on Writing Unicode Enabled Programs

Written by admin on Oct 6th, 2008 | Filed under:
ABAP
ABAP Delta Training taken from SDN lists out most the differences between 4.6c and 6.4 and helps you increase your skills through simple exercises in ABAP.
Download the Presentation and the Exercises.
- SE80 in 640
- New Debugger (Code Inspector and Memory Inspector)
- Basic Syntax
- Exception Handling
- Object Orientation
- Shared Memory Classes
- RTTS (RunTime Type Services)
- ICM (Internet Communications Mgr)
- J2EE System
- XML
- WebServices
- E-Mail
- ITS
- ABAP Unit (Unit Test Tool)
- Adobe Forms
- BSP (General)
- BSP (Custom Tags)
- BSP (Model View Controller)
- Exercises & Solutions – Within Units