SAP ABAP Class /IWBEP/CL_SBUI_CR_GUID_ACTY (Guided Activity for Create service)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_GENBM (Package) Gateway Service Builder # Beautification Modification Gen
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBUI_GUIDED_ACTIVITY SB: UI guided activity (convenience class) 20120606
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /BOFU/CL_GBI_SBUI_GUID_ACTY Guided Activity Class 20130304
2 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_ANA_DT_SBUI_GUID_ACT Analytics Integration - Guided Activity for Setvice Builder 20120622
3 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBUI_OCI_GUID_ACTY OSCI Integration - Guided Activity for Setvice Builder 20130219
Properties
Class /IWBEP/CL_SBUI_CR_GUID_ACTY  
Short Description Guided Activity for Create service    
Super Class /IWBEP/CL_SBUI_GUIDED_ACTIVITY SB: UI guided activity (convenience class) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/SB_GENBM   Gateway Service Builder # Beautification Modification Gen 
Created 20120606   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SBUI_CONTROLLER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWBEP/CL_SBUI_CR_GUID_ACTY has no interface implemented.
Friends
Class /IWBEP/CL_SBUI_CR_GUID_ACTY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_DS_TYPE Static Attribute Public Type reference (TYPE) /IWBEP/S_SBDM_DATA_SOURCE_TYPE SB: DM Data Source Type 20120626
2 MT_MESSAGES Instance attribute Public Type reference (TYPE) BAPIRET2_T Return Parameter 20120626
3 MT_PARAMETER Instance attribute Private Type reference (TYPE) TY_T_PARAMS 20120606
4 MV_COUNT Instance attribute Private Type reference (TYPE) CHAR04 Data Type 4 Characters 20120716
5 MV_DPC_NAME Instance attribute Private Type reference (TYPE) /IWBEP/MED_RUNTIME_SERVICE Object Type Name 20120606
6 MV_IS_CLSNAME_NONEDITABLE Instance attribute Public Type reference (TYPE) BOOLEAN Check if class names are non-editable 20121126
7 MV_MDLDESC Instance attribute Protected Type reference (TYPE) /IWBEP/MED_DESCRIPTION Model Description 20120619
8 MV_MDLVRS Instance attribute Protected Type reference (TYPE) /IWBEP/MED_MDL_VERSION 20120620
9 MV_MODEL Instance attribute Private Type reference (TYPE) /IWBEP/MED_MDL_TECHNICAL_NAME Technical Model Name 20120606
10 MV_MPC_NAME Instance attribute Private Type reference (TYPE) /IWBEP/MED_DEFINITION_CLASS Object Type Name 20120606
11 MV_RFCDEST Static Attribute Public Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120615
12 MV_RFSH_TREE Instance attribute Private Type reference (TYPE) BOOLEAN Refresh Tree 20120710
13 MV_SERVICE Instance attribute Private Type reference (TYPE) /IWBEP/MED_GRP_TECHNICAL_NAME Technical Service Name 20120606
14 MV_SRVDESC Instance attribute Protected Type reference (TYPE) /IWBEP/MED_DESCRIPTION Service Description 20120619
15 MV_SRVVRS Instance attribute Protected Type reference (TYPE) /IWBEP/MED_GRP_VERSION 20120620
16 MV_SRV_GEN Instance attribute Private Type reference (TYPE) BOOLEAN Is Service Generated 20120621
17 MV_SUPPLIED_DPC_NAME Instance attribute Public Type reference (TYPE) /IWBEP/MED_RUNTIME_SERVICE Supplied DPC Name 20121126
18 MV_SUPPLIED_MPC_NAME Instance attribute Public Type reference (TYPE) /IWBEP/MED_DEFINITION_CLASS Supplied MPC name 20121126
19 MV_VLS_CHGD Instance attribute Public Type reference (TYPE) BOOLEAN ABAP_FALSE Values Changed in Screen1 20120626
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_SERVICE Instance method Private Method 20120606
2 GENERATE_SERVICE Instance method Protected Method 20120606
3 GET_ATTRIBUTES Instance method Public Method 20120606
4 GET_PARAMETER Instance method Public Method 20120606
5 GET_SRV_NOT_REGISTERED Instance method Protected Method Get if the Service is registered or not 20130531
6 PROGRESS_INDICATOR Instance method Protected Method 20120620
7 SET_ATTRIBUTES Instance method Protected Method 20120606
8 SET_PARAMETER Instance method Public Method 20120606
Events
Class /IWBEP/CL_SBUI_CR_GUID_ACTY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_PARAMS Public See coding 20120606 BEGIN OF ty_s_params , name TYPE char255, value TYPE char255, END OF ty_s_params
2 TY_T_PARAMS Public See coding 20120606 ty_t_params TYPE TABLE OF ty_s_params with key name
Method Signatures

Method DELETE_SERVICE Signature

Method DELETE_SERVICE on class /IWBEP/CL_SBUI_CR_GUID_ACTY has no parameter.
Method DELETE_SERVICE on class /IWBEP/CL_SBUI_CR_GUID_ACTY has no exception.

Method GENERATE_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_HANDLER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBUI_INTERACTIVE SB: UI interactive behavior 20120606
2 Importing IT_PARAMETERS Call by reference Type reference (TYPE) TY_T_PARAMS 20120606
3 Importing IV_DPC Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20120606
4 Importing IV_MODEL Call by reference Type reference (TYPE) /IWBEP/MED_MDL_TECHNICAL_NAME Technical Model Name 20120606
5 Importing IV_MPC Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20120606
6 Importing IV_OVERWRITE Call by reference Type reference (TYPE) CHAR1 Single-Character Indicator 20120615
7 Importing IV_SERVICE Call by reference Type reference (TYPE) /IWBEP/MED_GRP_TECHNICAL_NAME Technical Service Name 20120606
8 Returning RV_RCODE Value transfer Type reference (TYPE) /IWBEP/IF_SBUI_CONTROLLER=>TY_RETURN_CODE 20120606

Method GENERATE_SERVICE on class /IWBEP/CL_SBUI_CR_GUID_ACTY has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DPC Call by reference Type reference (TYPE) /IWBEP/MED_RUNTIME_SERVICE Object Type Name 20120606
2 Exporting EV_MDLDESC Call by reference Type reference (TYPE) /IWBEP/MED_DESCRIPTION Description 20120619
3 Exporting EV_MDLVRS Call by reference Type reference (TYPE) /IWBEP/MED_MDL_VERSION 20120620
4 Exporting EV_MODEL Call by reference Type reference (TYPE) /IWBEP/MED_MDL_TECHNICAL_NAME Technical Model Name 20120606
5 Exporting EV_MPC Call by reference Type reference (TYPE) /IWBEP/MED_DEFINITION_CLASS Object Type Name 20120606
6 Exporting EV_SERVICE Call by reference Type reference (TYPE) /IWBEP/MED_GRP_TECHNICAL_NAME Technical Service Name 20120606
7 Exporting EV_SRVDESC Call by reference Type reference (TYPE) /IWBEP/MED_DESCRIPTION Description 20120619
8 Exporting EV_SRVVRS Call by reference Type reference (TYPE) /IWBEP/MED_GRP_VERSION 20120620

Method GET_ATTRIBUTES on class /IWBEP/CL_SBUI_CR_GUID_ACTY has no exception.

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) CHAR255 Char255 20120606
2 Returning RV_VALUE Value transfer Type reference (TYPE) CHAR255 Char255 20120606

Method GET_PARAMETER on class /IWBEP/CL_SBUI_CR_GUID_ACTY has no exception.

Method GET_SRV_NOT_REGISTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SRV_NOT_REG Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130531

Method GET_SRV_NOT_REGISTERED on class /IWBEP/CL_SBUI_CR_GUID_ACTY has no exception.

Method PROGRESS_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERCENTAGE Call by reference Type reference (TYPE) STRING 20120620
2 Importing IV_TEXT Call by reference Type reference (TYPE) STRING 20120620

Method PROGRESS_INDICATOR on class /IWBEP/CL_SBUI_CR_GUID_ACTY has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DPC Call by reference Type reference (TYPE) /IWBEP/MED_RUNTIME_SERVICE Object Type Name 20120606
2 Importing IV_MDLDESC Call by reference Type reference (TYPE) /IWBEP/MED_DESCRIPTION Model Description 20120621
3 Importing IV_MDLVRS Call by reference Type reference (TYPE) /IWBEP/MED_MDL_VERSION Model Version 20120620
4 Importing IV_MODEL Call by reference Type reference (TYPE) /IWBEP/MED_MDL_TECHNICAL_NAME Technical Model Name 20120606
5 Importing IV_MPC Call by reference Type reference (TYPE) /IWBEP/MED_DEFINITION_CLASS Object Type Name 20120606
6 Importing IV_SERVICE Call by reference Type reference (TYPE) /IWBEP/MED_GRP_TECHNICAL_NAME Technical Service Name 20120606
7 Importing IV_SRVDESC Call by reference Type reference (TYPE) /IWBEP/MED_DESCRIPTION Service Description 20120621
8 Importing IV_SRVVRS Call by reference Type reference (TYPE) /IWBEP/MED_GRP_VERSION Model Version 20120620

Method SET_ATTRIBUTES on class /IWBEP/CL_SBUI_CR_GUID_ACTY has no exception.

Method SET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) CHAR255 Char255 20120606
2 Importing IV_VALUE Call by reference Type reference (TYPE) CSEQUENCE 20120606

Method SET_PARAMETER on class /IWBEP/CL_SBUI_CR_GUID_ACTY has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 200