Portlet Factory, Version 6.1.2
Objects Created by the SAP View & Form Builder
This topic describes the objects, such as LJOs, variables, methods, and pages, that are created by the SAP View & Form builder.
Linked Java Objects
- Buildername (helper LJO)
- LJO that includes an execute method to execute the SAP function.
- getSAPAccess (helper LJO)
- Method to retrieve an SAPAccess object. SAPAccess has several methods to retrieve information based on the connection to SAP (for example, getHostServer, getProperties, getUserName).
Variables
- Buildername_Schema
- XSD schema representing the data returned by the function. There are child schema elements defined for Imports, Exports, and Tables.
- Buildername_Imports
- This schema-typed variable holds the inputs (if any) that are used by the function. If Create Input Page is selected, an input page will be generated, using a Data Page builder to generate an input form.
- Buildername_Exports
- This schema-typed variable holds the (non-table) output (if any) of the function.
- Buildername_Tables
- This schema-typed variable is populated whenever the execute method is called. This variable contains all the tables for the function. ( Some SAP functions also use Tables as input/output parameters. )
- Buildername_SelectedRowData
- Created only if Create Link To Details is selected. This is a variable that will hold the value of the selected row when you click on that row.
Methods
- Buildername_ShowResults
- This method calls the selected function (using the execute method of the LJO) and displays the view page with results.
- Buildername_SelectRow
- This is used when Create link to details is enabled. Used to select a row in the results table, put the selected row's data into the Buildername_SelectedRowData variable, and then call the selected action.
- main
- Generated by default for the initial action in the application. If Create Input Page is selected, main displays that page. Otherwise it invokes the function and displays the View page.
Pages
- Buildername_ViewPage
- Page that displays the selected function results.
- Buildername_InputPage
- Input page (if Create Input Page is selected).
- Buildername_DetailsPage
- Details page for one row of results (if Create Details Page and Get details directly from selected row are selected).
Parent topic: SAP View & Form builder
Library | Support |