Source Code


Add Pushbutton in Selection Screen

Create MS Word doc using OLE:
ABAP programming supports OLE2 technology. Desktop applications that supports OLE2 technology can be integrated with SAP. View Source Code
, to create Word document using OLE. 


Image in Selection Screen:


Pre-requisite: Upload Image in SAP through transaction SMW0
View Source Code


Set Unicode Flag for 1500+ objects in a single click!
Unicode conversion is one of the important activity during upgrade. A part of this activity involves manually setting unicode flag for each error-free program listed in transaction code 'UCCHECK'. Generally in R/3 systems there are 1500+ programs under this category for unicode conversion. The tedious activity of setting unicode flag for each program ends up eating a lot of time and efforts of developers. Instead of completing this activity manually, it can be completed using Unicode Flag tool in few seconds!
View Source Code


ABAP Memory ID:
Pass internal table from one program to another using ABAP memory.
View demonstration