Show TOC Start of Content Area

Background documentation FORWARDITEMS / FI  Locate the document in its SAP Library structure

Syntax

FORWARDITEMS

Syntax

forwarditems | fi -d <targetDomain> -t <targetTrack> [--test] | [--app] | [--prod] [-h] [--all] | [--items <queueItem(s)>]

Arguments

 

-d <targetDomain>

Target domain of forwarding.

-t <targetTrack>

Target track of forwarding.

[--test]

Forwards the queue items from the test system queue.

[--app]

Forward the queue items from the approval system queue.

[--prod]

Forwards the queue items from the production system queue.

[-h]

Forwards the queue items from the history queue of selected system.

[--all]

Forwards all queue items of the selected queue.

[--items <queueItem(s)>]

Forwards the specified items from the selected queue. The items have to be provided with a software component name and version, separated by a blank space. With command listqueue, all items of a queue can be displayed. The list of items has to be enclosed by double quotes. When forwarding more than one item, a comma-separated list has to be used.

The software component name is case sensitive.

Description

Forwards software components of a queue or the history queue of the current track to the development system of another track. The forward only works for software components that are defined in the current track (source track) and target track.

Example

fi -d TDOM -t TTRACK --dev --all

fi -d TDOM -t TTRACK --app -h --items "example.org_MYFIRSTSC SDOM_STRACK_C.20050505112233"

End of Content Area