Show TOC Start of Content Area

This graphic is explained in the accompanying text Using Compression Logic  Locate the document in its SAP Library structure

Use

You use compression logic to get an overview of how your source code is structured in a program. Certain parts of a program (subroutines, modules, nested ABAP statements) form logical blocks that you can expand and collapse. You can also define your own logical blocks in the source code.

This graphic is explained in the accompanying text

Compression logic is available only in the Back-End Editor mode of the ABAP Editor. The new Front-End Editor (Source Code Mode) has a similar feature.

Prerequisites

The option With compression logic (Utilities® Settings ® ABAP Editor) is active.

Procedure

...

       1.      Compressing logical blocks.

Choose This graphic is explained in the accompanying text with the quick info text Collapse.

       2.      Expanding logical blocks.

Choose This graphic is explained in the accompanying text with the quick info text Decompress.

       3.      Inserting your own blocks.

                            a.      Insert a comment line beginning with *{ at the start of the block you want to define.

                            b.      Insert a comment line beginning with *} at the end of the block.

                            c.      Choose Enterto confirm.

This graphic is explained in the accompanying text

The compression will not be saved when you leave the ABAP Editor. All blocks will be expanded the next time you open the program. 

 

End of Content Area