Entering content frame

Function documentation GET_NEWLINE_AFTER_INPUT Method Locate the document in its SAP Library structure

Use

The GET_NEWLINE_AFTER_INPUT method specifies whether or not a line break is inserted after an <input> tag or the following tag is displayed in the same line. If this method returns the value "true", the subsequent tag is displayed in the next line. In this case, a <br/> tag can insert an unwanted blank line.

Example

The following code fragment shows an example of how to use this method:

<input name="test"/>
<% if client_info->get_newline_after_input( )= ‘ ‘.%>
<br/>
<% endif.%>
<input name="test2">

Interface IF_CLIENT_INFO

Leaving content frame