SAP ABAP Class CL_FPM_WEB_PERS_FROM_WIKIPEDIA (Get Info about a Person from Wikipedia)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     SAPB_FPM_ODATA (Package) Floorplan Manager (Odata Integration)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_WEB_WIKIPEDIA Base class for Wikipedia feeder 20120427
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_QV_THING Feeder Interface for Quickview Thing UI Building Block 20120427
Properties
Class CL_FPM_WEB_PERS_FROM_WIKIPEDIA  
Short Description Get Info about a Person from Wikipedia    
Super Class CL_FPM_WEB_WIKIPEDIA Base class for Wikipedia feeder 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAPB_FPM_ODATA   Floorplan Manager (Odata Integration) 
Created 20120427   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_WEB_PERS_FROM_WIKIPEDIA has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB_QV_THING Feeder Interface for Quickview Thing UI Building Block 20120427
Friends
Class CL_FPM_WEB_PERS_FROM_WIKIPEDIA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_DATA Instance attribute Private Type reference (TYPE) YS_FIELDCAT 20120427
2 MT_BUFFER Static Attribute Public See coding 20120427
Methods
# Method Level Visibility Method type Description Created on
1 READ Instance method Private Method 20120427
2 READ_BY_NAME Instance method Private Method Reads Person Info from Wikipedia by the person's name 20120427
Events
Class CL_FPM_WEB_PERS_FROM_WIKIPEDIA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_FIELDCAT Public See coding 20120427 begin of YS_FIELDCAT, key type string, fullname type string, date_birth type string, place_birth type string, date_death type string, place_death type string, image_url type string, wikipedia_url type string, end of ys_fieldcat
Method Signatures

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) STRING Wikipedia Page Key 20120427
2 Returning RS_DATA Value transfer Type reference (TYPE) YS_FIELDCAT 20120427

Method READ on class CL_FPM_WEB_PERS_FROM_WIKIPEDIA has no exception.

Method READ_BY_NAME 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) STRING 20120427
2 Returning RS_DATA Value transfer Type reference (TYPE) YS_FIELDCAT 20120427

Method READ_BY_NAME on class CL_FPM_WEB_PERS_FROM_WIKIPEDIA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732