SAP /SCMTMS/CL_BUPA_ARCH OO Class - Read from Archive for BO /SCMTMS/BUPA









/SCMTMS/CL_BUPA_ARCH 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 /SCMTMS/CL_BUPA_ARCH including details of:

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCMTMS/CL_BUPA_ARCH is /BOFU/CL_ARCH_GENER1

Method list of /SCMTMS/CL_BUPA_ARCH 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
CONVERT_TIMESTAMP_TO_DATEConvert timestamp to date (start or end date)Private
CALL METHOD /scmtms/cl_bupa_arch=>CONVERT_TIMESTAMP_TO_DATE...more details

FILL_ADDRESSXFill address nodesPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_ADDRESS...more details

FILL_ADDRINFOFill node ADDRESSINFORMATIONPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_ADDRINFO...more details

FILL_COMMONFill node COMMONPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_COMMON...more details

FILL_COMMONTMFill node COMMON_TMPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_COMMONTM...more details

FILL_COMPANYFill node COMPANYPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_COMPANY...more details

FILL_IATAFill node IATAPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_IATA...more details

FILL_IDFill node IDENTIFICATIONPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_ID...more details

FILL_ORGFill node ORGANIZATIONPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_ORG...more details

FILL_ORGRELFill node ORGANIZATION_RELPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_ORGREL...more details

FILL_RELATFill node RELATIONSHIPPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_RELAT...more details

FILL_ROLEFill node ROLEPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_ROLE...more details

FILL_ROOTFill node ROOTPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_ROOT...more details

FILL_SCACFill node SCACPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_SCAC...more details

FILL_SERVCODEFill node SERVICE_CODEPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_SERVCODE...more details

FILL_SERVLEVELCODEFill node SERVICE_LEVEL_CODEPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_SERVLEVELCODE...more details

FILL_SUPREGFill node SUPPLIED_REGIONSPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_SUPREG...more details

FILL_TAXFill node TAX_NUMBERPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_TAX...more details

FILL_TEXTFill node TEXTPrivate
CALL METHOD /scmtms/cl_bupa_arch=>FILL_TEXT...more details

NORMALIZE_TEL_NUMBERNormalize phone or fax numberPrivate
CALL METHOD /scmtms/cl_bupa_arch=>NORMALIZE_TEL_NUMBER...more details



/SCMTMS/CL_BUPA_ARCH 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
MT_T005KInstance AttributePhone / Fax country dialing code and mobile_sms flagLIKE
TT_T005K
Private




/SCMTMS/CL_BUPA_ARCH types

TT_BPTMCMP - Table type for table /SCMB/D_BPTMCMP
TT_BPTMGEN - Table type for table /SCMB/D_BPTMGEN
TT_BPTMORG - Table type for table /SCMB/D_BPTMORG
TT_BPTMREG - Table type for table /SCMB/D_BPTMREG
TT_BPTMREL - Table type for table /SCMB/D_BPTMREL
TT_BPTMSC - Table type for table /SCMB/D_BPTMSC
TT_BPTMSCT - Table type for table /SCMB/D_BPTMSCT
TT_BPTMSLC - Table type for table /SCMB/D_BPTMSLC
TT_BPTMSLCT - Table type for table /SCMB/D_BPTMSLCT
TT_BPTMTXT - Table type for table /SCMB/D_BPTMTXT
TT_BUT000 - Table type for table BUT000
TT_BUT020 - Table type for table BUT020
TT_BUT021 - Table type for table BUT021
TT_BUT021_FS - Table type for table BUT021_FS
TT_BUT050 - Table type for table BUT050
TT_BUT051 - Table type for table BUT051
TT_BUT052 - Table type for table BUT052
TT_BUT0ID - Table type for table BUT0ID
TT_BUT100 - Table type for table BUT100
TT_DFKKBPTAXNUM -
TT_T005K - Phone / Fax country dialing code and mobile_sms flag
TY_ADDRNUM -
TY_ADDRVAL -
TY_COM -
TY_POSTAL -
TY_WORKPLACE -
T_ADDR1_VAL -
T_ADDR2_VAL -
T_ADDR3_VAL -
T_ADR12 -
T_ADR2 -
T_ADR3 -
T_ADR6 -
T_ADRCT -

Links to Related Class(s)

/SCMTMS/...
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!