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 Name | Description | Visability |
| ADD_SYST_MESSAGE | Public | |
| CALL METHOD /trp/cl_trp_lu_service=>ADD_SYST_MESSAGE...more details | ||
| ADJUST_MSG_SEVERITY | Public | |
| CALL METHOD /trp/cl_trp_lu_service=>ADJUST_MSG_SEVERITY...more details | ||
| CREATE_DETAIL_LOG | Create Detail Log object | Private |
| CALL METHOD /trp/cl_trp_lu_service=>CREATE_DETAIL_LOG...more details | ||
| GET_DELETED_LOCATION | Get Deleted Location | Private |
| CALL METHOD /trp/cl_trp_lu_service=>GET_DELETED_LOCATION...more details | ||
| GET_STAGING_DATA | Get PPE staging data | Public |
| CALL METHOD /trp/cl_trp_lu_service=>GET_STAGING_DATA...more details | ||
| LOG_CLEAR | Clear Log | Public |
| CALL METHOD /trp/cl_trp_lu_service=>LOG_CLEAR...more details | ||
|
| ||
| LOG_CREATE | Create Log | Public |
| CALL METHOD /trp/cl_trp_lu_service=>LOG_CREATE...more details | ||
| LOG_HANDLE_GET | Return the log handle | Public |
| CALL METHOD /trp/cl_trp_lu_service=>LOG_HANDLE_GET...more details | ||
| LOG_INSERT | Add Messages to BAL Log | Public |
| CALL METHOD /trp/cl_trp_lu_service=>LOG_INSERT...more details | ||
| LOG_SAVE | Save Log | Public |
| CALL METHOD /trp/cl_trp_lu_service=>LOG_SAVE...more details | ||
| MESSAGE_ADD | Add Message from sy-variables | Public |
| CALL METHOD /trp/cl_trp_lu_service=>MESSAGE_ADD...more details | ||
| RELEASE_POST_PROCESSING_LOCK | Release post processing lock | Public |
| CALL METHOD /trp/cl_trp_lu_service=>RELEASE_POST_PROCESSING_LOCK...more details | ||
| REMOVE_PROCESSED_PPE | Remove Processed Records From Staging | Public |
| CALL METHOD /trp/cl_trp_lu_service=>REMOVE_PROCESSED_PPE...more details | ||
| SAVE_DETAIL_LOG | Save Detail Log | Private |
| CALL METHOD /trp/cl_trp_lu_service=>SAVE_DETAIL_LOG...more details | ||
| SET_MESSAGE_TYPE_FILTER | Set Message Type Filter | Public |
| CALL METHOD /trp/cl_trp_lu_service=>SET_MESSAGE_TYPE_FILTER...more details | ||
| SET_POST_PROCESSING_RUNNING | Set post processing running | Public |
| CALL METHOD /trp/cl_trp_lu_service=>SET_POST_PROCESSING_RUNNING...more details | ||
| SET_PPE_SELPARAMS | Set PPE selection parameters | Public |
| CALL METHOD /trp/cl_trp_lu_service=>SET_PPE_SELPARAMS...more details | ||
| UPDATED_RECORD_FROM_DB | Get Updated Data from DB | Private |
| CALL METHOD /trp/cl_trp_lu_service=>UPDATED_RECORD_FROM_DB...more details | ||
| UPDATE_CHG_LOC | Update EP/ER Depot | Public |
| CALL METHOD /trp/cl_trp_lu_service=>UPDATE_CHG_LOC...more details | ||
| UPDATE_DETAIL_LOG | Update Detail Log | Private |
| CALL METHOD /trp/cl_trp_lu_service=>UPDATE_DETAIL_LOG...more details | ||
| UPDATE_LOG_TABLE | Update Log Table | Private |
| CALL METHOD /trp/cl_trp_lu_service=>UPDATE_LOG_TABLE...more details | ||
| UPDATE_LOG_UPD_MSG_EXT | Update Log Extension | Public |
| CALL METHOD /trp/cl_trp_lu_service=>UPDATE_LOG_UPD_MSG_EXT...more details | ||
| UPDATE_RESOURCE_INSTRUCTION | Update Resource Instruction | Private |
| CALL METHOD /trp/cl_trp_lu_service=>UPDATE_RESOURCE_INSTRUCTION...more details | ||
| UPDATE_STAGING_TABLE | Update Staging table | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GS_C_LOG | Constant | LIKE | Private | ||
| GS_MESSAGE_TYPE_FILTER | Static Attribute | LIKE TY_S_MESSAGE | Private | ||
| GS_R_RULE | Static Attribute | LIKE TY_R_RULE | Private | ||
| GS_R_STIME | Static Attribute | LIKE TY_R_STIME | Private | ||
| GS_R_TU | Static Attribute | LIKE TY_R_TU | Private | ||
| GS_R_USER | Static Attribute | LIKE TY_R_USER | Private | ||
| GT_STAGING_RES_ALL | Static Attribute | Resource | LIKE TY_T_RES_ALL | Private | |
| GT_STAGING_TU_ALL | Static Attribute | Transportation unit | LIKE TY_T_TU_TR_ALL | Private | |
| GV_C_SUBOBJ_DEL4PPE | Constant | Application Log: Subobject | '/TRP/LU_DEL4PPE' | LIKE BALSUBOBJ | Public |
| GV_C_SUBOBJ_PPE | Constant | Application Log: Subobject | '/TRP/LU_PPE' | LIKE BALSUBOBJ | Public |
| GV_C_SUBOBJ_SEL4PPE | Constant | Application Log: Subobject | '/TRP/LU_SEL4PPE' | LIKE BALSUBOBJ | Public |
| GV_LOG_HANDLE | Static Attribute | Application Log: Log Handle | LIKE BALLOGHNDL | Public | |
| GV_MESSAGE | Static Attribute | LIKE STRING | Private | ||
| GV_TU_PKT | Static Attribute | Numerical Character Field of Length 6 | LIKE 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