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 NameDescriptionVisability
CONSTRUCTORPublic
CALL METHOD /sca/cl_tlb_param_calc=>CONSTRUCTOR...more details

CONVERT_UNIT_WRAPPERWrapper for /SAPAPO/IF_PE_UNIT_CONV-CONVERT_UNITPrivate
CALL METHOD /sca/cl_tlb_param_calc=>CONVERT_UNIT_WRAPPER...more details

LOAD_INTO_PALGRPConvert from base units of products into palletsPrivate
CALL METHOD /sca/cl_tlb_param_calc=>LOAD_INTO_PALGRP...more details

LOAD_INTO_PALLETSConvert from base units of products into palletsPublic
CALL METHOD /sca/cl_tlb_param_calc=>LOAD_INTO_PALLETS...more details

LOAD_INTO_PARAMETERConvert from base units of products into parameter valuesPublic
CALL METHOD /sca/cl_tlb_param_calc=>LOAD_INTO_PARAMETER...more details

PALLET_GETRetrieve pallet product and pallet unitPublic
CALL METHOD /sca/cl_tlb_param_calc=>PALLET_GET...more details

PARAMETER_INTO_PRODUCTConvert parameter value into base unit of productPublic
CALL METHOD /sca/cl_tlb_param_calc=>PARAMETER_INTO_PRODUCT...more details

PRODUCT_INTO_PARAMETERConvert from base units of products into parameter valuePublic
CALL METHOD /sca/cl_tlb_param_calc=>PRODUCT_INTO_PARAMETER...more details

READ_LANEProvides buffered access to Transportation Lane master dataPrivate
CALL METHOD /sca/cl_tlb_param_calc=>READ_LANE...more details

READ_STACKING_FACTORDetermine stacking factorPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
GHT_CONVInstance AttributeLIKE
LTYPE_CONV_HTAB
Private
GHT_STACKInstance AttributeLIKE
LTYPE_STACK_HTAB
Private
GT_LANEInstance AttributePSM: Transportation LaneLIKE
Private
PC_FALSEConstant' 'LIKE
FLAG
Private
PC_TRUEConstant'X'LIKE
FLAG
Private
PO_CONSTANTSInstance AttributeTLB-bezogene KonstantenLIKE
/SCA/CL_TLB_C
Private
PO_CONV_MANInstance AttributeLIKE
/SAPAPO/IF_PE_UNIT_CONV
Private
PO_DATA_DIRInstance AttributeLIKE
/SAPAPO/IF_PE_DATA_DIRECTORY
Private
PO_LANE_MANInstance AttributePSM Data Manager Interface LocationLIKE
/SAPAPO/IF_PE_LANE
Private
PO_LOCPROD_MANInstance AttributeLIKE
/SAPAPO/IF_PE_LOCPROD
Private
PO_LOC_MANInstance AttributeLIKE
/SAPAPO/IF_PE_LOCATION
Private
PO_PE_SERVICEInstance AttributeLIKE
/SAPAPO/IF_PE_SERVICE
Private
PO_PROD_MANInstance AttributeLIKE
/SAPAPO/IF_PE_PRODUCT
Private
PO_TLB_EXCEPTIONInstance AttributeLIKE
/SCA/CL_TLB_EXCEPTION
Private
PO_TLB_EXTENSIONInstance AttributeLIKE
/SCA/IF_EX_TLB_EXT
Private
PO_TLB_PROFILEInstance AttributeTLB ProfileLIKE
/SCA/CL_TLB_PROFILE
Private
PO_VMI_MD_EXTENSIONInstance AttributeLIKE
/SCA/IF_EX_VMI_MD_EXT
Private
PT_PALPRODInstance AttributePuffer für PALLET_GETLIKE
PALPROD_TAB
Private
_V_MIXEDPALLETSInstance AttributeAllow mixed palletsLIKE
/SCA/TLB_MIXEDPALLETS
Public
_V_PALLETMASTERInstance AttributeTLB: Pallet master data usageLIKE
/SCA/TLB_PALLETMASTER
Public
_V_VTOGIDInstance AttributeTLB: Transportation GuidelineLIKE
/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



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!