Open all | Close all

Getting the LATEST information!

To ensure you are getting the latest information please vist this page on the new domain for SAP Development

Org selection BSP- execute.htm page

*execute.htm


Page Attributes
---------------
gt_tcode	TYPE	TSTC-TCODE  (Auto selected)


Layout
------
<%@page language="abap"%>
<%@extension name="htmlb" prefix="htmlb"%>

<htmlb:content design="design2003">
  <htmlb:page title = " ">
    <htmlb:form>

      <htmlb:textView     text          = "You selected Transaction <%=gt_tcode%>"
                          design        = "EMPHASIZED" />

    </htmlb:form>
  </htmlb:page>
</htmlb:content>