Show TOC

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

 

This command is used to prompt the user for a source and destination data range. The number of members in FROM and TO should be the same.

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

Where

Means

Default Value

COPYMOVE

Select two 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.

Enter your selection

[dimensions]

The dimensions to select from.

Category, Time, Entity

Example Example

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