19.5. Variable CURRENTVARSET

The variable CURRENTVARSET is used for a unique row description.[83]

The variable CURRENTVARSET contains current values of all variables. For example, it can be used in order to transfer respective parameters to a web site.

The variable CURRENTVARSET can be specified by different types.

Example:

$CURRENTVARSET(type=ERP_VARSET,MAXLENGTH=4000)

Possible types are:

  • COMPLETE

  • ERP_VARSET

  • ERP_COMPLETE

  • ERP_UPDATE

  • SHORT (compact varset sufficient to find the row)

  • XVARSET (only value ranges)

The types ERP_* and SHORT also support the "MAXLENGTH" parameter.

The types ERP_* support the PINDIMVARS parameter (value range 0/1). PINDIMVARS controls whether dimension variables are included in the varset, which is not the case by default.




[83] #85497, #66127