Written by admin on Jun 27th, 2008 | Filed under:
ABAP Programs
ABAP Programs This Week
Creating SAP shortcut at run time
The following function module can be used to create a shortcut for any SAP transaction. Further, certain values available in the transaction can be defaulted by passing the values as parameters to this FM. This shortcut created can then be attached in a mail and sent to the appropriate recipients.
Program to Email with Attachment
This program will email the any one with a XLS attachment. Ofcourse, you can change it to any other attachment you need.
Nested Internal table
Simple program teaching you the steps to create a nested internal table.
Object Oriented ALV
This program creates a class with constructors and as soon as the instance is created, the object will trigger an ALV Output. Do not forget to create the screen 100.
Written by admin on Jun 13th, 2008 | Filed under:
ABAP Programs
Written by admin on May 7th, 2008 | Filed under:
ABAP Programs
Nice game coded in ABAP found in SAP. Also check other ABAP Games for some time pass.
Download the ABAP Program - marbles-games
Written by A Swarna S on Apr 30th, 2008 | Filed under:
ABAP Programs
ALV with user defined menu in Toolbar
Sample code with screen shots of a very simple ALV with a user defined menu in the toolbar. On clicking the Menu item they become interactive and display a message.
Download the ABAP Program - ALV w/user defined menu
Written by A Swarna S on Apr 29th, 2008 | Filed under:
ABAP Programs
ABAP Program using ALV Tree Report
Simple ALV Tree Report using RS_TREE_CONSTRUCT and RS_TREE_LIST_DISPLAY upto 6 levels.
Download the Program ALV Tree Report
Written by A Swarna S on Apr 28th, 2008 | Filed under:
ABAP,
ABAP Programs
Simple Interactive ALV report developed using OOPS.
Download the Program ALV Interactive Using OOPS
Written by A Swarna S on Apr 23rd, 2008 | Filed under:
ABAP Programs
ABAP Program with ALV Sytles
An ALV(ABAP List Viewer) Program with different styles in ALV Field catalogue.
Download the ABAP program(Z ALV Styles)
Written by A Swarna S on Apr 23rd, 2008 | Filed under:
ABAP Programs
ABAP Program using Dynamic Selection Screen
ABAP Program with consists of the selection screen, which changes based on the user click on a radio button. The entire selection screen is changed. The F8 button is disabled and selection screen push-button which changes dynamically based on radio clicks appears. Also on the selection of a particular radio dynamic drop down lists appear in the selection screen and the user can select and click the push-button in the app toolbar (for F8) and the output is processed. The output directs the user to the transaction se16 with the appropriate table he has selected.
Download the Program
Written by admin on Apr 18th, 2008 | Filed under:
ABAP,
ABAP Keywords,
ABAP Programs
ABAP Tutorials for Beginners

Here is a Complete Guide of all the training manuals for SAP ABAP freshers. This is a organized set of all the documents which you need to learn from start to finish. The ABAP Tutorials are categorised sequentially from start to finish.
Download the Complete Tutorial from Rapidshare or Mediafire.
SAP ABAP Tutorial Contents
- ABAP Programming
- Dictionary
- Internal Tables
- ALV Grid Control
- SAP List Viewer
- Screen and Menu Painter
- BDC Concepts
- BDC Files
- BDC Recording
- BAPI Introduction & Programming
- Object Oriented Programming
- SAP Scripts/SmartForms
- Enhancements
- ALE Introduction/Programming/Steps
- EDI & IDOC
- IDOC Book
- LSMW Introduction & Steps
- Transport Management Systems
- Workflow
SAP Tutorials : SAP Database of Certification, Tutorials, Articles.
Written by A Swarna S on Apr 17th, 2008 | Filed under:
ABAP Programs
ALV Hierarchical List
ALV code for hierarchical sequential list display(single child). List of SAP tables as the parent node with interactive features(as a pop up) and List of fields as the child node with interactive features too(as a pop up).
Download the Program ALV Hierarchical List
Screen shots (more…)