Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Extended handover screen

Functional details

Extended handover screen with customizable content has been introduced to enable combination of legal information and signature area on one screen. Thanks to its customizable layout capabilities, content can be built and put into sequence supplied with one or more signature fields.

Extended signature screen type SIGNEX can be used when defining screens to be used in screen flow (visit scenarios). See chapter 3.9.

Only one SIGNEX screen can be used in one business scenario. It is recommended to either use Extended Handover screen or combination of standard handover and signature screen in one visit scenario (screen flow).


Technical information

Extended handover screen is composed of predefined screen elements. Following elements are available:

  • TEXT – text element
Text element

Each text element is based on Standard Text (created via SO10 transaction). Text can be formatted using HTML-like tags that are understandable to the application fronted. Formatting capabilities are presented in the table below:


TagExample / Visual effect

<b></b>


Defines bold text


<i></i>


Defines italic text

<u></u>


Defines underlined text

</br>


Inserts a single line break
Moves cursor to new line

</line>


Inserts a custom line break (with visual line separation)

<a href='URL' 'Text' ></a>

Defines a hyperlink.

Where URL placeholder is a target URL and Text is a string of text to be displayed as clickable hyperlink.

${}

Inline placeholder represented by customer defined field. Customer defined field must be first configured in appropriate field configuration of MSA before using it as a placeholder.

Each placeholder must be individually handled via custom BAdI implementation (similar to customer defined fields).

Example placeholder definition:

${/DBE/VBAK_DB-/PACG/TEST}

  • No labels