Alex
(3 comments, 150 posts)
Posts by Alex
BSP Learning Series – 4
0System Message Handling
Layout
在Layout中指定以下的两个消息会西显示, 但是在初次时候, 是不会显示的, 因为我们还没有在EVENT中插入一个MESSAGE
看下面的事件, 根据插入不同的消息到不同的CONDITION. 
OnInputProcessing:

BSP Learning Series – 3
0Event Handler
| Event Handler | Description |
| OnCreate | OnCreate is called once when the page is first created (stateful mode), and performs a once-off data initialization or object creation. |
| OnRequest | OnRequest is called whenever a request is made for a particular page and is used to restore the internal data structures from the request. This is important when working in stateless mode. |
| OnInitialization | This event handler is mainly used for data retrieval. For example, it allows data required for displaying the BSP to be read from the database. It can also execute any program. |
| OnInputProcessing | This event handler checks and processes user input. It can also define navigation, that is, whether the user should be taken to the same page or another when the BSP is called. |
| OnManipulation | You can use this event handler to manipulate the HTTP data stream later. |
| OnDestroy | This event handler is available for special functions. |
About Application Class
举个例子, 这里的AC, 就是在APPLICATION 定义的一个CLASS, 可以说是一个功能性的CLASS 可以在整个APPLICATION 中任意的使用, 包括其METHOD, ATTRIBUTE, 有点类似WebDynpro的Assistance Class的感觉。
BSP Learning Series – 2
0Handling Event of BSP Page Objects
Page with flow logic, there are two kinds of processing mode between HTMLB and HTML page.
|
HTML Page |
Event handler |
Layout![]() Continue reading “BSP Learning Series – 2” » |
SAP Archiving Development Kit Tutorial
0AOBJ
定义ADK对象,写程序和删除程序,以及自定义的VARIANT,如果是CUST%开头的VARIANT是可以被系统自动传输的,否则都是本地的VARIATN.
SARA
执行和测试AOBJ的地方
FILE

How to display a business chart dynamically generated from IGS in WebDynpro for ABAP application and Adobe Interactive Form
0ABAP /OO development knowledge
WebDynpro for ABAP development knowledge
Adobe Lifecycle Design knowledge
Important Notices:
The BusinessGraphics UI element has been extended to include a new bindable property called imageData within Netweaver 7.02/7.20 version, so you do not need the some steps below. This new attribute imageData allows you to receive an XSTRING with the image data that is rendered by the IGS. This avoids the extra steps that you detail for getting direct access to the rendered IGS chart and makes it simple to integrate the IGS content into downloads and/or Adobe Forms.
Continue reading “How to display a business chart dynamically generated from IGS in WebDynpro for ABAP application and Adobe Interactive Form” »
BSP Learning Series – 1
0This is a series blog about how to use BSP programing language to develop web-based application based on SAP Netweaver Platform, the following context are basic structure of whole blog series.
1 HTML的EVENT处理
Page with flow logic
Event Handler
2 Application Class
3 System Message Handling
MESSAGE 类型
Adding Your Own Error Messages

