Show TOC Start of Content Area

Procedure documentationActivating an Object  Locate the document in its SAP Library structure

Use

You use this procedure to activate your inactive objects, any selected objects, or just sub-components of an object (classes in ABAP Objects).

Prerequisites

Your object should be syntactically correct. Before activating an object, the system performs a syntax check of the entire object (main program, function group, class and so on). It is still possible to activate objects even if they contain errors. This can be useful if you want to create templates for coding generators.

Procedure

...

       1.      Select the relevant object in the object list.

       2.      Choose Activate from the context menu or the buttonThis graphic is explained in the accompanying text with the quick info text Activate.

The list of inactive object appears. The selected object is highlighted.

       3.      Choose Continue to confirm your selection.

A message in the status bar informs you that the object has been successfully activated.

Note

If you want to activate an include used by multiple programs, you have to choose only one of the main programs from the list you are offered.

Result

After the activation the inactive version is deleted and a new runtime version is created.

Note

When you activate an object from the object list, only the inactive objects belonging to that object are displayed in the worklist. However, you can display all of your inactive objects by choosing the All inactive objects button. 

 

 

End of Content Area