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…

  • Share/Bookmark

Create HR Report Category in SAP

Creating / Maintaining a Report Category is one of the important task in ABAP HR when handling Logical Databases. Report Category provides an added flexibility in term of field selection to be displayed on screen and the handling of fields in the back-end.

 

rep_cat8

 

 

Continue Reading…

  • Share/Bookmark

Add Search Help to Screen Field in SAP

Search Helps forms an integral part of Data Dictionary in SAP. We can attach Search Help in two ways:

1] STATIC HELP ATTACHMENT

2] DYNAMIC HELP ATTACHMENT

 

Continue Reading…

  • Share/Bookmark

ABAP Program to add Dynamic Parameter Text on Selection-Screen

We can also display the Dynamic Parameter Text for the parameters in the selection screen. In this context, we have to use %_parameter_%_APP_%-TEXT to pass value to the parameter text at runtime/dynamically.

Display Dynamic Parameter Name

Display Dynamic Parameter Name

  • Share/Bookmark

ABAP Program to Add Toolbar to Selection-Screen

This tutorial shows the sample code to insert Toolbar at the Selection-Screen and there handling, when user interacts with them. It is a nice code to look at for a beginner.

 

Custom Toolbar
Custom Toolbar

Continue Reading…

  • Share/Bookmark
Page 1 of 11