SAP /BOFU/CL_BUPA_ENCODE OO Class - Encoding routines for BUPA Node Ids









/BOFU/CL_BUPA_ENCODE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOFU/CL_BUPA_ENCODE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /BOFU/CL_BUPA_ENCODE SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
DECODE_ADRDET_NODE_IDDecodes NodeID for BUPA node AddressCurrentAddressDeterminatPublic
CALL METHOD /bofu/cl_bupa_encode=>DECODE_ADRDET_NODE_ID...more details

DECODE_ADRINFO_NODE_IDDecodes NodeID for BUPA nodeAddressInformationPublic
CALL METHOD /bofu/cl_bupa_encode=>DECODE_ADRINFO_NODE_ID...more details

DECODE_ADRUSE_NODE_IDDecodes NodeID for BUPA node AddressUsagePublic
CALL METHOD /bofu/cl_bupa_encode=>DECODE_ADRUSE_NODE_ID...more details

DECODE_COMMON_NODE_IDDecodes NodeID for BUPA node COMMONPublic
CALL METHOD /bofu/cl_bupa_encode=>DECODE_COMMON_NODE_ID...more details

DECODE_CPWADR_NODE_IDBuilds NodeID for BUPA node RelationshipContactPersonWPADRPublic
CALL METHOD /bofu/cl_bupa_encode=>DECODE_CPWADR_NODE_ID...more details

DECODE_IDENTIFICATION_NODE_IDDecodes NodeID for BUPA node IdentificationPublic
CALL METHOD /bofu/cl_bupa_encode=>DECODE_IDENTIFICATION_NODE_ID...more details

DECODE_RELCP_NODE_IDDecodes NodeID for BUPA node RelationshipContactPersonPublic
CALL METHOD /bofu/cl_bupa_encode=>DECODE_RELCP_NODE_ID...more details

DECODE_RELSHP_NODE_IDDecodes NodeID for BUPA node RelationshipPublic
CALL METHOD /bofu/cl_bupa_encode=>DECODE_RELSHP_NODE_ID...more details

DECODE_ROLE_NODE_IDDecodes NodeID for BUPA node ROLEPublic
CALL METHOD /bofu/cl_bupa_encode=>DECODE_ROLE_NODE_ID...more details

DECODE_ROOT_NODE_IDDecodes NodeID for BUPA node ROOTPublic
CALL METHOD /bofu/cl_bupa_encode=>DECODE_ROOT_NODE_ID...more details

DECODE_TAX_NUMBER_NODE_IDDecodes NodeID for BUPA node TAX_NUMBERPublic
CALL METHOD /bofu/cl_bupa_encode=>DECODE_TAX_NUMBER_NODE_ID...more details

ENCODE_ADRDET_NODE_IDBuilds NodeID fur BUPA AddressCurrentAddressDeterminationProPublic
CALL METHOD /bofu/cl_bupa_encode=>ENCODE_ADRDET_NODE_ID...more details

ENCODE_ADRINFO_NODE_IDBuilds NodeID for BUPA node AddressInformationPublic
CALL METHOD /bofu/cl_bupa_encode=>ENCODE_ADRINFO_NODE_ID...more details

ENCODE_ADRUSE_NODE_IDBuilds NodeID for BUPA node AddressUsagePublic
CALL METHOD /bofu/cl_bupa_encode=>ENCODE_ADRUSE_NODE_ID...more details

ENCODE_COMMON_NODE_IDBuilds NodeID for BUPA node COMMONPublic
CALL METHOD /bofu/cl_bupa_encode=>ENCODE_COMMON_NODE_ID...more details

ENCODE_CPWADR_NODE_IDBuilds NodeID for BUPA node RelationshipContactPersonWPADRPublic
CALL METHOD /bofu/cl_bupa_encode=>ENCODE_CPWADR_NODE_ID...more details

ENCODE_IDENTIFICATION_NODE_IDBuilds NodeID for BUPA node IdentificationPublic
CALL METHOD /bofu/cl_bupa_encode=>ENCODE_IDENTIFICATION_NODE_ID...more details

ENCODE_RELCP_NODE_IDBuilds NodeID for BUPA node RelationshipContactPersonPublic
CALL METHOD /bofu/cl_bupa_encode=>ENCODE_RELCP_NODE_ID...more details

ENCODE_RELSHP_NODE_IDBuilds NodeID for BUPA node RelationshipPublic
CALL METHOD /bofu/cl_bupa_encode=>ENCODE_RELSHP_NODE_ID...more details

ENCODE_ROLE_NODE_IDBuilds NodeID for BUPA node ROLEPublic
CALL METHOD /bofu/cl_bupa_encode=>ENCODE_ROLE_NODE_ID...more details

ENCODE_ROOT_NODE_IDBuilds NodeID for BUPA node ROOTPublic
CALL METHOD /bofu/cl_bupa_encode=>ENCODE_ROOT_NODE_ID...more details

ENCODE_TAX_NUMBER_NODE_IDBuilds NodeID for BUPA node TAX_NUMBERPublic
CALL METHOD /bofu/cl_bupa_encode=>ENCODE_TAX_NUMBER_NODE_ID...more details

GET_CPWADR_PARENT_NODE_IDProtected
CALL METHOD /bofu/cl_bupa_encode=>GET_CPWADR_PARENT_NODE_ID...more details

GET_INSTANCEReturns instance of /SCMTMS/CL_BUPA_ENCODE InstancePublic
CALL METHOD /bofu/cl_bupa_encode=>GET_INSTANCE...more details

GET_PARENT_ROOT_NODE_IDReturns parent and root node id for requested node idPublic
CALL METHOD /bofu/cl_bupa_encode=>GET_PARENT_ROOT_NODE_ID...more details

GET_RELSHP_PARENT_NODE_IDProtected
CALL METHOD /bofu/cl_bupa_encode=>GET_RELSHP_PARENT_NODE_ID...more details



/BOFU/CL_BUPA_ENCODE attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
MO_BUPA_ENCODEStatic AttributeEncoding routines for BUPA Node IdsLIKE
/BOFU/CL_BUPA_ENCODE
Protected




/BOFU/CL_BUPA_ENCODE types

DE_GUID - GUID in 'RAW' format

Links to Related Class(s)

/BOFU/CL...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!