Starting the Editor from the Repository Browser
Starting the Editor from the ABAP Workbench
Editing Additional Program Objects
You can branch to other objects belonging to the program from the initial screen of the ABAP Editor or by choosing Goto ® <object> from the Editor itself.
Variants |
Specify input to a report program. You create variants for reports that you run repeatedly with identical or nearly identical input. |
Attributes |
Specify the general program attributes established when a program is created. Attributes include information like the program type, the program short text, and the application. |
Documentation |
Documents how a program works. |
Text Elements |
Define language dependent program elements. Text elements include descriptive texts that appear in a program's screen or output. Selection texts and screen titles are both examples of text elements. |