SAP ABAP Class /BOFU/CL_BUPA_ENCODE (Encoding routines for BUPA Node Ids)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOFU/BUPA_BO (Package) Business Partner BO
Properties
Class /BOFU/CL_BUPA_ENCODE  
Short Description Encoding routines for BUPA Node Ids    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOFU/BUPA_BO   Business Partner BO 
Created 20081127   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOFU/CL_BUPA_ENCODE has no forward declaration.
Interfaces
Class /BOFU/CL_BUPA_ENCODE has no interface implemented.
Friends
Class /BOFU/CL_BUPA_ENCODE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_BUPA_ENCODE Static Attribute Protected Object reference (TYPE REF TO) /BOFU/CL_BUPA_ENCODE Encoding routines for BUPA Node Ids 20081127
Methods
# Method Level Visibility Method type Description Created on
1 DECODE_ADRDET_NODE_ID Instance method Public Method Decodes NodeID for BUPA node AddressCurrentAddressDeterminat 20081127
2 DECODE_ADRINFO_NODE_ID Instance method Public Method Decodes NodeID for BUPA nodeAddressInformation 20081127
3 DECODE_ADRUSE_NODE_ID Instance method Public Method Decodes NodeID for BUPA node AddressUsage 20081127
4 DECODE_COMMON_NODE_ID Instance method Public Method Decodes NodeID for BUPA node COMMON 20081127
5 DECODE_CPWADR_NODE_ID Instance method Public Method Builds NodeID for BUPA node RelationshipContactPersonWPADR 20081127
6 DECODE_IDENTIFICATION_NODE_ID Instance method Public Method Decodes NodeID for BUPA node Identification 20081127
7 DECODE_RELCP_NODE_ID Instance method Public Method Decodes NodeID for BUPA node RelationshipContactPerson 20081127
8 DECODE_RELSHP_NODE_ID Instance method Public Method Decodes NodeID for BUPA node Relationship 20081127
9 DECODE_ROLE_NODE_ID Instance method Public Method Decodes NodeID for BUPA node ROLE 20081127
10 DECODE_ROOT_NODE_ID Instance method Public Method Decodes NodeID for BUPA node ROOT 20081127
11 DECODE_TAX_NUMBER_NODE_ID Instance method Public Method Decodes NodeID for BUPA node TAX_NUMBER 20081127
12 ENCODE_ADRDET_NODE_ID Instance method Public Method Builds NodeID fur BUPA AddressCurrentAddressDeterminationPro 20081127
13 ENCODE_ADRINFO_NODE_ID Instance method Public Method Builds NodeID for BUPA node AddressInformation 20081127
14 ENCODE_ADRUSE_NODE_ID Instance method Public Method Builds NodeID for BUPA node AddressUsage 20081127
15 ENCODE_COMMON_NODE_ID Instance method Public Method Builds NodeID for BUPA node COMMON 20081127
16 ENCODE_CPWADR_NODE_ID Instance method Public Method Builds NodeID for BUPA node RelationshipContactPersonWPADR 20081127
17 ENCODE_IDENTIFICATION_NODE_ID Instance method Public Method Builds NodeID for BUPA node Identification 20081127
18 ENCODE_RELCP_NODE_ID Instance method Public Method Builds NodeID for BUPA node RelationshipContactPerson 20081127
19 ENCODE_RELSHP_NODE_ID Instance method Public Method Builds NodeID for BUPA node Relationship 20081127
20 ENCODE_ROLE_NODE_ID Instance method Public Method Builds NodeID for BUPA node ROLE 20081127
21 ENCODE_ROOT_NODE_ID Instance method Public Method Builds NodeID for BUPA node ROOT 20081127
22 ENCODE_TAX_NUMBER_NODE_ID Instance method Public Method Builds NodeID for BUPA node TAX_NUMBER 20081127
23 GET_CPWADR_PARENT_NODE_ID Instance method Protected Method 20081127
24 GET_INSTANCE Static method Public Method Returns instance of /SCMTMS/CL_BUPA_ENCODE Instance 20081127
25 GET_PARENT_ROOT_NODE_ID Instance method Public Method Returns parent and root node id for requested node id 20081127
26 GET_RELSHP_PARENT_NODE_ID Instance method Protected Method 20081127
Events
Class /BOFU/CL_BUPA_ENCODE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DE_GUID Public Type reference (TYPE) GUID_16 GUID in 'RAW' format 20081205
Method Signatures

Method DECODE_ADRDET_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADDRESS_GUID Call by reference Type reference (TYPE) BU_ADDRESS_GUID GUID of a Business Partner Address 20081127
2 Exporting EV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
3 Importing IV_ADRDET_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID SESF_BO_NODE_ID 20081127

Method DECODE_ADRDET_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method DECODE_ADRINFO_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADDRESS_GUID Call by reference Type reference (TYPE) BU_ADDRESS_GUID GUID of a Business Partner Address 20081127
2 Exporting EV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
3 Importing IV_ADRINFO_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127

Method DECODE_ADRINFO_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method DECODE_ADRUSE_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADDRESS_GUID Call by reference Type reference (TYPE) BU_ADDRESS_GUID GUID of a Business Partner Address 20081127
2 Exporting EV_ADR_KIND Call by reference Type reference (TYPE) BU_ADRKIND Address Type 20081127
3 Exporting EV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
4 Exporting EV_VALIDTO Call by reference Type reference (TYPE) BU_DATTO Validity Date (Valid To) 20081127
5 Importing IV_ADRUSE_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127

Method DECODE_ADRUSE_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method DECODE_COMMON_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
2 Exporting EV_VALID_TO Call by reference Type reference (TYPE) BU_CENTRAL_VALID_TO Checkbox 20081127
3 Importing IV_COMMON_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID NodeID 20081127

Method DECODE_COMMON_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method DECODE_CPWADR_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADDRNUMBER Call by reference Type reference (TYPE) AD_ADDRNUM 20081127
2 Exporting EV_PARTNER1_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (1) 20081127
3 Exporting EV_PARTNER2_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (2) 20081127
4 Exporting EV_RELDIR Call by reference Type reference (TYPE) /BOFU/BUP_RELDIR 20081127
5 Exporting EV_RELTYP Call by reference Type reference (TYPE) BU_RELTYP Business Partner Relationship Category 20081127
6 Exporting EV_VALIDTO Call by reference Type reference (TYPE) CHAR8 Character field, 8 characters long 20081127
7 Importing IV_CPWADR_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127

Method DECODE_CPWADR_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method DECODE_IDENTIFICATION_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IDNUMBER Call by reference Type reference (TYPE) BU_ID_NUMBER Identification Number 20081127
2 Exporting EV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
3 Exporting EV_TYPE Call by reference Type reference (TYPE) BU_ID_TYPE Identification Type 20081127
4 Importing IV_IDENTIFICATION_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID SESF_BO_NODE_ID 20081127

Method DECODE_IDENTIFICATION_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method DECODE_RELCP_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PARTNER1_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (1) 20081127
2 Exporting EV_PARTNER2_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (2) 20081127
3 Exporting EV_RELDIR Call by reference Type reference (TYPE) /BOFU/BUP_RELDIR 20081127
4 Exporting EV_RELTYP Call by reference Type reference (TYPE) BU_RELTYP Business Partner Relationship Category 20081127
5 Exporting EV_VALIDTO Call by reference Type reference (TYPE) CHAR8 Validity Date (Valid To) 20081127
6 Importing IV_RELCP_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127

Method DECODE_RELCP_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method DECODE_RELSHP_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PARTNER1_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (1) 20081127
2 Exporting EV_PARTNER2_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (2) 20081127
3 Exporting EV_RELDIR Call by reference Type reference (TYPE) /BOFU/BUP_RELDIR 20081127
4 Exporting EV_RELTYP Call by reference Type reference (TYPE) BU_RELTYP Business Partner Relationship Category 20081127
5 Exporting EV_VALIDTO Call by reference Type reference (TYPE) CHAR8 Validity Date (Valid To) 20081127
6 Importing IV_RELSHP_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127

Method DECODE_RELSHP_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method DECODE_ROLE_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
2 Exporting EV_RLTYP Call by reference Type reference (TYPE) BU_PARTNERROLE Business Partner Role 20081127
3 Importing IV_ROLE_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127

Method DECODE_ROLE_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method DECODE_ROOT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
2 Importing IV_ROOT_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID SESF_BO_NODE_ID 20081127

Method DECODE_ROOT_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method DECODE_TAX_NUMBER_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
2 Exporting EV_TAXTYPE Call by reference Type reference (TYPE) BPTAXTYPE Tax Number Category 20081127
3 Importing IV_TAX_NUMBER_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID TAX_NUMBER Node ID 20081127

Method DECODE_TAX_NUMBER_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method ENCODE_ADRDET_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADRDET_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127
2 Importing IV_ADDRESS_GUID Call by reference Type reference (TYPE) BU_ADDRESS_GUID GUID of a Business Partner Address 20081127
3 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127

Method ENCODE_ADRDET_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method ENCODE_ADRINFO_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADRINFO_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127
2 Importing IV_ADDRESS_GUID Call by reference Type reference (TYPE) BU_ADDRESS_GUID GUID of a Business Partner Address 20081127
3 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127

Method ENCODE_ADRINFO_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method ENCODE_ADRUSE_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADRUSE_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127
2 Importing IV_ADDRESS_GUID Call by reference Type reference (TYPE) BU_ADDRESS_GUID GUID of a Business Partner Address 20081127
3 Importing IV_ADR_KIND Call by reference Type reference (TYPE) BU_ADRKIND Address Type 20081127
4 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
5 Importing IV_VALIDTO Call by reference Type reference (TYPE) BU_DATTO Validity Date (Valid To) 20081127

Method ENCODE_ADRUSE_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method ENCODE_COMMON_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COMMON_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID SESF_BO_NODE_ID 20081127
2 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
3 Importing IV_VALID_TO Call by reference Type reference (TYPE) BU_CENTRAL_VALID_TO Validity End Central BP Data (YYYYMMDD) 20081127

Method ENCODE_COMMON_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method ENCODE_CPWADR_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CPWADR_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127
2 Importing IV_ADDRNUMBER Call by reference Type reference (TYPE) AD_ADDRNUM 20081127
3 Importing IV_PARTNER1_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (1) 20081127
4 Importing IV_PARTNER2_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (2) 20081127
5 Importing IV_RELDIR Call by reference Type reference (TYPE) /BOFU/BUP_RELDIR 20081127
6 Importing IV_RELTYP Call by reference Type reference (TYPE) BU_RELTYP Business Partner Relationship Category 20081127
7 Importing IV_VALIDTO Call by reference Type reference (TYPE) CHAR8 Character field, 8 characters long 20081127

Method ENCODE_CPWADR_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method ENCODE_IDENTIFICATION_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IDENTIFICATION_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127
2 Importing IV_IDNUMBER Call by reference Type reference (TYPE) BU_ID_NUMBER Identification Number 20081127
3 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
4 Importing IV_TYPE Call by reference Type reference (TYPE) BU_ID_TYPE Identification Type 20081127

Method ENCODE_IDENTIFICATION_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method ENCODE_RELCP_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RELCP_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127
2 Importing IV_PARTNER1_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (1) 20081127
3 Importing IV_PARTNER2_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (2) 20081127
4 Importing IV_RELDIR Call by reference Type reference (TYPE) /BOFU/BUP_RELDIR 20081127
5 Importing IV_RELTYP Call by reference Type reference (TYPE) BU_RELTYP Business Partner Relationship Category 20081127
6 Importing IV_VALIDTO Call by reference Type reference (TYPE) CHAR8 Validity Date (Valid To) 20081127

Method ENCODE_RELCP_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method ENCODE_RELSHP_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RELSHP_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127
2 Importing IV_PARTNER1_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (1) 20081127
3 Importing IV_PARTNER2_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID (2) 20081127
4 Importing IV_RELDIR Call by reference Type reference (TYPE) /BOFU/BUP_RELDIR 20081127
5 Importing IV_RELTYP Call by reference Type reference (TYPE) BU_RELTYP Business Partner Relationship Category 20081127
6 Importing IV_VALIDTO Call by reference Type reference (TYPE) CHAR8 Validity Date (Valid To) 20081127

Method ENCODE_RELSHP_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method ENCODE_ROLE_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ROLE_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Node ID 20081127
2 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
3 Importing IV_RLTYP Call by reference Type reference (TYPE) BU_PARTNERROLE BP Role 20081127

Method ENCODE_ROLE_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method ENCODE_ROOT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ROOT_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID SESF_BO_NODE_ID 20081127
2 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127

Method ENCODE_ROOT_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method ENCODE_TAX_NUMBER_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TAX_NUMBER_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID TAX_NUMBER Node ID 20081127
2 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID Business Partner GUID 20081127
3 Importing IV_TAXTYPE Call by reference Type reference (TYPE) BPTAXTYPE Tax Number Category 20081127

Method ENCODE_TAX_NUMBER_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method GET_CPWADR_PARENT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PARENT_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Parent Node ID 20081127
2 Exporting EV_ROOT_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID ROOT Node ID 20081127
3 Importing IV_CPWADR_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Relationship Node ID 20081127

Method GET_CPWADR_PARENT_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_BUPA_ENCODE Value transfer Object reference (TYPE REF TO) /BOFU/CL_BUPA_ENCODE Encoding routines for BUPA Node Ids 20081127

Method GET_INSTANCE on class /BOFU/CL_BUPA_ENCODE has no exception.

Method GET_PARENT_ROOT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID SESF_BO_NODE_ID 20081127
2 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Exporting OUT_NODE_IDS Call by reference Type reference (TYPE) /BOFU/S_BO_NODE_IDS BO Node Id structure - nodeID - Parent NodeID and Root NodeI 20081127
# Exception Resumable Description Created on
1 /BOFU/CX_BUPA_ADAPTER 20081127

Method GET_RELSHP_PARENT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PARENT_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID ROOT Node ID 20081127
2 Importing IV_RELSHP_NODE_ID Call by reference Type reference (TYPE) /BOFU/BO_NODE_ID Relationship Node ID 20081127

Method GET_RELSHP_PARENT_NODE_ID on class /BOFU/CL_BUPA_ENCODE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701