SAP ABAP Class CL_RSTRAN_GEN_STEPGRP_MASTER (Step Group)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSTRAN_R (Package) Transformation Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_GEN_STEPGRP Step Group 20050919
Properties
Class CL_RSTRAN_GEN_STEPGRP_MASTER  
Short Description Step Group    
Super Class CL_RSTRAN_GEN_STEPGRP Step Group 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSTRAN_R   Transformation Runtime 
Created 20050919   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSDMD_LOOKUP_MASTER_DATA Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSTRAN_GEN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_RSTRAN_GEN_STEP Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_RSTRAN_GEN_ROOT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSDM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTRAN_GEN_STEPGRP_MASTER has no interface implemented.
Friends
Class CL_RSTRAN_GEN_STEPGRP_MASTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_T_FACTORY Static Attribute Private Type reference (TYPE) TY_T_MASTER 20050920
2 P_IOBJNM Instance attribute Private Type reference (TYPE) RSIOBJNM InfoObject That Is Read from 20050919
3 P_IOBJNM_REF Instance attribute Private Type reference (TYPE) RSIOBJNM InfoObject That Is Read from 20061128
4 P_NO_PREFETCH Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20071127
5 P_SEGID_SC Instance attribute Private Type reference (TYPE) RSTRAN_SEGID Segmentnummer der Quelle 20121031
6 P_S_TIME Instance attribute Private Type reference (TYPE) TY_S_TIME_GRP Attributes of Time Dependency 20050919
7 P_TIME_FIELD Instance attribute Private Type reference (TYPE) RSD_FIELDNM 20071127
8 P_TIME_IN Instance attribute Private Type reference (TYPE) CL_RSTRAN_GEN_STEP=>TY_S_COMPONENT Source of Time Dependency 20050919
9 P_TYPE_OUT Instance attribute Private Type reference (TYPE) TYPENAME Initial Structure Type for Multiple Master Data Attributes 20050919
10 P_T_ATTRNM Instance attribute Private Type reference (TYPE) RSDM_T_ATTRINM 20071127
11 P_T_FIELD Instance attribute Private Type reference (TYPE) IF_RSTRAN_GEN_ROOT=>TY_T_FIELD_ATTR Feldattribute 20121031
12 P_T_IOBJ Instance attribute Private Type reference (TYPE) TY_T_IOBJ InfoObjects with Gen. Info 20050919
13 P_T_MAP Instance attribute Private Type reference (TYPE) CL_RSDMD_LOOKUP_MASTER_DATA=>_T_MAP_SRCFIELDNM_IOBJFIELDNM 20071127
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050920
2 FACTORY_SUB Static method Public Method FACTORY Subclass 20050920
3 FREE_SUB Static method Public Method FREE 20050920
4 GET_META_OBJECT Static method Public Method Step Type Retrive Specific Meta-Object 20050920
5 GET_META_OBJECT_ Instance method Private Method Step Type Retrive Specific Meta-Object 20050920
6 REGISTER_RULE Instance method Private Method Register Rule in Step Group 20050921
7 SET_NO_PREFETCH Instance method Public Method 20071127
Events
Class CL_RSTRAN_GEN_STEPGRP_MASTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_IOBJ Private See coding InfoObject with Gen. Info 20050919 BEGIN OF ty_s_iobj, iobjnm TYPE rsiobjnm, r_step_ type ref to cl_rstran_gen_step, s_gen TYPE cl_rstran_gen_step=>ty_s_parameter, END OF ty_s_iobj
2 TY_S_MAP_SRCFNM_IOBJFNM Public See coding 20071127 begin of ty_s_map_srcfnm_iobjfnm, src_fieldnm type rsd_fieldnm, iobj_fieldnm type rsd_fieldnm, end of ty_s_map_srcfnm_iobjfnm
3 TY_S_MASTER Private See coding 20050920 begin of TY_S_MASTER, r_stepgrp_ type ref to cl_rstran_gen_stepgrp, iobjnm type rsiobjnm, fieldnm type rsfieldnm, segid type rstran_segid, s_time TYPE cl_rstran_gen=>ty_s_time_grp, end of ty_s_master
4 TY_S_META Public See coding 20050920 BEGIN OF ty_s_meta, iobjnm TYPE rsdiobjnm, s_time TYPE ty_s_time_grp, ti_in TYPE if_rstran_gen_root=>ty_s_component_step, t_in TYPE if_rstran_gen_root=>ty_t_par_in, prefix TYPE string, t_attrnm TYPE rsdm_t_attrinm, no_prefetch Type rs_bool, t_map type ty_t_map_srcfnm_iobjfnm, ti_fd type rsd_fieldnm, prefetch_iobjnm type rsdiobjnm, r_stepgrp type ref to cl_rstran_gen_stepgrp_master, END OF ty_s_meta
5 TY_S_TIME_GRP Public See coding Attributes of Time Dependency 20050919 BEGIN OF ty_s_time_grp, iobjnm TYPE rsdiobjnm, date TYPE d, mper TYPE rsmper, END OF ty_s_time_grp
6 TY_T_IOBJ Private See coding InfoObjects with Gen. Info 20050919 ty_t_iobj TYPE STANDARD TABLE OF ty_s_iobj WITH NON-UNIQUE KEY iobjnm
7 TY_T_MAP_SRCFNM_IOBJFNM Public See coding 20071127 ty_t_map_srcfnm_iobjfnm type standard table of ty_s_map_srcfnm_iobjfnm with non-unique default key
8 TY_T_MASTER Private See coding 20050920 ty_t_master type standard table of ty_s_master with non-unique key iobjnm fieldnm segid s_time
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_STEP_ Call by reference Object reference (TYPE REF TO) CL_RSTRAN_GEN_STEP GenFrameWork Step 20050920
2 Importing I_SEGID_SC Call by reference Type reference (TYPE) RSTRAN_SEGID Segmentnummer 20121031

Method CONSTRUCTOR on class CL_RSTRAN_GEN_STEPGRP_MASTER has no exception.

Method FACTORY_SUB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_STEPGRP_ Value transfer Object reference (TYPE REF TO) CL_RSTRAN_GEN_STEPGRP GenFrameWork StepGruppe 20050920
2 Importing I_R_STEP_ Call by reference Object reference (TYPE REF TO) CL_RSTRAN_GEN_STEP GenFrameWork Step 20050920

Method FACTORY_SUB on class CL_RSTRAN_GEN_STEPGRP_MASTER has no exception.

Method FREE_SUB Signature

Method FREE_SUB on class CL_RSTRAN_GEN_STEPGRP_MASTER has no parameter.
Method FREE_SUB on class CL_RSTRAN_GEN_STEPGRP_MASTER has no exception.

Method GET_META_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTEXT_GUID Call by reference Type reference (TYPE) RSSGUID25 ID 20050920
2 Returning R_S_META_OBJECT Value transfer Type reference (TYPE) TY_S_META 20050920

Method GET_META_OBJECT on class CL_RSTRAN_GEN_STEPGRP_MASTER has no exception.

Method GET_META_OBJECT_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_META_OBJECT Value transfer Type reference (TYPE) TY_S_META Meta-Beschreibung Konvertierung 20050921

Method GET_META_OBJECT_ on class CL_RSTRAN_GEN_STEPGRP_MASTER has no exception.

Method REGISTER_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_STEP_ Call by reference Object reference (TYPE REF TO) CL_RSTRAN_GEN_STEP GenFrameWork Step 20050921

Method REGISTER_RULE on class CL_RSTRAN_GEN_STEPGRP_MASTER has no exception.

Method SET_NO_PREFETCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO_PREFETCH Call by reference Type reference (TYPE) RS_BOOL Boolean 20071127

Method SET_NO_PREFETCH on class CL_RSTRAN_GEN_STEPGRP_MASTER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700