SAP ABAP Class IF_JAM_GROUP (Jam person)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_JAM_OBJECT Parent of all Jam objects 20130122
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_JAM_GROUP_INT Jam person internal interface 20130122
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_JAM_GROUP Jam person 20130122
3 Interface implementation (CLASS c. INTERFACES i_ref)  TD_JAM_GENERAL_ABSTRACT Jam general abstract test double 20130123
Properties
Class IF_JAM_GROUP  
Short Description Jam person    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130122   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_JAM_GROUP has no forward declaration.
Interfaces
Class IF_JAM_GROUP has no interface implemented.
Friends
Class IF_JAM_GROUP has no friend class.
Attributes
Class IF_JAM_GROUP has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_GROUP_INFO Instance method Public Method 20130122
Events
Class IF_JAM_GROUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_GROUP_INFO Public See coding 20130122 BEGIN OF ts_group_info, " TODO check types! photo TYPE string, name TYPE string, scope TYPE string, created_at TYPE string, id TYPE string, creator_id TYPE string, description TYPE string, acl TYPE string, END OF ts_group_info
2 TT_PERSON Public See coding 20130122 tt_person TYPE STANDARD TABLE OF REF TO if_jam_group WITH DEFAULT KEY
Method Signatures

Method GET_GROUP_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_GROUP_INFO Value transfer Type reference (TYPE) TS_GROUP_INFO 20130122
# Exception Resumable Description Created on
1 CX_JAM_GROUP 20130122
History
Last changed by/on SAP  20140121 
SAP Release Created in