|
|
Execute.htm page of the SAP BSP example application to store favourite tcodes as a cookie
This is the execute.htm page of the example favourits BSP, this is being used
to demonstrate the use of cookies to store and retrieve information entered by a sap bsp user. Please note this page will do very little on
it own and needs to be implemented as part of the whole favourits BSP application
*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>
Website Navigation to related information
|