Entering content frame

Function documentation Information on a Specific Cell Locate the document in its SAP Library structure

Use

This method returns details for cells at a specific cell coordinate.

Prerequisites

Note

You cannot call up this method in the START method.

Features

Method

GET_CELL_INFO

Importing parameter

Description

I_ROW

Row co-ordinate of cell in table

I_COLUMN

Column co-ordinate of cell in table

Exporting parameter

Description

E_AXIS

Axis of the cell

0 = on the columns, 1 = on the rows, -1 otherwise

E_DATA_ROW

Data row

Row coordinate in data area This information is important, for example, when jumping from one report to another.

E_DATA_COLUMN

Data column

Column coordinate in data area. This information is important, for example, when jumping from one report to another.

E_CELL_TYPE

Type of cell

0 = Empty cell

1 = Data cell

2 = Structure component

3 = Characteristic value

4 = Characteristic header

5 = Display attribute value

6 = Display-attribute header

7 = Scaling factor

E_IOBJNM

Characteristic/structure name

This parameter is filled only for cells of type 2, 3, 4, 5 and 6.

E_ATTRINM

Display-attribute name

This parameter is filled only for cells of type 5 and 6.

E_T_CELL_RESTRICTIONS

Cell Restrictions

Restrictions arising from the position of the cell in the table. For example, there are restrictions on the display of data cells on the axes.

For details about tables, see Dataset and Axis Data

Note

Unlike in the set, the ATTRIBUTES component is not offered.

E_S_CELL_DATA

Information about data cells

Information about data cells, for example, the value of the data cell, is available from here. For details about structures, see Dataset and CELL_DATA

You can also use the following service methods:

Creating Navigation URLs

Information on the Navigation Status

Symbols

Sending Messages

JavaScript Functions

Determining Specific Attributes for the Table Interface

 

 

 

Leaving content frame