Get system data 

To program or modify test cases manually you need system data. You need the program name and screen number to control the test case screen sequence. You need the function code to maintain individual screens.

To get system data for a test module, open an additional session. Run the transaction for which you want to modify the test module in this session. Run the transaction until you reach the maintenance screen for which you need the system data.

Get program name and screen number:

Choose System ® Status in the transaction maintenance screen. The system displays all system data for this screen. The Program (Screen) field contains the program name and the Screen number field contains the screen number.

If subscreens are used in the screen, you get the subscreen module pool and screen number by positioning on a subscreen field and choosing System ® Status. The Program (Subscreen) field contains the program name and the Screen number field contains the screen number.

If the maintenance screen is a modal dialog box, press F1 on dialog box fields to get system data. The help information appears in another dialog box. Choose Technical info. The data you need is in the Program name and Screen number fields.

Get function code:

If a function key is assigned to the function, press the right mouse key in the work area to find out which one it is.

If no function code exists, click the function in the menu with the left-hand mouse key. Keep the mouse key depressed and press F1 . A dialog box appears that displays the function code in the Function field.

Fast paths are language-dependent, and should be avoided.

Functions which require an EXIT-COMMAND (PAI at EXIT-COMMAND), are not entered with, for example =DELE in the OK code, but with /EDELE .