Show TOC

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

 

Used to prompt for selecting a dimension and the members when exporting master data.

Syntax: PROMPT (DIMENSIONMEMBER,[variable],[label],[the second label],[dimensions])

Where

Means

Default Value

DIMENSIONMEMBER

Select a dimension and the members

n/a

[variable]

Variable for the selected info object

%DIMENSIONMEMBER%

[label]

The text to display to the user

Select dimension.

[the second label]

The second text to display to the user

Select members.

[dimensions]

The dimensions to select. Separate multiple values with commas.

Category, Time, Entity%DIMS% is the dimension list in current application.

Example Example

PROMPT(DIMENSIONMEMBER,% DIMENSIONMEMBER%,"Select a dimension","Select members","%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.