Show TOC

Function documentationDIMENSIONNAME Prompt() Command Locate this document in the navigation structure

 

Used to prompt for selecting a BPC dimension when importing master data.

Syntax: PROMPT (DIMENSIONNAME, [variable],[label],[combo style],[default value],[dimensions])

Where

Means

Default Value

DIMENSIONNAME

Select a dimension.

n/a

[variable]

Variable

%COMBOBOX%

[label]

The text to display to the user

Enter source and target time.

[combo style]

The style of combo box

0 — The item user selects should be one of the item in the select items

Any number that is not 0 — The item user selects can be any value, which does not need to be one of the item in the select items.

[default value]

The preselected choice

[dimensions]

The dimensions to select.

Separate multiple values with commas.

Category, Time, Entity

%DIMS% is the dimension list in current application.

Example Example

PROMPT(DIMENSIONNAME,%DIMNAME%,"Test for DIMENSIONNAME:",TIME, "%DIMS%")

End of the example.

Any software coding and/or code lines / strings ("Code") included in this documentation are only examples and are not intended to be used in a productive system environment. The Code is only intended to better explain and visualize the syntax and phrasing rules of certain coding. SAP does not warrant the correctness and completeness of the Code given herein, and SAP shall not be liable for errors or damages caused by the usage of the Code, except if such damages were caused by SAP intentionally or by its gross negligence.