SAP ABAP Class CL_HMI_CLIENT_FACTORY (Factory for HMI Clients)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ BC-XI-IBD (Application Component) Integration Builder - Design
⤷ SAI_SREP_API (Package) API for Repository
⤷ BC-XI-IBD (Application Component) Integration Builder - Design
⤷ SAI_SREP_API (Package) API for Repository
Properties
Class | CL_HMI_CLIENT_FACTORY | |
Short Description | Factory for HMI Clients | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAI_SREP_API | API for Repository |
Created | 20040824 | SAP |
Last change | 20100113 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_HMI_CLIENT_FACTORY has no forward declaration.
Interfaces
Class CL_HMI_CLIENT_FACTORY has no interface implemented.
Friends
Class CL_HMI_CLIENT_FACTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_APPLCOMP_SERVICE | Constant | Public | Type reference (TYPE) | STRING | 'APPLCOMP' | Name of Release Service | 20040825 | |
2 | CO_CHECK_SERVICE | Constant | Public | Type reference (TYPE) | STRING | 'CheckObjectsServiceId' | 20090123 | ||
3 | CO_GOA_SERVICE | Constant | Public | Type reference (TYPE) | STRING | 'goa' | Name Read Service | 20051118 | |
4 | CO_METHOD_ACT_OBJ_CHK_SRV | Constant | Public | Type reference (TYPE) | STRING | 'CheckActiveObject' | Method: F7 for Active Object | 20090317 | |
5 | CO_METHOD_CHANGELIST | Constant | Public | Type reference (TYPE) | STRING | 'changelist' | 20090126 | ||
6 | CO_METHOD_CHECK_SERVICE | Constant | Public | Type reference (TYPE) | STRING | 'CheckObjectsMethodId' | 20090123 | ||
7 | CO_METHOD_CL_USERS | Constant | Public | Type reference (TYPE) | STRING | 'clusers' | Method: Get All Changelist Users | 20090710 | |
8 | CO_METHOD_CONTAINER | Constant | Public | Type reference (TYPE) | STRING | 'CONTAINER' | Method: CONTAINER | 20041126 | |
9 | CO_METHOD_CONTENT_LANG | Constant | Public | Type reference (TYPE) | STRING | 'content_languages' | Method: Content Languages | 20060914 | |
10 | CO_METHOD_GENERIC | Constant | Public | Type reference (TYPE) | STRING | 'GENERIC' | Method: GENERIC | 20040824 | |
11 | CO_METHOD_MATCHING_SIFS | Constant | Public | Type reference (TYPE) | STRING | 'getMatchingSifs' | Method: Matched Sifs (for sifInfo) | 20060209 | |
12 | CO_METHOD_NAVIQUERY | Constant | Public | Type reference (TYPE) | STRING | 'naviquery' | Method: Navigation (for goa) | 20060125 | |
13 | CO_METHOD_OBJECTREAD | Constant | Public | Type reference (TYPE) | STRING | 'readobject' | Method: objectread (for goa) | 20051118 | |
14 | CO_METHOD_PIC_CHECKS | Constant | Public | Type reference (TYPE) | STRING | 'PICChecks' | 20090123 | ||
15 | CO_METHOD_RELEASE | Constant | Public | Type reference (TYPE) | STRING | 'release' | Method: RELEASE | 20040825 | |
16 | CO_METHOD_SINGLE_READ_GOA | Constant | Public | Type reference (TYPE) | STRING | 'readsingleobject' | Method: Single Read (for GOA Service) | 20081209 | |
17 | CO_METHOD_WRITE | Constant | Public | Type reference (TYPE) | STRING | 'OBJECT' | Method: OBJECT | 20041126 | |
18 | CO_METHOD_WSDL | Constant | Public | Type reference (TYPE) | STRING | 'WSDL' | Method: WSDL | 20040824 | |
19 | CO_PING_SERVICE | Constant | Public | Type reference (TYPE) | STRING | 'PING' | Name Ping-Service | 20041011 | |
20 | CO_QUERY_SERVICE | Constant | Public | Type reference (TYPE) | STRING | 'QUERY' | Name Query Service | 20040824 | |
21 | CO_READ_SERVICE | Constant | Public | Type reference (TYPE) | STRING | 'READ' | Name Read Service | 20040824 | |
22 | CO_SIF_INFO_SERVICE | Constant | Public | Type reference (TYPE) | STRING | 'interfaceinfo' | Name Interface Information Service | 20060209 | |
23 | CO_WRITE_SERVICE | Constant | Public | Type reference (TYPE) | STRING | 'WRITE' | Name: Write Service | 20041126 | |
24 | HTTP_DESTINATION | Instance attribute | Private | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20040824 | ||
25 | URL | Instance attribute | Private | Type reference (TYPE) | STRING | Address | 20040824 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CONSTRUCTOR | Instance method | Private | Constructor | CONSTRUCTOR | 20040824 |
2 | CREATE_CLIENT | Instance method | Public | Method | Creates HMI Client | 20040824 |
3 | CREATE_INSTANCE | Static method | Public | Method | Creates Instance of a Client Factory | 20040824 |
Events
Class CL_HMI_CLIENT_FACTORY has no event.
Types
Class CL_HMI_CLIENT_FACTORY has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_HTTP_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20040824 | ||
2 | Importing | IM_URL | Call by reference | Type reference (TYPE) | STRING | Url | 20040824 |
Method CONSTRUCTOR on class CL_HMI_CLIENT_FACTORY has no exception.
Method CREATE_CLIENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_CALLER_LEVEL | Call by reference | Type reference (TYPE) | STRING | Clientrelease | 20040824 | ||
2 | Importing | IM_LOGON_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Anmeldesprache | 20040824 | ||
3 | Importing | IM_METHOD_ID | Call by reference | Type reference (TYPE) | STRING | MethodId | 20041126 | ||
4 | Importing | IM_PASSWORD | Call by reference | Type reference (TYPE) | STRING | Passwort | 20040824 | ||
5 | Importing | IM_SERVICE_ID | Call by reference | Type reference (TYPE) | STRING | ServiceId | 20040824 | ||
6 | Importing | IM_TARGET_CONTAINER | Call by reference | Type reference (TYPE) | STRING | Targetcontainer | 20040824 | ||
7 | Importing | IM_USER | Call by reference | Type reference (TYPE) | STRING | User | 20040824 | ||
8 | Returning | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_HMI_CLIENT | HMI Client | 20040825 |
Method CREATE_CLIENT on class CL_HMI_CLIENT_FACTORY has no exception.
Method CREATE_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_HTTP_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20040824 | ||
2 | Importing | IM_URL | Call by reference | Type reference (TYPE) | STRING | URL | 20040824 | ||
3 | Returning | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_HMI_CLIENT_FACTORY | Factory für HMI Clients | 20040824 |
Method CREATE_INSTANCE on class CL_HMI_CLIENT_FACTORY has no exception.
History
Last changed by/on | SAP | 20100113 |
SAP Release Created in | 700 |