Show TOC Start of Content Area

Background documentationinput Locate the document in its SAP Library structure

Use

Puts the user input from the command line as a resource into the DTR.

Syntax

Syntax

input [-terminator|-t ...] resource

Options

-terminator|-t

Terminator to end user input.

Arguments

resource

Path of the resource.

Description

Puts user input as a resource.

Example

Creates a new file a.txt with the content ‘hello world’ under the working resource /wr/a4106bd6136011dccb0c00199905d653.

input –terminator end /wr/a4106bd6136011dccb0c00199905d653/a.txt
Please type your input (terminator is [end]):
hello world
end

 

End of Content Area