Inicio del área de contenido

Procedimiento Using the Grid Control Editor Localizar documento en árbol de navegación

Use

You use this procedure to edit service files, language resources and context data values with the grid control editor.

Procedure

  1. Open the file you want to edit:
      1. Select the relevant HTML template file in the Workspace – Project View and double-click.

        You see the source code in the HTMLBusiness editor’s HTML Source view.
      2. In HTML template window, choose Context Data.
  1. Edit the file using the functions described in the tables below.

The operation of the functions available in the grid control editor is similar, regardless of the type of file you are editing.

Editing Functions

Function

Procedure

Result

Create entry

  1. In Name column, double-click on a blank line and enter parameter name in edit box.
  2. TAB across to Value column and enter parameter value in the edit box.
  3. Press Enter or TAB to next cell.

SAP@Web Studio creates new entry.

The edit box expands as you type.

Edit cell

  1. Double-click cell whose contents you want to edit.
  2. Make change in edit box.
  1. Press Enter or TAB to next cell.

SAP@Web Studio updates cell contents.

The edit box expands as you type.

Copy cell data

  1. Select cell data you want to copy and right-click.
  2. Choose Copy.

You can also use keyboard operations.

SAP@Web Studio copies selected data to buffer.

Cut cell data

  1. Select cell data you want to cut and right-click.
  2. Choose Cut.

You can also use keyboard operations.

SAP@Web Studio deletes selected data from cell and copies it to buffer.

Paste data from buffer

  1. Select cell where you want to paste buffered data and right-click.
  2. Choose Paste.

You can also use keyboard operations.

SAP@Web Studio pastes data from buffer to selected cell.

Delete cell data

  1. Select cell data you want to delete and right-click.
  2. Choose Delete.

You can also use keyboard operations.

SAP@Web Studio deletes selected data from cell.

When you delete text with the Delete function, it is gone. To rescue deleted text, choose Undo immediately.

If you want to remove text and copy it to the buffer, use Cut.

Undo

  1. Double-click cell where you want to undo previous operation.
  2. Choose Undo.

You can also use keyboard operations.

Reverses previous operation.

Layout Definition Functions

Function

Procedure

Result

Sort column entries

Click column header.

Column entries are sorted alphabetically.

To reverse the order, click column header again.

Resize columns

Place cursor between column headers until you see a crosshair and drag in either direction to get required column sizes.

Columns are resized.

Navigation Functions

Function

Procedure

Result

Move from cell to cell

To go to next cell, use TAB key.

To go to previous cell, use SHIFT+TAB .

Cursor moves to next / previous cell.

Move from line to line

Use arrow keys.

Focus moves to next / previous line.

Scroll file up / down

Use vertical scroll bar or page up/down key.

File scrolls up / down.

Scroll file across

Use horizontal scroll bar.

File scrolls across.

Fin del área de contenido