SAP /SCTM/CL_TSPP_SP OO Class - Service Provider: Carrier Profile









/SCTM/CL_TSPP_SP 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 /SCTM/CL_TSPP_SP including details of:

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

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_SP_ACTION

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_SP_ASPECT

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_SP_LOCKING

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_SP_QUERY

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_SP_TRANSACTION

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_SP_VALUE_SET

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCTM/CL_TSPP_SP is /SCTM/CL_SP

Method list of /SCTM/CL_TSPP_SP 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
ACTIONPrivate
CALL METHOD /sctm/cl_tspp_sp=>ACTION...more details

BEFORE_SAVEPrivate
CALL METHOD /sctm/cl_tspp_sp=>BEFORE_SAVE...more details

CHECK_UOM_BY_DIMCheck DimensionPrivate
CALL METHOD /sctm/cl_tspp_sp=>CHECK_UOM_BY_DIM...more details

CLEANUPPrivate
CALL METHOD /sctm/cl_tspp_sp=>CLEANUP...more details

CONSTRUCTORConstructorPublic
CALL METHOD /sctm/cl_tspp_sp=>CONSTRUCTOR...more details

CONVERT_DATE2TIMESTPConvert Date to TimestampPrivate
CALL METHOD /sctm/cl_tspp_sp=>CONVERT_DATE2TIMESTP...more details

DELETEPrivate
CALL METHOD /sctm/cl_tspp_sp=>DELETE...more details

DELETE_TSPP_DTDelete dimension costPrivate
CALL METHOD /sctm/cl_tspp_sp=>DELETE_TSPP_DT...more details

DELETE_TSPP_EQDelete equipmentPrivate
CALL METHOD /sctm/cl_tspp_sp=>DELETE_TSPP_EQ...more details

DELETE_TSPP_FCDelete freight codePrivate
CALL METHOD /sctm/cl_tspp_sp=>DELETE_TSPP_FC...more details

DELETE_TSPP_FGDelete freight groupPrivate
CALL METHOD /sctm/cl_tspp_sp=>DELETE_TSPP_FG...more details

DELETE_TSPP_FTDelete fixed costPrivate
CALL METHOD /sctm/cl_tspp_sp=>DELETE_TSPP_FT...more details

DELETE_TSPP_GEDelete geo asisgnment TMPrivate
CALL METHOD /sctm/cl_tspp_sp=>DELETE_TSPP_GE...more details

DELETE_TSPP_GMDelete geo assignment EWMPrivate
CALL METHOD /sctm/cl_tspp_sp=>DELETE_TSPP_GM...more details

DELETE_TSPP_HDSDelete profile headerPrivate
CALL METHOD /sctm/cl_tspp_sp=>DELETE_TSPP_HDS...more details

DELETE_TSPP_TGDelete transportation groupPrivate
CALL METHOD /sctm/cl_tspp_sp=>DELETE_TSPP_TG...more details

END_OF_QUEUEPrivate
CALL METHOD /sctm/cl_tspp_sp=>END_OF_QUEUE...more details

EXECUTEPrivate
CALL METHOD /sctm/cl_tspp_sp=>EXECUTE...more details

EXIST_EQUI_CODEExistence check equipment codePrivate
CALL METHOD /sctm/cl_tspp_sp=>EXIST_EQUI_CODE...more details

EXIST_EQUI_TYPEExistence check equipment typePrivate
CALL METHOD /sctm/cl_tspp_sp=>EXIST_EQUI_TYPE...more details

EXIST_GARVZExistence Test: Freight Code SetPublic
CALL METHOD /sctm/cl_tspp_sp=>EXIST_GARVZ...more details

EXIST_LEGExistence Check legPrivate
CALL METHOD /sctm/cl_tspp_sp=>EXIST_LEG...more details

EXIST_MFRGRExistence Test: Material Freight GroupPublic
CALL METHOD /sctm/cl_tspp_sp=>EXIST_MFRGR...more details

EXIST_PROFILEExistence profilePrivate
CALL METHOD /sctm/cl_tspp_sp=>EXIST_PROFILE...more details

GET_GARVZ_DESCDetermine Description of Freight Code SetsPublic
CALL METHOD /sctm/cl_tspp_sp=>GET_GARVZ_DESC...more details

GET_HEADER_UPDATE_MODEDetermine Update mode headerPrivate
CALL METHOD /sctm/cl_tspp_sp=>GET_HEADER_UPDATE_MODE...more details

GET_INTERSECTS2Compare tablesPrivate
CALL METHOD /sctm/cl_tspp_sp=>GET_INTERSECTS2...more details

GET_MFRGR_DESCDetermine Description of Material Freight GroupPublic
CALL METHOD /sctm/cl_tspp_sp=>GET_MFRGR_DESC...more details

GET_VALUE_SETPrivate
CALL METHOD /sctm/cl_tspp_sp=>GET_VALUE_SET...more details

INSERTPrivate
CALL METHOD /sctm/cl_tspp_sp=>INSERT...more details

INSERT_TSPP_DTInsert dimension costPrivate
CALL METHOD /sctm/cl_tspp_sp=>INSERT_TSPP_DT...more details

INSERT_TSPP_EQInsert equipmentPrivate
CALL METHOD /sctm/cl_tspp_sp=>INSERT_TSPP_EQ...more details

INSERT_TSPP_FCInsert freight codePrivate
CALL METHOD /sctm/cl_tspp_sp=>INSERT_TSPP_FC...more details

INSERT_TSPP_FGInsert freight groupPrivate
CALL METHOD /sctm/cl_tspp_sp=>INSERT_TSPP_FG...more details

INSERT_TSPP_FTInsert fixed costPrivate
CALL METHOD /sctm/cl_tspp_sp=>INSERT_TSPP_FT...more details

INSERT_TSPP_GEInsert geo assignment TMPrivate
CALL METHOD /sctm/cl_tspp_sp=>INSERT_TSPP_GE...more details

INSERT_TSPP_GMInsert geo assignment EWMPrivate
CALL METHOD /sctm/cl_tspp_sp=>INSERT_TSPP_GM...more details

INSERT_TSPP_HDInsert profile headerPrivate
CALL METHOD /sctm/cl_tspp_sp=>INSERT_TSPP_HD...more details

INSERT_TSPP_TGInsert transportation groupPrivate
CALL METHOD /sctm/cl_tspp_sp=>INSERT_TSPP_TG...more details

LOCKPrivate
CALL METHOD /sctm/cl_tspp_sp=>LOCK...more details

QUERYPrivate
CALL METHOD /sctm/cl_tspp_sp=>QUERY...more details

QUERY_TSPP_EQQuery equipmentPrivate
CALL METHOD /sctm/cl_tspp_sp=>QUERY_TSPP_EQ...more details

QUERY_TSPP_FCQuery freight codePrivate
CALL METHOD /sctm/cl_tspp_sp=>QUERY_TSPP_FC...more details

QUERY_TSPP_FGQuery freight groupPrivate
CALL METHOD /sctm/cl_tspp_sp=>QUERY_TSPP_FG...more details

QUERY_TSPP_GEQuery geo assignmentPrivate
CALL METHOD /sctm/cl_tspp_sp=>QUERY_TSPP_GE...more details

QUERY_TSPP_TGQuery transportation groupPrivate
CALL METHOD /sctm/cl_tspp_sp=>QUERY_TSPP_TG...more details

READ_FROM_DBRead data from databasePrivate
CALL METHOD /sctm/cl_tspp_sp=>READ_FROM_DB...more details

SAVEPrivate
CALL METHOD /sctm/cl_tspp_sp=>SAVE...more details

SELECTPrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT...more details

SELECT_BY_RELATIONPrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT_BY_RELATION...more details

SELECT_TSPP_DTSelect dimension costPrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT_TSPP_DT...more details

SELECT_TSPP_DT_TMSSelect dimension cost TMPrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT_TSPP_DT_TMS...more details

SELECT_TSPP_EQSelect equipmentPrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT_TSPP_EQ...more details

SELECT_TSPP_FCSelect freight codePrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT_TSPP_FC...more details

SELECT_TSPP_FGSelect freight groupPrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT_TSPP_FG...more details

SELECT_TSPP_FTSelect fixed costPrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT_TSPP_FT...more details

SELECT_TSPP_GESelect geo assignment TMPrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT_TSPP_GE...more details

SELECT_TSPP_GMSelect geo assignment EWMPrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT_TSPP_GM...more details

SELECT_TSPP_HDSSelect profile headerPrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT_TSPP_HDS...more details

SELECT_TSPP_TGSelect transportation groupPrivate
CALL METHOD /sctm/cl_tspp_sp=>SELECT_TSPP_TG...more details

UNLOCKPrivate
CALL METHOD /sctm/cl_tspp_sp=>UNLOCK...more details

UPDATEPrivate
CALL METHOD /sctm/cl_tspp_sp=>UPDATE...more details

UPDATE_ADMINUpdate Admin dataPrivate
CALL METHOD /sctm/cl_tspp_sp=>UPDATE_ADMIN...more details

UPDATE_TSPP_DTUpdate dimension costPrivate
CALL METHOD /sctm/cl_tspp_sp=>UPDATE_TSPP_DT...more details

UPDATE_TSPP_FCUpdate freight groupPrivate
CALL METHOD /sctm/cl_tspp_sp=>UPDATE_TSPP_FC...more details

UPDATE_TSPP_FTUpdate fixed costPrivate
CALL METHOD /sctm/cl_tspp_sp=>UPDATE_TSPP_FT...more details

UPDATE_TSPP_GEUpdate geo asisgnment TMPrivate
CALL METHOD /sctm/cl_tspp_sp=>UPDATE_TSPP_GE...more details

UPDATE_TSPP_GMUpdate geo assignment EWMPrivate
CALL METHOD /sctm/cl_tspp_sp=>UPDATE_TSPP_GM...more details

UPDATE_TSPP_HDSUpdate profile headerPrivate
CALL METHOD /sctm/cl_tspp_sp=>UPDATE_TSPP_HDS...more details



/SCTM/CL_TSPP_SP 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_GEO_CONS_CHECKInstance AttributeConsistency of Geo. Assignment AttributesLIKE
GEO_ASSIGN_CONS_CHECKS
Private
MT_TSPP_DT_ALLInstance AttributeCarrier Profile UI: Dimension-Dependent Transportation CostsLIKE
/SCTM/TT_SP_A_TSPP_DT
Private
MT_TSPP_EQ_ALLInstance AttributeCarrier Profile UI: EquipmentLIKE
/SCTM/TT_SP_A_TSPP_EQ
Private
MT_TSPP_FC_ALLInstance AttributeCarrier Profile UI: Freight Code SetLIKE
/SCTM/TT_SP_A_TSPP_FC
Private
MT_TSPP_FG_ALLInstance AttributeCarrier Profile UI: Product Freight GroupLIKE
/SCTM/TT_SP_A_TSPP_FG
Private
MT_TSPP_FT_ALLInstance AttributeCarrier Profile UI: Fixed Transportation CostsLIKE
/SCTM/TT_SP_A_TSPP_FT
Private
MT_TSPP_GE_ALLInstance AttributeCarrier Profile UI: Geo/MTr Assignment TMLIKE
/SCTM/TT_SP_A_TSPP_GE
Private
MT_TSPP_GM_ALLInstance AttributeCarrier Profile UI: Geo/MTr Assignment EWMLIKE
/SCTM/TT_SP_A_TSPP_GM
Private
MT_TSPP_HDS_ALLInstance AttributeCarrier Profile UI: HeaderLIKE
/SCTM/TT_SP_A_TSPP_HD
Private
MT_TSPP_TG_ALLInstance AttributeCarrier Profile UI: Transportation GroupLIKE
/SCTM/TT_SP_A_TSPP_TG
Private
SC_CLEANUP_COMMITInstance AttributeLIKE
Private
SC_CLEANUP_DEQUEUEInstance AttributeLIKE
Private
SC_CLEANUP_ENDInstance AttributeLIKE
Private


Links to Related Class(s)

/SCTM/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!