understanding se32

3
Understanding SE32 - ABAP Text Element Maintenance By Maavee Solutions This document details about the features provided by the transaction SE32 (ABAP Text Element Maintenance) For our demo purpose, we have created the following program without adding any Text Symbols. Now let us go to transaction SE32, enter the program name and click on Analysis. You would get the following report:

Upload: rasheedam

Post on 08-Jul-2016

212 views

Category:

Documents


0 download

DESCRIPTION

Understanding SE321

TRANSCRIPT

Page 1: Understanding SE32

Understanding SE32 - ABAP Text Element MaintenanceBy Maavee Solutions

This document details about the features provided by the transaction SE32 (ABAP Text Element Maintenance)

For our demo purpose, we have created the following program without adding any Text Symbols.

Now let us go to transaction SE32, enter the program name and click on Analysis.

You would get the following report:

Page 2: Understanding SE32

Let us understand the three options in detail:

1.       “Text symbols that can be deleted from the text pool”. This is highlighted when there are any unused text symbols in the program.

2.       “Text symbols that need to be added to the text pool”. This is highlighted if there are any text symbols mentioned in the program but are not maintained as text symbols.

3.       “Text symbols defined repeatedly / differently in program”. This is highlighted when there is a mismatch of the text symbol with the one maintained in the code.

Since there aren’t any text symbols maintained in our program, it is obvious that the above tests would be passed.

Now let us modify our program by including text symbols with some differences as shown below (to be highlighted in the tool):

Page 3: Understanding SE32

Maintain the Text Symbols as below:

s