SAP /TRP/CL_TRP_LU_SERVICE OO Class - TRP Logistics Update Service Class









/TRP/CL_TRP_LU_SERVICE 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 /TRP/CL_TRP_LU_SERVICE 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 /TRP/CL_TRP_LU_SERVICE 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
ADD_SYST_MESSAGEPublic
CALL METHOD /trp/cl_trp_lu_service=>ADD_SYST_MESSAGE...more details

ADJUST_MSG_SEVERITYPublic
CALL METHOD /trp/cl_trp_lu_service=>ADJUST_MSG_SEVERITY...more details

CREATE_DETAIL_LOGCreate Detail Log objectPrivate
CALL METHOD /trp/cl_trp_lu_service=>CREATE_DETAIL_LOG...more details

GET_DELETED_LOCATIONGet Deleted LocationPrivate
CALL METHOD /trp/cl_trp_lu_service=>GET_DELETED_LOCATION...more details

GET_STAGING_DATAGet PPE staging dataPublic
CALL METHOD /trp/cl_trp_lu_service=>GET_STAGING_DATA...more details

LOG_CLEARClear LogPublic
CALL METHOD /trp/cl_trp_lu_service=>LOG_CLEAR...more details

LOG_CREATECreate LogPublic
CALL METHOD /trp/cl_trp_lu_service=>LOG_CREATE...more details

LOG_HANDLE_GETReturn the log handlePublic
CALL METHOD /trp/cl_trp_lu_service=>LOG_HANDLE_GET...more details

LOG_INSERTAdd Messages to BAL LogPublic
CALL METHOD /trp/cl_trp_lu_service=>LOG_INSERT...more details

LOG_SAVESave LogPublic
CALL METHOD /trp/cl_trp_lu_service=>LOG_SAVE...more details

MESSAGE_ADDAdd Message from sy-variablesPublic
CALL METHOD /trp/cl_trp_lu_service=>MESSAGE_ADD...more details

RELEASE_POST_PROCESSING_LOCKRelease post processing lockPublic
CALL METHOD /trp/cl_trp_lu_service=>RELEASE_POST_PROCESSING_LOCK...more details

REMOVE_PROCESSED_PPERemove Processed Records From StagingPublic
CALL METHOD /trp/cl_trp_lu_service=>REMOVE_PROCESSED_PPE...more details

SAVE_DETAIL_LOGSave Detail LogPrivate
CALL METHOD /trp/cl_trp_lu_service=>SAVE_DETAIL_LOG...more details

SET_MESSAGE_TYPE_FILTERSet Message Type FilterPublic
CALL METHOD /trp/cl_trp_lu_service=>SET_MESSAGE_TYPE_FILTER...more details

SET_POST_PROCESSING_RUNNINGSet post processing runningPublic
CALL METHOD /trp/cl_trp_lu_service=>SET_POST_PROCESSING_RUNNING...more details

SET_PPE_SELPARAMSSet PPE selection parametersPublic
CALL METHOD /trp/cl_trp_lu_service=>SET_PPE_SELPARAMS...more details

UPDATED_RECORD_FROM_DBGet Updated Data from DBPrivate
CALL METHOD /trp/cl_trp_lu_service=>UPDATED_RECORD_FROM_DB...more details

UPDATE_CHG_LOCUpdate EP/ER DepotPublic
CALL METHOD /trp/cl_trp_lu_service=>UPDATE_CHG_LOC...more details

UPDATE_DETAIL_LOGUpdate Detail LogPrivate
CALL METHOD /trp/cl_trp_lu_service=>UPDATE_DETAIL_LOG...more details

UPDATE_LOG_TABLEUpdate Log TablePrivate
CALL METHOD /trp/cl_trp_lu_service=>UPDATE_LOG_TABLE...more details

UPDATE_LOG_UPD_MSG_EXTUpdate Log ExtensionPublic
CALL METHOD /trp/cl_trp_lu_service=>UPDATE_LOG_UPD_MSG_EXT...more details

UPDATE_RESOURCE_INSTRUCTIONUpdate Resource InstructionPrivate
CALL METHOD /trp/cl_trp_lu_service=>UPDATE_RESOURCE_INSTRUCTION...more details

UPDATE_STAGING_TABLEUpdate Staging tablePublic
CALL METHOD /trp/cl_trp_lu_service=>UPDATE_STAGING_TABLE...more details



/TRP/CL_TRP_LU_SERVICE 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
GS_C_LOGConstantLIKE
Private
GS_MESSAGE_TYPE_FILTERStatic AttributeLIKE
TY_S_MESSAGE
Private
GS_R_RULEStatic AttributeLIKE
TY_R_RULE
Private
GS_R_STIMEStatic AttributeLIKE
TY_R_STIME
Private
GS_R_TUStatic AttributeLIKE
TY_R_TU
Private
GS_R_USERStatic AttributeLIKE
TY_R_USER
Private
GT_STAGING_RES_ALLStatic AttributeResourceLIKE
TY_T_RES_ALL
Private
GT_STAGING_TU_ALLStatic AttributeTransportation unitLIKE
TY_T_TU_TR_ALL
Private
GV_C_SUBOBJ_DEL4PPEConstantApplication Log: Subobject'/TRP/LU_DEL4PPE'LIKE
BALSUBOBJ
Public
GV_C_SUBOBJ_PPEConstantApplication Log: Subobject'/TRP/LU_PPE'LIKE
BALSUBOBJ
Public
GV_C_SUBOBJ_SEL4PPEConstantApplication Log: Subobject'/TRP/LU_SEL4PPE'LIKE
BALSUBOBJ
Public
GV_LOG_HANDLEStatic AttributeApplication Log: Log HandleLIKE
BALLOGHNDL
Public
GV_MESSAGEStatic AttributeLIKE
STRING
Private
GV_TU_PKTStatic AttributeNumerical Character Field of Length 6LIKE
NUM6
Private




/TRP/CL_TRP_LU_SERVICE types

TY_R_RULE -
TY_R_STIME -
TY_R_TU -
TY_R_USER -
TY_S_LOGUPDATE -
TY_S_MESSAGE -
TY_S_SPINSTR -
TY_S_TU_TR -
TY_T_LOG -
TY_T_LOGUPDATE -
TY_T_RES_ALL -
TY_T_SPINSTR -
TY_T_TU_TR -
TY_T_TU_TR_ALL -

Links to Related Class(s)

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