Layout and language
1. Including MIME in BSP application
Definition: MIME for Multipurpose Internet Mail Extension
Storage: MIME objects stored in database table SMIM*
Steps:
1). Open you BSP application with SE80
2). In the context menu of your project, choose Create–>MIME objects–>Import
2. Adjusting the layout
How to link CSS:
<LINK REL=STYLESHEET HREF=”…/STYLE.CSS”>
3. Internationalization
With OTR(Online Text Repository)
1). For short text less than 255 char:
<%=OTR(AliasName)%>
2). For long texts:
<OTR></OTR>
Tips:
1). How-to use alias OTR text:
Method: GET_OTR_TEXT
Object: RUNTIME global object
2). Deletion of blank char:
Method: OTR_TRIM
Object: PAGE global object
3). How-to clear OTR buffer:
Enter /$OTR in the OK_CODE field
No Comments