Start of Content Area

Procedure documentation Use of Parameters in Message Documentation  Locate the document in its SAP Library structure

If, when a message is called in a program, it is accompanied by parameters, that are intended to supplement the display of the message, you can use these parameters in the documentation too. Address the required parameters in the text with "Vn", where "n" stands for the ranking of the parameter in the message call. Enclose the parameter call with "&" characters.

If, for example, you wish to use the second parameter of a message in the documentation, write in the editor:

... the object &V2& could not be found...