SAP /SCMTMS/CL_CFIR_PRNTSIM_HELPER OO Class - CFIR print Simulation Helper
/SCMTMS/CL_CFIR_PRNTSIM_HELPER 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_CFIR_PRNTSIM_HELPER 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 /SCMTMS/CL_CFIR_PRNTSIM_HELPER 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 |
| CONVERT_DATA_FOR_SIM_PRINT | Convert BO data to sim print proxy structure | Public |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>CONVERT_DATA_FOR_SIM_PRINT...more details | ||
| FILL_CHARGES_DETAILS | Fill the Charge related details to be serialized | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_CHARGES_DETAILS...more details | ||
| FILL_ITEM_DETAILS | Fill the Order-Item related details to be serialized | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_ITEM_DETAILS...more details | ||
| FILL_ORDER_DETAILS | Fill Order related details to be serialized | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_ORDER_DETAILS...more details | ||
| FILL_STAGE_DETAILS | Fill Stage Related Details to be serialized | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_STAGE_DETAILS...more details | ||
| FILL_TOR_DETAILS | Fill the TOR related details | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_TOR_DETAILS...more details | ||
|
| ||
| FILL_TRQ_DETAILS | Fill the TRQ related details | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_TRQ_DETAILS...more details | ||
| GET_BOR_DETAILS | Get Booking Order Details | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>GET_BOR_DETAILS...more details | ||
| GET_CFIR_PRINT_DATA | Get CFIR Data for Simulation | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>GET_CFIR_PRINT_DATA...more details | ||
| GET_COMMUNICATION_LANGUAGE | Get language of communication | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>GET_COMMUNICATION_LANGUAGE...more details | ||
| GET_DATA_FOR_BADI | BADi Helper method to provide already fetched data | Public |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>GET_DATA_FOR_BADI...more details | ||
| GET_TRQ_KEYS_CONSOLE | Get TRQ Keys in Case of Buyers Console | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>GET_TRQ_KEYS_CONSOLE...more details | ||
| SERIALIZE_DATA_FOR_PRINT | Serialize the TM Logistical data to XML | Public |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>SERIALIZE_DATA_FOR_PRINT...more details | ||
| SIMULATE_PRINT_FROM_ERP | Simulate Print Preview from ERP system | Public |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>SIMULATE_PRINT_FROM_ERP...more details | ||
| UPDATE_HAWB | Update House Airway Bill of Lading | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>UPDATE_HAWB...more details | ||
| UPDATE_MBL | Fill MBL to BOL in print structure | Private |
| CALL METHOD /scmtms/cl_cfir_prntsim_helper=>UPDATE_MBL...more details | ||
/SCMTMS/CL_CFIR_PRNTSIM_HELPER 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 |
| GO_CFIR_PRINT_BADI | Static Attribute | BAdI to get TM related data to be serialised | LIKE /SCMTMS/BADI_FWSD_PRINT_SIM | Private | |
| GT_CFIR_CHARGE_ITEM | Static Attribute | Charge Item | LIKE /SCMTMS/T_TCC_CHRGITEM_K | Private | |
| GT_CFIR_CHARGE_ROOT | Static Attribute | Root | LIKE /SCMTMS/T_TCC_ROOT_K | Private | |
| GT_CFIR_ITEM_DATA | Static Attribute | Item Node | LIKE /SCMTMS/T_CFIR_ITEM_NODE_K | Private | |
| GT_CFIR_ROOT_DATA | Static Attribute | Root Node | LIKE /SCMTMS/T_CFIR_ROOT_NODE_K | Private | |
| GT_LANG | Static Attribute | Language Key | LIKE TT_LANG | Private | |
| GT_STAGE_KEYS | Static Attribute | Key Table | LIKE TT_ORDER_STAGE_KEY | Private | |
| GT_TOR_ITEM_DATA | Static Attribute | Transient node for items | LIKE /SCMTMS/T_TOR_ITEM_TR_K | Private | |
| GT_TOR_ROOT_DATA | Static Attribute | Root Node | LIKE /SCMTMS/T_TOR_ROOT_K | Private | |
| GT_TRQ_ITEM_DATA | Static Attribute | Item | LIKE /SCMTMS/T_TRQ_ITEM_K | Private | |
| GT_TRQ_ROOT_DATA | Static Attribute | Transportation Request Root | LIKE /SCMTMS/T_TRQ_ROOT_K | Private | |
| MX_BADI | Static Attribute | Base Class of BAdI Runtime Exceptions | LIKE CX_BADI | Private |
/SCMTMS/CL_CFIR_PRNTSIM_HELPER types
TS_ORDER_STAGE_KEY -TT_LANG - Table of Languages
TT_ORDER_STAGE_KEY -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects