Entering content frameSyntax documentationset_ranges_format Locate the document in its SAP Library structure

Use this method to change the format of a set of ranges.

CALL METHOD spreadsheet->set_ranges_format
       EXPORTING formattable = formattable
                 updating    = updating
                 no_flush    = no_flush
       IMPORTING error       = error
                 retcode     = retcode.

Description of parameters

Parameter

Optional

Description

formattable

 

Control table with type SOI_FORMAT_TABLE (see also Important Table Structures).

updating

X

See The Updating Parameter

 

 

 

Leaving content frame