ABAP Programs for Beginners

The code book contain the beginners level programs for new ABAPers. The book covers almost every basic aspect that a programer in this domain should know.

 

Code Book

Continue Reading…

Saving Custom Layouts in SAP ALV

When using a progam or report dealing in ALV, user sometimes does not get the proper display at the time of output in ALV. The reason is non-customising of the layout by the user or the default layout set by other user.

Following process will help you to store your own customized layout.

Continue Reading…

Complete Reference to ABAP Basics

The following ebook is for the ABAP beginners giving an overview of basic topics in ABAP.

This reference guide focuses on following topics:

  • ENTERPRISE RESOURCE PLANNING (ERP)
  • SAP ADVANTAGES
  • Role of ABAPer
  • R/3 ARCHITECTURE COMPONENTS
  • WHAT IS CLIENT IN SAP
  • Developemt Obects -  REPOSITORY OBJECTS and  DATA DICTIONARY OBJECTS
  • ABAP GUI
  • DATA DICTIONARY
  • INTERNAL TABLES
  • SUBROUTINES
  • Reports
  • MODULE POOL PROGRAMMING
  • Menu Painter
  • BATCH DATA COMMUNICATION
  • LSMW ( Legacy System Migration Workbench)
  • SAPSCRIPTS
  • SMARTFORMS

  Continue Reading…

ABAP HR Program to list maintained Infotypes in SAP

Following ABAP HR program is used to display a list of all the Infotype structures maintaine in the SAP. The program generates an ALV Grid which lists all the infotypes in the system.

list_of_infotype_structure

Continue Reading…

ABAP program to create Formatted Excel File using XML

From release 620, ABAP has provided us a way to transform our data using the XML transformation. We can very use the XML to generate the formatted Excel File.

The advantages of the XML technique over the OLE:

  • Using XML technique, File can be generated in Background processing. It would not be possible with OLE technique to generate the Formatted excel file because it needs the active connection with the windows.
  • Using XML we can send the fancy generated file as an Email Attachment.
  • We can create formatted excel file using the XML technique from the Web applications generated using Web Dynpro or BSP.
  • It’s faster when compared to OLE technique.

Continue Reading…

Page 1 of 3123