ABAP Programs – Weekend roundup – 06/27/2008
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.
If you like this post, you may as well like these too:
- ABAP Programs Weekend Roundup – 06/13/2008 ABAP Programs this week – 06/13/2008 Program to Generate 3d Graph ALV Tree Refresh ALV – Capture all the User selected rows Creating your first local class Check Program for...
- ABAP Programs Weekend Roundup – 08/01/08 ALV Report Header – ALV Report Header is a simple program which will tell you as to how to create a Header in the ALV report. Display Extensions – Want...
- SAPPHIRE 2008 SAPPHIRE 2008 Tracks Financial Service Industries : (Rapidshare) (Mediafire) Contains files on : The ABCs of Product Selection Standardizing on SAP ERP Driving Growth Through Optimized HR Processes Harmonizing Global...
- ABAP Source Code: Syntax of ABAP/4 Programs 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 * Declaration...
- ABAP Programs: Exporting to the ABAP/4 Memory REPORT ZSOURCE1401. * Work areas TABLES: CUSTOMERS, BOOKINGS. * Internal tables which will be exported DATA: ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE, ALL_BOOKINGS LIKE BOOKINGS OCCURS 10 WITH...
- ABAP Programs: Importing from the ABAP/4 Memory REPORT ZSOURCE1402. * Internal tables which will be imported DATA: ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE, ALL_BOOKINGS LIKE BOOKINGS OCCURS 10 WITH HEADER LINE, NEW_BOOKINGS LIKE BOOKINGS OCCURS...
- Ending ABAP Programs The execution of an ABAP program is always ended when the corresponding process in the runtime environment ends. From an ABAP programmer’s perspective, this is when the last of the...
- ABAP Programs for Beginners Here is the list of Programs available in the ABAP Master Code Book (PDF). How to define types and data objects A Few Simple Examples Working with database tables and...
- Some Cool Programs in ABAP and the link is :- http://www.kabai.com/abaps/q.htm...
- ABAP Programs: Using where clauses REPORT ZSOURCE1104.* Work areasTABLES: BOOKINGS, CUSTOMERS.* Internal tablesDATA CUSTOMER_ORDERS LIKE BOOKINGS OCCURS 100 WITH HEADER LINE.DATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE.* Selecting data with a simple where...
- ABAP Programs: Using colors REPORT ZSOURCE0807. * Display the header using an appropriate color (grayish blue)WRITE ‘Header’ COLOR COL_HEADING. * Switch the standard colorFORMAT COLOR COL_TOTAL. * Make the color less brightWRITE / ‘total...
- Different types of ABAP Programs There are nine types of ABAP Programs in SAP: 1 Executable Programs (ABAP Reports) I INCLUDE Program M Module Pool/Dialogue programs S Sub-Routine Pool J Interface Pool K Class Pool...



















Leave a Reply