Online documentation on Abap matters is available from the Abap editor by pressing F1 on the Abap coding element you want help on. There's another way to this excellent documentation: transaction ABAPDOCU
- ABAP Documentation and Examples
- ABAP # Overview
An introduction to ABAP and the most important umbrella topics. - ABAP # Reference
A complete description of all ABAP key words in their relevant context. - ABAP # Short Reference
A short overview of all statements, ordered alphabetically. - ABAP - Release-Specific Changes
List of all changes and enhancements made to ABAP since Release 3.0 - ABAP Programming Guidelines
Rules and hints on using ABAP. - ABAP # Glossary
Terms in the ABAP environment, and their explanations. - ABAP # Index
Alphabetical index of all language elements. - ABAP # Keyword Directory
Alphabetical keyword directory for searching by topic. - ABAP - Examples
Compilation of executable example programs. - ABAP # Syntax Diagrams
Compilation of interactive syntax diagrams. - ABAP Programming
Further information about ABAP programming concepts can be found in the SAP Library under
Get reading !
Text to ASCII - logo generator
I've used this Text logo generator website to put a good looking header in the comments of my reusable bits of coding. Like this:
* _______ _______ _______ _______ _______ _______ ______ _______ _______ ______ _______ * | _ | _ | _ | | | _ | || _ | _ | _ | | _ | * | |_| | |_| | |_| | _ | | |_| | _ | |_| | |_| | | || | |_| | * | | | | |_| | | | | | | | | |_||_| | * | | _ || | ___| _| | |_| | | _ || __ | | * | _ | |_| | _ | | | |_| _ | | _ | |_| | | | | _ | * |__| |__|_______|__| |__|___| |_______|__| |__|______||__| |__|_______|___| |_|__| |__| * www.abapcadabra.com * *------------------------------------------------------------------------------------------- * program : ZABAPCADABRA_MAIL_A_JOBLOG * title : Compose an email with the background log information for the * jpb of which this report is a step (typucally the last step) * functional area : Cross modules
Or for the implementation of a larger setup:
* * __ __ ______ * | | | || _ | * | |_| || | || * | || |_||_ * | || __ | Human Resource CHANNELS * | _ || | | | Outbound customizable interface * |__| |__||___| |_| * _______ __ __ _______ __ _ __ _ _______ ___ _______ * | || | | || _ || | | || | | || || | | | * | || |_| || |_| || |_| || |_| || ___|| | | _____| * | || || || || || |___ | | | |_____ * | _|| || || _ || _ || ___|| |___ |_____ | * | |_ | _ || _ || | | || | | || |___ | | _____| | * |_______||__| |__||__| |__||_| |__||_| |__||_______||_______||_______| * www.luxon-erp.com * *------------------------------------------------------------------------------------------- * program : ZHRCHANNELS_OUTBOUND_ADP * title : The outbound HR interface "HR Channels" tool, implemented for ADP * functional area : HR (Human Resource) * environment : 4.7 * program Function :