SAP /SCA/CL_TLB_PARAM_CALC OO Class - TLB parameter calculation
/SCA/CL_TLB_PARAM_CALC 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 /SCA/CL_TLB_PARAM_CALC 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 /SCA/CL_TLB_PARAM_CALC 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 |
| CONSTRUCTOR | Public | |
| CALL METHOD /sca/cl_tlb_param_calc=>CONSTRUCTOR...more details | ||
| CONVERT_UNIT_WRAPPER | Wrapper for /SAPAPO/IF_PE_UNIT_CONV-CONVERT_UNIT | Private |
| CALL METHOD /sca/cl_tlb_param_calc=>CONVERT_UNIT_WRAPPER...more details | ||
| LOAD_INTO_PALGRP | Convert from base units of products into pallets | Private |
| CALL METHOD /sca/cl_tlb_param_calc=>LOAD_INTO_PALGRP...more details | ||
| LOAD_INTO_PALLETS | Convert from base units of products into pallets | Public |
| CALL METHOD /sca/cl_tlb_param_calc=>LOAD_INTO_PALLETS...more details | ||
| LOAD_INTO_PARAMETER | Convert from base units of products into parameter values | Public |
| CALL METHOD /sca/cl_tlb_param_calc=>LOAD_INTO_PARAMETER...more details | ||
| PALLET_GET | Retrieve pallet product and pallet unit | Public |
| CALL METHOD /sca/cl_tlb_param_calc=>PALLET_GET...more details | ||
|
| ||
| PARAMETER_INTO_PRODUCT | Convert parameter value into base unit of product | Public |
| CALL METHOD /sca/cl_tlb_param_calc=>PARAMETER_INTO_PRODUCT...more details | ||
| PRODUCT_INTO_PARAMETER | Convert from base units of products into parameter value | Public |
| CALL METHOD /sca/cl_tlb_param_calc=>PRODUCT_INTO_PARAMETER...more details | ||
| READ_LANE | Provides buffered access to Transportation Lane master data | Private |
| CALL METHOD /sca/cl_tlb_param_calc=>READ_LANE...more details | ||
| READ_STACKING_FACTOR | Determine stacking factor | Private |
| CALL METHOD /sca/cl_tlb_param_calc=>READ_STACKING_FACTOR...more details | ||
/SCA/CL_TLB_PARAM_CALC 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 |
| GHT_CONV | Instance Attribute | LIKE LTYPE_CONV_HTAB | Private | ||
| GHT_STACK | Instance Attribute | LIKE LTYPE_STACK_HTAB | Private | ||
| GT_LANE | Instance Attribute | PSM: Transportation Lane | LIKE | Private | |
| PC_FALSE | Constant | ' ' | LIKE FLAG | Private | |
| PC_TRUE | Constant | 'X' | LIKE FLAG | Private | |
| PO_CONSTANTS | Instance Attribute | TLB-bezogene Konstanten | LIKE /SCA/CL_TLB_C | Private | |
| PO_CONV_MAN | Instance Attribute | LIKE /SAPAPO/IF_PE_UNIT_CONV | Private | ||
| PO_DATA_DIR | Instance Attribute | LIKE /SAPAPO/IF_PE_DATA_DIRECTORY | Private | ||
| PO_LANE_MAN | Instance Attribute | PSM Data Manager Interface Location | LIKE /SAPAPO/IF_PE_LANE | Private | |
| PO_LOCPROD_MAN | Instance Attribute | LIKE /SAPAPO/IF_PE_LOCPROD | Private | ||
| PO_LOC_MAN | Instance Attribute | LIKE /SAPAPO/IF_PE_LOCATION | Private | ||
| PO_PE_SERVICE | Instance Attribute | LIKE /SAPAPO/IF_PE_SERVICE | Private | ||
| PO_PROD_MAN | Instance Attribute | LIKE /SAPAPO/IF_PE_PRODUCT | Private | ||
| PO_TLB_EXCEPTION | Instance Attribute | LIKE /SCA/CL_TLB_EXCEPTION | Private | ||
| PO_TLB_EXTENSION | Instance Attribute | LIKE /SCA/IF_EX_TLB_EXT | Private | ||
| PO_TLB_PROFILE | Instance Attribute | TLB Profile | LIKE /SCA/CL_TLB_PROFILE | Private | |
| PO_VMI_MD_EXTENSION | Instance Attribute | LIKE /SCA/IF_EX_VMI_MD_EXT | Private | ||
| PT_PALPROD | Instance Attribute | Puffer für PALLET_GET | LIKE PALPROD_TAB | Private | |
| _V_MIXEDPALLETS | Instance Attribute | Allow mixed pallets | LIKE /SCA/TLB_MIXEDPALLETS | Public | |
| _V_PALLETMASTER | Instance Attribute | TLB: Pallet master data usage | LIKE /SCA/TLB_PALLETMASTER | Public | |
| _V_VTOGID | Instance Attribute | TLB: Transportation Guideline | LIKE /SCMB/VTOGID | Public |
/SCA/CL_TLB_PARAM_CALC types
LTYPE_CONV_HTAB -LTYPE_CONV_STR -
LTYPE_STACK_HTAB -
LTYPE_STACK_STR -
Links to Related Class(s)
/SCA/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects