Show TOC Start of Content Area

Background documentation INTEGRATECR / ICR  Locate the document in its SAP Library structure

Syntax

INTEGRATECR

Syntax

integratecr | icr [-f <fileName>] | [--dir <directoryPath>] [-u <userName>] [-p <password>]

Arguments

 

[-f <fileName>]

The complete path of the change request file (.PRA). The file path(s) have to be enclosed by double quotes. When you have to integrate more than one change request, you can use a comma-separated list.

[--dir <directoryPath>]

The path of the directory that contains the change request files. Use slash (/) as the path separator.

[-u <userName>]

The user name for the Design Time Repository (DTR) connection.

[-p <password>]

The password for the given user name.

Description

Integrates a change request file (.PRA) into the current track.

The integration succeeds only if the change request belongs to a developed software component of the track.

The change request is integrated into the inactive workspace of the dev system.

Example

icr -f "C:/Temp/sap.com~BI-REPPLAN~MAIN_APL71VAL_D~1.pra"

icr --dir "C:/Temp/CR" -u DTRuser -p password

End of Content Area