Show TOC

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

 

This command prompts the user for two noncalculated data ranges (for copying data, for example). The number of members in FROM and TO should be the same.

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

Where

Means

Default Value

COPYMOVEINPUT

Select noncalculated data ranges.

n/a

[variable]

The name of the returned variable

%SELECTION%

[second variable]

The name of the second returned variable

%TOSELECTION%

[label]

The text to display to the user.

Please select a file..

[dimensions]

The dimensions to select from

Category, Time, Entity

%DIMS% is the dimension list in current application.

Example Example

PROMPT(COPYMOVEINPUT,%SELECTION%,%TOSELECTION%,"Test for COPYMOVEINPUT",”%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.