Entering content frame

Background documentation Generation Style: Classic Locate the document in its SAP Library structure

Example:

<html>

<head>

  <title> `~windowtitle` </title>

</head>

<body>

    `~messageline`

   <form method="post" action=" `WGateURL()` ">

   <p>

   `SFLIGHT-CARRID.label`

   <input type=text name=" `SFLIGHT-CARRID.name` "

          value=" `SFLIGHT-CARRID.value` "

          maxlength="003"

         size="003">

   `assert(SFLIGHT-CARRID.name)`

  <p>

   `SFLIGHT-CONNID.label`

  <input type=text name=" `SFLIGHT-CONNID.name` "

          value=" `SFLIGHT-CONNID.value` "

          maxlength="004" size="004">

   `assert(SFLIGHT-CONNID.name)`

  </form>

</body>

</html>

 

 

Leaving content frame