Entering content frame

Function documentation JavaScript Functions Locate the document in its SAP Library structure

Use

The following method enables you to manage JavaScript source code centrally. The source code is set at the start of the HTML page. You can use this function to construct your own JavaScript source code and, for example, call up manipulated cells from there.

Features

Methods

SET_JAVASCRIPT_FUNCTION

Importing parameter

Description

I_NAME

Name of the section of source code

This name is unique. Any source code already stored that has the same name is overwritten. The name I_NAME is not the name of a JavaScript function (see I_CODING).

I_CODING

JavaScript source code

The source code I_CODING is the inner part of the HTML tag script and can be the definition of JavaScript functions (with function) and/or the definition of JavaScript variables (with var).

The source code of one or more calls of the method is collected and automatically positioned at the beginning of the  HTML page.

You can also use the following service methods:

Generate a Navigation URL

Information on the Navigational State

Information on a Specific Cell

Symbols

Sending Messages

Determining Specific Attributes for the Table-Interface

 

Leaving content frame