SAP /SCA/IF_EX_TLB_EXT OO Class - Business add-in interface /SCA/IF_EX_VTLB_EXT
/SCA/IF_EX_TLB_EXT 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/IF_EX_TLB_EXT 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/IF_EX_TLB_EXT 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 |
| BACKTRACKING_DETERMINE | Switch on backtracking to find solution | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>BACKTRACKING_DETERMINE...more details | ||
| BUILDING_METHOD_DETERMINE | Build rounding value wise TLB Profile dependent | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>BUILDING_METHOD_DETERMINE...more details | ||
| BUILDING_POOL_PRE_PROCESS | Building pool pre-processing after change before reading | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>BUILDING_POOL_PRE_PROCESS...more details | ||
| DECIDE_STOP_SIZING | Decide wether to stop sizing or to continue (default) | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>DECIDE_STOP_SIZING...more details | ||
| DECIDE_UP_DOWNSIZING | Decide wether to up- or downsize | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>DECIDE_UP_DOWNSIZING...more details | ||
| DOWNAFTERUP_DETERMINE | Downsize after unsuccessful upsizing | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>DOWNAFTERUP_DETERMINE...more details | ||
|
| ||
| DOWNSIZING_HEURISTIC_GET | Change downsizing heuristic | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>DOWNSIZING_HEURISTIC_GET...more details | ||
| DOWNSIZING_METHOD_DETERMINE | Determine search method for downsizing | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>DOWNSIZING_METHOD_DETERMINE...more details | ||
| LOAD_INTO_PALLETS | Public | |
| CALL METHOD /sca/if_ex_tlb_ext=>LOAD_INTO_PALLETS...more details | ||
| MAXUPSIZESTEPS_DETERMINE | Determine maximum number of upsizing steps | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>MAXUPSIZESTEPS_DETERMINE...more details | ||
| MIXEDPALLETS_DETERMINE | Allow/do not allow mixed pallets | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>MIXEDPALLETS_DETERMINE...more details | ||
| PARAMETER_INTO_PRODUCT | Convert customer parameter value into qty of given product | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>PARAMETER_INTO_PRODUCT...more details | ||
| PRIORITY_LIST_BUILD | Prioritize up-/downsizing demands | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>PRIORITY_LIST_BUILD...more details | ||
| PRODUCT_INTO_PARAMETER | Convert load into customer parameter value | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>PRODUCT_INTO_PARAMETER...more details | ||
| READ_AVAILABLE_TABLE | Read avail. table (consider addit. order/master data attr.) | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>READ_AVAILABLE_TABLE...more details | ||
| READ_DEMAND_TABLE | Read demand table (consider addit. order/master data attr.) | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>READ_DEMAND_TABLE...more details | ||
| READ_LOAD_TABLE | Read load table (consider addit. order/master data attr.) | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>READ_LOAD_TABLE...more details | ||
| READ_PROJSTOCK_TABLE | Read proj. stock (consider addit. order/master data attr.) | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>READ_PROJSTOCK_TABLE...more details | ||
| REDISTRIBUTION_DETERMINE | Improve solution search by minimizing some loads | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>REDISTRIBUTION_DETERMINE...more details | ||
| ROUNDING_VALUE_MODIFY | Modify rounding values based on demand quantity | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>ROUNDING_VALUE_MODIFY...more details | ||
| RULES_NOT_TO_IMPAIR_GET | TLB skips products to avoid impairing these rules | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>RULES_NOT_TO_IMPAIR_GET...more details | ||
| RULES_NOT_TO_SKIP_GET | TLB skips products to avoid skipping these rules | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>RULES_NOT_TO_SKIP_GET...more details | ||
| SELECT_NEXT_PRODUCT | Select next product/quantity for load | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>SELECT_NEXT_PRODUCT...more details | ||
| SIZINGDECISIONBASE_DETERMINE | Sizing decision based on up-/downsizing result or left over | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>SIZINGDECISIONBASE_DETERMINE...more details | ||
| UPSIZETOMAX_DETERMINE | Upsize up to maximum loads | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>UPSIZETOMAX_DETERMINE...more details | ||
| UPSIZING_HEURISTIC_GET | Change upsizing heuristic | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>UPSIZING_HEURISTIC_GET...more details | ||
| UPSIZING_METHOD_DETERMINE | Determine search method for upsizing | Public |
| CALL METHOD /sca/if_ex_tlb_ext=>UPSIZING_METHOD_DETERMINE...more details | ||
Links to Related Class(s)
/SCA/IF_...Full list of available SAP object classes
Search for further information about these or an SAP related objects