Entering content frame

Syntax documentation span_rows Locate the document in its SAP Library structure

Use this method to merge rows in a column in a table.

CALL METHOD valid_reference->span_rows
          EXPORTING col_with_span = col_with_span
                    no_of_rows    = no_of_rows.

Parameter and Type

Opt.

Description

col_with_span
TYPE I

 

Number of the column in which you want to merge rows

no_of_rows
TYPE I

 

The number of rows you want to merge

 

 

 

Leaving content frame