Show TOC Start of Content Area

Background documentation populateproplist Locate the document in its SAP Library structure

Use

Populates a propagation list.

Syntax

Syntax

populateproplist/ppl [-minIsn|-min ...] [-maxIsn|-max ...] [-include|-i ...] [-exclude|-e ...] propagationList operation

Options

-minIsn|-min

Minimum ISN to be included in the propagationlist, if an ISN range should be specifed for the population of the propagationlist (only for operation type add and replace)

-maxIsn|-m

Maximum ISN to be included in the propagation list, if an ISN range should be specifed for the population of the propagation list (only for operation type add and replace)

-include|-i

Includes the given set of resources in the propagation list. The resource paths are relative to the workspace.

-exclude|-e

Excludes the given set of resources in the propagation list. The resource paths are relative to the workspace.

Arguments

propagationList

propagation list name or path

operation

Defines whether resources should be added to, replaced or removed from the propagation list:

      add - add

      replace - replace

      remove – remove

Description

Populates a propagation list.

Example

Populate the propagation list myPropList with all the changes made between ISN 5 and 10.

populateproplist –minIsn 5 -maxIsn 10 myPropList add

 

End of Content Area