Menu

SAP Function Module BARC_SET_OPTIONS

Change settings

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module BARC_SET_OPTIONS (Change settings) is a standard Function Module in SAP ERP and is part of the function group BARC within the package SGRC.

Technical Information

Function Module BARC_SET_OPTIONS
Short Text Change settings
Function Group BARC
Package SGRC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADJWCHCOLM LIKE TBCO-ADJWCHCOLM SPACE Dynamic extension of columns
AUTOSCROLL LIKE TBCO-AUTOSCROLL SPACE Step size for automatic paging
BITSCROLL LIKE TBCO-BITSCROLL SPACE Indicator: Fast scrolling
BORDERLINE LIKE TBCO-BORDERLINE SPACE Indicator: Display vertical lines
CMOVE LIKE TBCO-CMOVE SPACE Indicator: Move function
CMREDUCE LIKE TBCO-CMREDUCE SPACE Reduce functions available in change mode
COLWIDTH LIKE TBCO-COLWIDTH SPACE Column width
CREORG LIKE TBCO-CREORG SPACE Indicator: Area change
CSELECT LIKE TBCO-CSELECT SPACE Indicator: Selection function
CUSTOMIZE LIKE TBCO-CUSTOMIZE SPACE Indicator: Customize mode
DBCLICK LIKE TBCO-DBCLICK SPACE Indicator: Double click is supported
DRAGDROP LIKE TBCO-DRAGDROP SPACE Indicator: Position bars in breaks
EDITINLINE LIKE TBCO-EDITINLINE SPACE Indicator: Editing mode
ENJOYLEVEL LIKE TBCO-ENJOYLEVEL SPACE Enjoy level
FIXCOLMOD LIKE TBCO-FIXCOLMOD SPACE Scalability of fixed columns
FIXPHANTR LIKE TBCO-FIXPHANTR SPACE Cannot move phantom object with fixed layer
GRANULAT LIKE TBCO-GRANULAT SPACE Interval for date display
HORLINE LIKE TBCO-HORLINE SPACE Interval between dividing lines in diagram area
INDENTWD LIKE TBCO-HOTSPOT SPACE Indentation of hotspot
INFOTEXTS LIKE TBCO-INFOTEXTS SPACE Indicator: Info text display
ISAUTOMOT LIKE TBCO-ISAUTOMOT SPACE Indicator: Automotive
KEEPOPMOD LIKE TBCO-KEEPOPMOD SPACE Flag: Retain link mode
LAYCON LIKE TBCO-LAYCON SPACE Return layer-specific information
LAYER_TYPE LIKE TBCO-LAYER_TYPE SPACE Default layer type
MARKCOL LIKE TBCO-MARKCOL SPACE Color for color selection
MARKTYPE LIKE TBCO-MARKTYPE SPACE Type of object selection in table area
MENUMARK LIKE TBCO-MENUMARK SPACE Select with right mouse button
MERGEICOS LIKE TBCO-MERGEICOS SPACE Merge change and connect icons
MULTMOVE LIKE TBCO-MULTMOVE SPACE Move several nodes
NORIBHLTS LIKE TBCO-NORIBHLTS SPACE Ribbon color as attribute
NOSTLIN LIKE TBCO-NOSTLIN SPACE Indicator: Suppress date and time
NUMERR LIKE TBCO-NUMERR SPACE Number of errors
NUMHSBS LIKE TBCO-NUMHSBS SPACE Number of horizontal scroll bars
OBJMARK LIKE TBCO-OBJMARK SPACE Type of selection for objects in the diagram area
OPMODE LIKE TBCO-OPMODE SPACE Initial mode
PHANTCOL LIKE TBCO-PHANTCOL SPACE Color of outline
RANGEPROJ LIKE TBCO-RANGEPROJ SPACE Adjust percentage value for project
ROWMARGIN LIKE TBCO-ROWMARGIN SPACE Distance to margin
SCALEROWS LIKE TBCO-SCALEROWS SPACE Modifiability of row height
SCROLLTIM LIKE TBCO-SCROLLTIM SPACE Scroll start time when exceeding chart limits
SELCHARTS LIKE TBCO-SELCHARTS SPACE Flag: Chart title can be marked
SELTYPE LIKE TBCO-SELTYPE SPACE Selectable objects
SHIFTPHANT LIKE TBCO-SHIFTPHANT SPACE Indicator: Granularity layer
SHRINKROWS LIKE TBCO-SHRINKROWS SPACE Row height zero, if without object
SNDDZIOFAC LIKE TBCO-SNDDZIOFAC SPACE Indicator: Send percentage value when adjusting
SOLVEROWS LIKE TBCO-SOLVEROWS SPACE Indicator: Automatic expansion
SYMBOLTYPE LIKE TBCO-SYMBOLTYPE SPACE Type of symbol layer
TERMINATE LIKE TBCO-TERMINATE SPACE Display start/end date
TIMELIN LIKE TBCO-TIMELIN SPACE Flag: Time line
TIMER LIKE TBCO-TIMER '999999' Timer
TSEWZADAPT LIKE TBCO-TSEWZADAPT SPACE Flag: Modifiability of the time axis
TSEWZOPS LIKE TBCO-TSEWZOPS SPACE Active operations in time scale wizard
VIEWLIMITS LIKE TBCO-VIEWLIMITS SPACE Indicator: Report after scrolling
XPOSITION LIKE TBCO-XPOSITION SPACE Position of the graphics window in X direction
XSIZE LIKE TBCO-XSIZE SPACE Width of graphics window
YPOSITION LIKE TBCO-YPOSITION SPACE Position of the graphics window in Y direction
YSIZE LIKE TBCO-YSIZE SPACE Height of graphics window

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.