SAP ABAP Class CL_BS_BP_GUIBB_RELATIONS (GUIBB for BP relationships)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-APP-BP (Application Component) MDG Business Partner (Central Part)
     MDG_BS_BP_BOLUI (Package) Master Data Governance: BOL UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BS_BP_GUIBB_LIST BOL feeder class GUIBB list for BP 20111128
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BS_CU_GUIBB_RELATIONS GUIBB Feeder for Relations in Customer Like UI 20120808
Properties
Class CL_BS_BP_GUIBB_RELATIONS  
Short Description GUIBB for BP relationships    
Super Class CL_BS_BP_GUIBB_LIST BOL feeder class GUIBB list for BP 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MDG_BS_BP_BOLUI   Master Data Governance: BOL UI 
Created 20111128   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BS_BP_GUIBB_RELATIONS has no forward declaration.
Interfaces
Class CL_BS_BP_GUIBB_RELATIONS has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_BS_BP_GUIBB_RELATION 20111130 GUIBB for BP relation detail
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DIRECTION Constant Public See coding 20111130
2 GT_NONDIRECTIONALS Static Attribute Public Type reference (TYPE) BUR_RELATIONSHIP_TYPE_T List of relationship categories that are nondirectional 20120130
3 MS_OTC_DETAILS Instance attribute Protected Type reference (TYPE) MDG_S_OTC_WITH_DESCR_BS Object Type Code with description 20120503
4 MT_RELTYP_DATA Instance attribute Protected Type reference (TYPE) BUS_RELTYP_TTY Return Structure for Filtering Relationship Types 20120426
5 MT_VALUE_SET_REL_DIRECTION Instance attribute Protected Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST Fixed Values Of Relationship Categories With Direction 20111130
6 MV_CHOOSEN_REL_DIRECTION Instance attribute Protected Type reference (TYPE) BS_BU_RELTYP Relationship direction choosen by user during creation 20120426
7 MV_OTC Instance attribute Protected Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS '1405' Business Object Type 20120503
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_LINE_TO_SORTED_TEXTS Instance method Protected Method appends given line to the text list, if TEXT is not empty 20120305
2 BUILD_DQUERY_PARAMETER Instance method Protected Method Creates a dynamic query paramter for genIL 20120413
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120503
4 GET_VALUE_SET_REL_DIRECTION Instance method Protected Method Returns a value set for relationship categories & direction 20111130
5 ON_REPLICATION_STATUS Instance method Protected Method handles event to monitor replication status of selected rels 20120417
6 OVS_OUTPUT_REL_PARTNER Instance method Protected Method OVS Phase 2 for Relationship Partner 20120413
Events
Class CL_BS_BP_GUIBB_RELATIONS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_OVS_PARTNER_RESULT Protected See coding Structure for OVS partner search result 20120413 BEGIN OF ty_ovs_partner_result, rel_partner TYPE bu_partner, description TYPE bu_descrip, END OF ty_ovs_partner_result
2 TY_OVS_PARTNER_RESULTS Protected See coding Table structure for OVS partner search results 20120413 ty_ovs_partner_results TYPE SORTED TABLE OF ty_ovs_partner_result WITH UNIQUE KEY rel_partner
3 TY_OVS_PARTNER_SEARCH Protected See coding Structure for OVS partner search (incl. BP Category) 20120413 BEGIN OF ty_ovs_partner_search, bp_id TYPE bs_bu_partner, street TYPE bs_ui_ad_street, house_no TYPE ad_hsnm1, postal_code TYPE ad_pstcd1, city TYPE bs_ui_ad_city1, country TYPE land1_gp, name1 TYPE ad_name1, name2 TYPE ad_name2, searchterm1 TYPE ad_sort1, searchterm2 TYPE ad_sort2, bp_category TYPE bu_type, END OF ty_ovs_partner_search
4 TY_OVS_PARTNER_SEARCH_WO_CAT Protected See coding Structure for OVS partner search (excl. BP Category) 20120427 BEGIN OF ty_ovs_partner_search_wo_cat, bp_id TYPE bs_bu_partner, street TYPE bs_ui_ad_street, house_no TYPE ad_hsnm1, postal_code TYPE ad_pstcd1, city TYPE bs_ui_ad_city1, country TYPE land1_gp, name1 TYPE ad_name1, name2 TYPE ad_name2, searchterm1 TYPE ad_sort1, searchterm2 TYPE ad_sort2, END OF ty_ovs_partner_search_wo_cat
5 TY_SORTED_TEXT Protected See coding 20120305 BEGIN OF ty_sorted_text. INCLUDE TYPE wdr_context_attr_value AS value_set. TYPES: sequence TYPE bu_posnr_reltyp, END OF ty_sorted_text
6 TY_SORTED_TEXTS Protected See coding 20120305 ty_sorted_texts TYPE STANDARD TABLE OF ty_sorted_text
Method Signatures

Method APPEND_LINE_TO_SORTED_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SORTED_TEXTS Call by reference Type reference (TYPE) TY_SORTED_TEXTS 20120305
2 Importing IS_LINE Call by reference Type reference (TYPE) TY_SORTED_TEXT 20120305

Method APPEND_LINE_TO_SORTED_TEXTS on class CL_BS_BP_GUIBB_RELATIONS has no exception.

Method BUILD_DQUERY_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE Call by reference Type reference (TYPE) STRING Query Field 20120413
2 Importing IV_VALUE Call by reference Type reference (TYPE) ANY Query Value 20120413
3 Returning RS_DQUERY_PARAMETER Value transfer Type reference (TYPE) GENILT_SELECTION_PARAMETER Selection Parameters for Complex Searches 20120413

Method BUILD_DQUERY_PARAMETER on class CL_BS_BP_GUIBB_RELATIONS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_BS_BP_GUIBB_RELATIONS has no parameter.
Method CONSTRUCTOR on class CL_BS_BP_GUIBB_RELATIONS has no exception.

Method GET_VALUE_SET_REL_DIRECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE_SET Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20111130
2 Importing IO_ACCESS Call by reference Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS Access Interface for BO Attributes 20111130
3 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20111130
4 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20111130

Method GET_VALUE_SET_REL_DIRECTION on class CL_BS_BP_GUIBB_RELATIONS has no exception.

Method ON_REPLICATION_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20120417
2 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT ok/failed 20120417
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT FPM Event 20120417
4 Importing IO_UI_INFO Call by reference Object reference (TYPE REF TO) IF_FPM_LIST_ATS_UI_INFO facade to get UI-related information from ATS List UIBB 20120417
5 Importing IT_SELECTED_LINES Call by reference Type reference (TYPE) RSTABIXTAB Index in target table 20120417
6 Importing IV_EVENT_INDEX Call by reference Type reference (TYPE) SYTABIX Index of Cell based Events 20120417
7 Importing IV_LEAD_INDEX Call by reference Type reference (TYPE) SYTABIX Index of Lead Selection 20120417
8 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Event was triggered by own UI 20120417

Method ON_REPLICATION_STATUS on class CL_BS_BP_GUIBB_RELATIONS has no exception.

Method OVS_OUTPUT_REL_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_OUTPUT Call by reference Object reference (TYPE REF TO) DATA Result list 20120413
2 Exporting ET_COLUMN_TEXTS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Result List Column Headers 20120413
3 Exporting EV_TABLE_HEADER Call by reference Type reference (TYPE) STRING Result List Header 20120413
4 Importing IO_ACCESS Call by reference Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS Access Interface for BO Attributes 20120413
5 Importing IR_QUERY_PARAMETER Call by reference Object reference (TYPE REF TO) DATA Query Parameters 20120413
6 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20120413

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