Skip to main content

EnsPortal.Dialog.SAPJCO.BaseConfiguration

class EnsPortal.Dialog.SAPJCO.BaseConfiguration extends EnsPortal.Template.standardPage

Configuring SAP BAPI/RFC through SAPJCo 3.x Functionalities are: a) Import sapjco3.jar b)Generate message proxies for SAP BAPI/RFC MM,2013-03-08

Property Inventory

Method Inventory

Parameters

parameter PAGENAME = SAP BAPI/RFC configuration;
Inherited description: Displayed name of this page.

Properties

property canViewFileSystem as %Boolean [ InitialExpression = $system.Security.Check("%Ens_ViewFileSystem","USE") ];
Is the user permitted to access the fileSelect popup. MM 2014-03-25
Property methods: canViewFileSystemDisplayToLogical(), canViewFileSystemGet(), canViewFileSystemIsValid(), canViewFileSystemLogicalToDisplay(), canViewFileSystemLogicalToXSD(), canViewFileSystemNormalize(), canViewFileSystemSet(), canViewFileSystemXSDToLogical()

Methods

method %OnAfterCreatePage() as %Status
Decorate the page.
method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetTitle() as %String
Get the (localized) title string for the page. If there is a production running, its name will appear here; otherwise, we use the page name.
method DoChangeConnectInfo() [ ZenMethod ]
method DoGenerate() [ ZenMethod ]
method DoImportSAPJCO() [ ZenMethod ]
method DoSearch() [ ZenMethod ]
classmethod GenerateRFCMessageClasses(pSAPOperationName, pRFC, pPackage) as %Status
classmethod GetRunningProduction() as %String
Return the name of the running production, or null if no production is currently running.
classmethod GetSAPUtilsObject(pConfigName As %String) as EnsLib.SAP.Utils
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List) as %Status
Get information to display in the ribbon bar.
clientmethod endBusy() [ Language = javascript ]
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
Handle various dialogs.
clientmethod selectJCOjar() [ Language = javascript ]
Launch a dialog so the user can choose a file to import a lookup table from.
clientmethod startBusy() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab