ABAP Development Info - Example code and information on various areas of ABAP development
[+] Date Processing
Example code and information on processing an SAP date field
[+] Variable data manipulation (TRANSLATE, CONDENSE, TAB, ROUND etc..)
Example code and information on how to process SAP date fields
[+] ABAP Debugging
Example code and information on ABAP debugging
[+] Dynamically manipluate/Create programs and there texts
Example code and information on how to dynamically manipluate/Create programs and there texts
[+] Currency conversion
Example code and information on currency conversion techniques
[+] Change document (history)
Example code and information on how to implement change document history
[+] SAP icons and there codes
Lists SAP icons and their codes
The new ABAP objects Editor
Information on the new ABAP object editor
Increase/Decrease size of editor text
Demonstrates how to chnage text size of the ABAP editor
Implementing OSS notes via SAP Note Assistant (SNOTE)
Information on how to implement OSS notes via the SAP note assistant
Add *'s to password screen field
Information on how to implement a password field
Force new page when printing source code
Example code and information on how to using the EJECT command to force a new page when printing
FIELD-SYMBOL's
Example code and information on using the Field Symbols
RANGE Command
Example code and information on implementing the RANGE Command
<---Return to ABAP Dev menu
Download custom SAP code/objects
Shows how you can download custom SAP code or other objects
Command field entries
Information on the various command field entries (upper lefthand box)
Initiate 'AT selection-screen' from radiobuttons
Example code and information on how to execute code when the user select a radio button
Retrieve text for table field
Example code and information on how to retrieve text for a specific table field
Create user Transaction code for table maintenance
Shows how to create a table maintenance transaction code for
Generate ABAP program from SHDB recording made in another client
Demonstrates how to generate an ABAP program from an SHDB recording
Implementing a subscreen
Demonstrates how to implement a subscreen
Create SAP shortcut on desktop
Demonstrates how to create an SAP shortcut on your desktop
Replace SAP logo (with dancing penguin)
Shows how you can replace the sap logo with a dancing penguin
SELECT Command
Example code and information on implementing the SELECT Command
VARYING Command
Example code and information on using the VARRYING command
Internal table declaration (TYPES, DATA)
Example code and information on declaring internal tables
Parameter ID's
Example code and information on how to set and get a Parameter ID value
Related Articles
Beginners Guide to learning SAP development starting with logging into SAPABAP Programming EVENTS in SAPABAP Function Module basics in SAPDATA and @DATA Inline ABAP declarations available from release 7.40 to help make your code cleaner and more readableABAP Workbench Programming Techniques - BC402ABAP rules to consider before creating a bespoke abap report or programABAP Subroutine basics in SAPGet access to an SAP system for individual needsSAP Base 64 encoding and decoding using ABAP codeCall web URl from ABAP report or SAP help documentationDirect download, downloading sap objectsSAP IconsSAP icons and some ABAP code to display themSAP icons list and their associated codesInternal Program Environment diplays all internal/external objects and operations used by an SAP programminisap installation on your local pc to allow ABAP development, your own local SE80SAP minisap installation on your local pc to allow ABAP development for freeSAP module based information such FI, HR, MM, PM, BW etcNeed an SAP ABAP program created?SAP repository objects - List of useful standard and bespoke SAP repository objectsRetrieve SAP objects using transport entry in SE10 to restore objects that have been deletedSAP Help for all areas for SAP ABAP Development inc ABAP, ALV, Web dynpro, bsp, HR, BWABAP tutorial - Logging into an SAP system for the first timeManage and delete SAP sessions using ABAP codeSAP module areasIncrease & Decrease size of SAP editor textABAP development information and code examples for producing be-spoke SAP functionalitySAP command field entries - box in top left cornerForce new page when printing abap source codeABAP FIELD SYMBOL - Techniques for manupulating data using the FIELD-SYMBOL statementHiding ABAP Source Code so that it can not be viewed by anyoneABAP Internal table declaration - Various methods of creating internal data structures and tablesParameter ID - ABAP code to demonstrate how to set and get a parameter IDRANGE statement - Example ABAP code to demonstrate the RANGE commandChange SAP logo in top right hand corner of SAP clientABAP SELECT statement within SAP - Example ABAP code to demonstrate the SELECT commandCreate desktop Shortcut to SAP functionSAP Note assistant - Using transaction SNOTE to read and apply OSS note fixVARYING command - Example ABAP code to demonstrate the VARYING commandCreating your first helloworld ABAP report in SAP