SAP ABAP Interface IF_FSBPR_BUPA_API_FACADE (Facade for Central APIs for BP Relationships)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   FS-BP (Application Component) Business Partner
     FS_BP_FND_AL_RELATIONSHIPS (Package) Application Logic for Relationships
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  FSBPR_BUPA_API_FACADE Facade for Central APIs for BP Relationships 20101215
Properties
Interface IF_FSBPR_BUPA_API_FACADE  
Short Description Facade for Central APIs for BP Relationships    
General Data
Package FS_BP_FND_AL_RELATIONSHIPS   Application Logic for Relationships 
Created 20101215   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_FSBPR_BUPA_API_FACADE has no forward declaration.
Interfaces
Interface IF_FSBPR_BUPA_API_FACADE has no interface.
Friends
Interface IF_FSBPR_BUPA_API_FACADE has no friend.
Attributes
Interface IF_FSBPR_BUPA_API_FACADE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_RELATIONSHIP Instance method Public Method Changes a Relationship 20101215
2 CREATE_RELATIONSHIP Instance method Public Method Creates a Relationship with All Time Slots 20101215
3 DELETE_RELATIONSHIP Instance method Public Method Deletes a Relationship with All Time Slots 20101215
4 LOCK_BY_BUSINESS_PARTNER Instance method Public Method Locks Partner's Relationships 20101215
5 LOCK_BY_OBJECT_KEY Instance method Public Method Locks Relationships Based on Partner1, Partner2, Rel. Cat. 20101215
6 LOCK_BY_RELNR Instance method Public Method Locks Relationships Based on RELNR 20101215
7 READ_BUT050 Instance method Public Method Reads Table BUT050 from the Database 20101215
8 READ_BUT051 Instance method Public Method Reads Table BUT051 from the Database 20101215
9 READ_BUT052 Instance method Public Method Reads Table BUT052 from the Database 20101215
10 READ_BUT053 Instance method Public Method Reads Table BUT053 from the Database 20101215
11 READ_CP_ADDRESSES Instance method Public Method Reads Table of Contact Person Addresses from Database 20101215
12 UNLOCK_BY_BUSINESS_PARTNER Instance method Public Method Unlocks Partner's Relationships 20101215
13 UNLOCK_BY_RELNR Instance method Public Method Removes Lock Set Using LOCK 20101215
Events
Interface IF_FSBPR_BUPA_API_FACADE has no event.
Types
Interface IF_FSBPR_BUPA_API_FACADE has no local type.
Method Signatures

Method CHANGE_RELATIONSHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUT050_NEW Call by reference Type reference (TYPE) TTY_BUT050 20101215
2 Importing IT_BUT050_OLD Call by reference Type reference (TYPE) TTY_BUT050 20101215
3 Importing IT_BUT051_NEW Call by reference Type reference (TYPE) TTY_BUT051 20101215
4 Importing IT_BUT051_OLD Call by reference Type reference (TYPE) TTY_BUT051 20101215
5 Importing IT_BUT052_NEW Call by reference Type reference (TYPE) TTY_BUT052 20101215
6 Importing IT_BUT052_OLD Call by reference Type reference (TYPE) TTY_BUT052 20101215
7 Importing IT_BUT053_NEW Call by reference Type reference (TYPE) TTY_BUT053 20101215
8 Importing IT_BUT053_OLD Call by reference Type reference (TYPE) TTY_BUT053 20101215
9 Importing IT_CP_ADDRESSES_NEW Call by reference Type reference (TYPE) FSBPR_CP_ADDRESSES_TTY 20101215
10 Importing IT_CP_ADDRESSES_OLD Call by reference Type reference (TYPE) FSBPR_CP_ADDRESSES_TTY 20101215
11 Importing I_BO_NAME Call by reference Type reference (TYPE) XO_BUSINESS_OBJECT_NAME 20101215
12 Returning RESULT Value transfer Type reference (TYPE) TTY_XO_MESSAGE 20101215

Method CHANGE_RELATIONSHIP on Interface IF_FSBPR_BUPA_API_FACADE has no exception.

Method CREATE_RELATIONSHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUT050 Call by reference Type reference (TYPE) TTY_BUT050 20101215
2 Importing IT_BUT051 Call by reference Type reference (TYPE) TTY_BUT051 20101215
3 Importing IT_BUT052 Call by reference Type reference (TYPE) TTY_BUT052 20101215
4 Importing IT_BUT053 Call by reference Type reference (TYPE) TTY_BUT053 20101215
5 Importing IT_CP_ADDRESSES Call by reference Type reference (TYPE) FSBPR_CP_ADDRESSES_TTY 20101215
6 Importing I_BO_NAME Call by reference Type reference (TYPE) XO_BUSINESS_OBJECT_NAME 20101215
7 Returning RESULT Value transfer Type reference (TYPE) TTY_XO_MESSAGE 20101215

Method CREATE_RELATIONSHIP on Interface IF_FSBPR_BUPA_API_FACADE has no exception.

Method DELETE_RELATIONSHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUT050 Call by reference Type reference (TYPE) TTY_BUT050 20101215
2 Importing I_BO_NAME Call by reference Type reference (TYPE) XO_BUSINESS_OBJECT_NAME 20101215
3 Returning RESULT Value transfer Type reference (TYPE) TTY_XO_MESSAGE 20101215

Method DELETE_RELATIONSHIP on Interface IF_FSBPR_BUPA_API_FACADE has no exception.

Method LOCK_BY_BUSINESS_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARTNER Call by reference Type reference (TYPE) BU_PARTNER 20101215
# Exception Resumable Description Created on
1 CX_FSBPR_ENTRY_LOCKED 20101215

Method LOCK_BY_OBJECT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJKEY Call by reference Type reference (TYPE) FSBPR_OBJECT_KEY 20101215
# Exception Resumable Description Created on
1 CX_FSBPR_ENTRY_LOCKED 20101215

Method LOCK_BY_RELNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RELNR Call by reference Type reference (TYPE) BU_RELNR 20101215
# Exception Resumable Description Created on
1 CX_FSBPR_ENTRY_LOCKED 20101215

Method READ_BUT050 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA Call by reference Type reference (TYPE) TTY_BUT050 20101215
2 Importing I_KEY_LIST Call by reference Type reference (TYPE) FSBPR_OBJECT_KEY_TTY 20101215

Method READ_BUT050 on Interface IF_FSBPR_BUPA_API_FACADE has no exception.

Method READ_BUT051 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA Call by reference Type reference (TYPE) TTY_BUT051 20101215
2 Importing I_KEY_LIST Call by reference Type reference (TYPE) FSBPR_OBJECT_KEY_TTY 20101215

Method READ_BUT051 on Interface IF_FSBPR_BUPA_API_FACADE has no exception.

Method READ_BUT052 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA Call by reference Type reference (TYPE) TTY_BUT052 20101215
2 Importing I_KEY_LIST Call by reference Type reference (TYPE) FSBPR_OBJECT_KEY_TTY 20101215

Method READ_BUT052 on Interface IF_FSBPR_BUPA_API_FACADE has no exception.

Method READ_BUT053 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA Call by reference Type reference (TYPE) TTY_BUT053 20101215
2 Importing I_KEY_LIST Call by reference Type reference (TYPE) FSBPR_OBJECT_KEY_TTY 20101215

Method READ_BUT053 on Interface IF_FSBPR_BUPA_API_FACADE has no exception.

Method READ_CP_ADDRESSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA Call by reference Type reference (TYPE) FSBPR_CP_ADDRESSES_TTY 20101215
2 Importing I_KEY_LIST Call by reference Type reference (TYPE) FSBPR_OBJECT_KEY_TTY 20101215

Method READ_CP_ADDRESSES on Interface IF_FSBPR_BUPA_API_FACADE has no exception.

Method UNLOCK_BY_BUSINESS_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARTNER Call by reference Type reference (TYPE) BU_PARTNER 20101215

Method UNLOCK_BY_BUSINESS_PARTNER on Interface IF_FSBPR_BUPA_API_FACADE has no exception.

Method UNLOCK_BY_RELNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RELNR Call by reference Type reference (TYPE) BU_RELNR 20101215

Method UNLOCK_BY_RELNR on Interface IF_FSBPR_BUPA_API_FACADE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 400