Show TOC

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

 

This command is used to prompt the user for a logic file to import.

Syntax: PROMPT(LOGICFILE, [variable],[label],[mask])

Where

Means

Default Value

LOGICFILE

One or more logic files

n/a

[variable]

The name of the returned variable

%LOGICFILE%

[label]

The text to display to the user

Please select a file.

[mask]

The file types to display in the selected folder

*.lgx, *.lgf

Example Example

PROMPT(LOGICFILE,%LOGICFILE%,"Test for LOGICFILE:",” Logic files(*.lgx),*.lgx”,)

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.