Fonction SAP BARC_SET_SECTION_ATTRIB - Set section attributes

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
FL BCVALS-FL C 2 Attribute type
ID BCVALS-ID I 4 Identification
VAL BCVALS-VAL C 80 Attribute value

This module is also available as the form routine 'SET_SECTION_ATTRIB'.
The attribute type determines the use of the value.
The following values are available:
't' (= BC_CONST-START_TIME):
Start time at which the section is to begin.
'u' (= BC_CONST-SECTION_TIME_UNIT):
Time unit in which the section is to be displayed.
Possible units:
'1' = year (= BC_CONST-YEAR_UNIT)
'2' = quarter (= BC_CONST-QUATER_UNIT)
'3' = month (= BC_CONST-MONTH_UNIT)
'4' = week (= BC_CONST-WEEK_UNIT)
'5' = day (= BC_CONST-DAY_UNIT)
'6' = hour (= BC_CONST-HOUR_UNIT)
'7' = minute (= BC_CONST-MINUTE_UNIT)
'8' = second (= BC_CONST-SECOND_UNIT)
'w' (= BC_CONST-TIME_UNIT_WIDTH):
Width of the time unit in 1/100 mm.
'a' (= BC_CONST-ADD_MCAL):
Assigns a merge calendar to the section
If a merge calendar is changed during the application then you
must reassign it to the section.
'r' (= BC_CONST-REMOVE_MCAL):
Removes the assignment of a merge calendar to the section.
'!' (= BC_CONST-WIZARD_TEXT):
Name of the object in the customizing wizard.
's' Display position of the collapsed calendar.
= 'X' Position is marked by a line
= SPACE Nothing is displayed (default)
'p' (=BC_CONST-PERIOD_WIDTH):
Period length in seconds (used for folded time axes).
Minimum value is 60 seconds.
'n' (BC_CONST-NUMBER_OF_PERIODS):
Number of periods (used for folded time axes).
Must be greater than 1.
'v':
Set the starting value for numeric (vertical) sections.
Identifies the section whose attributes are to be changed.
The value specified here is dependent on the attribute type (see field'FL').