SAP ABAP Class CL_BUPA_CURRENT_SEGMENT (Compare Current Business Partner Data with DB: Tool)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   AP-MD-BP (Application Component) SAP Business Partner
     BUPA_INTERFACE_COMPLETE (Package) Business Partner: Complete the Interface Data
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BUPA_CURRENT_TEMPLATE Compare Current Business Partner Data with DB: Tool 20050315
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BUPA_CURRENT_ADDRESS Business Partner: Compare Current Address Data with DB 20050315
2 Inheritance (c INHERITING FROM c_ref)  CL_BUPA_CURRENT_BANKDETAIL Business Partner: Compare Current Bank Data with DB 20050315
3 Inheritance (c INHERITING FROM c_ref)  CL_BUPA_CURRENT_COMMON Business Partner: Compare Current Central Data with DB 20050315
4 Inheritance (c INHERITING FROM c_ref)  CL_BUPA_CURRENT_TAXNUMBER Business Partner: Compare Current Tax Numbers with DB 20050315
Properties
Class CL_BUPA_CURRENT_SEGMENT  
Short Description Compare Current Business Partner Data with DB: Tool    
Super Class CL_BUPA_CURRENT_TEMPLATE Compare Current Business Partner Data with DB: Tool 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class BUPA_CURRENT_DATA    
Program status P  SAP Standard Production Program 
Category 0   
Package BUPA_INTERFACE_COMPLETE   Business Partner: Complete the Interface Data 
Created 20050314   SAP 
Last change 20050705   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BUPA_CURRENT_SEGMENT has no forward declaration.
Interfaces
Class CL_BUPA_CURRENT_SEGMENT has no interface implemented.
Friends
Class CL_BUPA_CURRENT_SEGMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_PACKAGE_SIZE Constant Protected Type reference (TYPE) SYTABIX 100 Index of Internal Tables 20050314
2 MO_X_BUFFER Instance attribute Protected Object reference (TYPE REF TO) CL_BUPA_CURRENT_X_BUFFER Compare Current Business Partner Data with DB: Tool 20050314
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20050314
2 DISCONNECT Instance method Protected Method Convert Results from Internal to External Format 20050314
3 DISCONNECT_ERROR Instance method Protected Method Convert Messages from Internal to External Format 20050314
4 FORMAT_GET_DATA Instance method Protected Method Get External Format of Processing Results 20050314
5 FORMAT_GET_RESULT Instance method Protected Method Get Internal Format of Processing Results 20050314
6 GET Instance method Protected Method Merge BP Data with DB Version: All Data 20050314
7 GET_PACKAGE Instance method Protected Method Merge Current BP Data with DB Version: 1 Package 20050314
8 MERGE Instance method Protected Method Merge Current Data with DB Version: All Data 20050314
9 MERGE_1 Instance method Protected Method Merge Current Data with DB Version: 1 Data Record 20050314
10 MERGE_1_CORE Instance method Protected Method Merge 1 Current Data Record with DB Version: Main Processing 20050314
11 PREFETCH Instance method Protected Method Read Data from DB to Internal Memories 20050314
12 READ Instance method Protected Method Read DB BP Version and Transform to DX Format 20050314
13 RESET Instance method Protected Method Reset Internal Memory 20050314
14 SET_INSTANCES Instance method Protected Method Assemble Objects for Processing 20050314
15 TRNSFRM_BUT2BUS Instance method Protected Method Convert BP Data from DB to DX Format: All Data 20050314
16 TRNSFRM_BUT2BUS_1 Instance method Protected Method Convert BP Data from DB to DX Format: 1 Data Record 20050314
Events
Class CL_BUPA_CURRENT_SEGMENT has no event.
Types
Class CL_BUPA_CURRENT_SEGMENT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method DISCONNECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ERROR Call by reference Type reference (TYPE) MDS_CTRLS_ERROR 20050314
2 Exporting ET_DATA Call by reference Type reference (TYPE) SORTED TABLE Central Business Partner Data 20050314
3 Importing IS_RESULT Call by reference Type reference (TYPE) ANY 20050314

Method DISCONNECT on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method DISCONNECT_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG Call by reference Type reference (TYPE) BUSS_MSG_ALL Fehlermeldungen fuer Geschaeftspartner 20050314
2 Importing IT_DATA Call by reference Type reference (TYPE) SORTED TABLE 20050314
3 Returning RS_ERROR Value transfer Type reference (TYPE) MDS_CTRLS_ERROR Nachrichten-Struktur des Controllers 20050314

Method DISCONNECT_ERROR on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method FORMAT_GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FORMAT Value transfer Type reference (TYPE) STRING 20050314

Method FORMAT_GET_DATA on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method FORMAT_GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FORMAT Value transfer Type reference (TYPE) STRING 20050314

Method FORMAT_GET_RESULT on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ERROR Call by reference Type reference (TYPE) MDS_CTRLS_ERROR Nachrichten-Struktur des Controllers 20050314
2 Exporting ET_OUT Call by reference Type reference (TYPE) SORTED TABLE 20050314
3 Importing IT_INC Call by reference Type reference (TYPE) SORTED TABLE 20050314

Method GET on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method GET_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_RESULT Call by reference Type reference (TYPE) ANY 20050314
2 Changing CT_INC Call by reference Type reference (TYPE) SORTED TABLE 20050314

Method GET_PACKAGE on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method MERGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_RESULT Call by reference Type reference (TYPE) ANY 20050314
2 Changing CT_INC Call by reference Type reference (TYPE) SORTED TABLE 20050314
3 Importing IT_DB Call by reference Type reference (TYPE) SORTED TABLE 20050314

Method MERGE on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method MERGE_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_RESULT Call by reference Type reference (TYPE) ANY 20050314
2 Changing CT_INC Call by reference Type reference (TYPE) SORTED TABLE 20050314
3 Importing IS_DB Call by reference Type reference (TYPE) ANY 20050314

Method MERGE_1 on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method MERGE_1_CORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OUT Call by reference Type reference (TYPE) ANY Geschaeftspartner-Addressen 20050314
2 Importing IS_DB Call by reference Type reference (TYPE) ANY Geschaeftspartner-Addressen 20050314
3 Importing IS_INC Call by reference Type reference (TYPE) ANY Geschaeftspartner-Addressen 20050314

Method MERGE_1_CORE on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method PREFETCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INSTANCE Call by reference Type reference (TYPE) BUS_EI_INSTANCE_T Tabelle mit dem Schlüssel der Externen Partnerstruktur 20050314

Method PREFETCH on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DB Call by reference Type reference (TYPE) SORTED TABLE 20050314
2 Importing IT_INSTANCE Call by reference Type reference (TYPE) BUS_EI_INSTANCE_T Tabelle mit dem Schlüssel der Externen Partnerstruktur 20050314

Method READ on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method RESET Signature

Method RESET on class CL_BUPA_CURRENT_SEGMENT has no parameter.
Method RESET on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method SET_INSTANCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INC Call by reference Type reference (TYPE) SORTED TABLE Business Partner Addresses 20050314
2 Returning RT_INSTANCE Value transfer Type reference (TYPE) BUS_EI_INSTANCE_T Table with Key of External Partner Structure 20050314

Method SET_INSTANCES on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method TRNSFRM_BUT2BUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DB Call by reference Type reference (TYPE) SORTED TABLE 20050314
2 Importing IT_INSTANCE Call by reference Type reference (TYPE) BUS_EI_INSTANCE_T Tabelle mit dem Schlüssel der Externen Partnerstruktur 20050314

Method TRNSFRM_BUT2BUS on class CL_BUPA_CURRENT_SEGMENT has no exception.

Method TRNSFRM_BUT2BUS_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DB Call by reference Type reference (TYPE) ANY Geschaeftspartner-Addressen 20050314
2 Importing IS_INSTANCE Call by reference Type reference (TYPE) BUS_EI_INSTANCE Ext. Schnittstelle: ID und GUID eines Geschäftspartners 20050314

Method TRNSFRM_BUT2BUS_1 on class CL_BUPA_CURRENT_SEGMENT has no exception.
History
Last changed by/on SAP  20050705 
SAP Release Created in 600