SAP /SCA/CL_TLB_DEMAND OO Class - TLB: Demands
/SCA/CL_TLB_DEMAND 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_DEMAND 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_DEMAND 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 |
| ALLOCATE | Check and assign allocation | Public |
| CALL METHOD /sca/cl_tlb_demand=>ALLOCATE...more details | ||
| AVAILABLE_UPDATE | Update availability table with new demand | Public |
| CALL METHOD /sca/cl_tlb_demand=>AVAILABLE_UPDATE...more details | ||
| CLASS_CONSTRUCTOR | Public | |
| CALL METHOD /sca/cl_tlb_demand=>CLASS_CONSTRUCTOR...more details | ||
| CLEANUP | Public | |
| CALL METHOD /sca/cl_tlb_demand=>CLEANUP...more details | ||
| COLLECT_ALLOCATED | Collect new entry into allocated contingents table | Public |
| CALL METHOD /sca/cl_tlb_demand=>COLLECT_ALLOCATED...more details | ||
| COLLECT_AVAILABLE | Collect new entry into available table | Public |
| CALL METHOD /sca/cl_tlb_demand=>COLLECT_AVAILABLE...more details | ||
|
| ||
| COLLECT_DEMAND | Collect new entry into demand table | Public |
| CALL METHOD /sca/cl_tlb_demand=>COLLECT_DEMAND...more details | ||
| COLLECT_PROJSTOCK | Collect new entry into projected stock table | Public |
| CALL METHOD /sca/cl_tlb_demand=>COLLECT_PROJSTOCK...more details | ||
| COLLECT_REALDEMAND | Collect new entry into real demand table | Public |
| CALL METHOD /sca/cl_tlb_demand=>COLLECT_REALDEMAND...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD /sca/cl_tlb_demand=>CONSTRUCTOR...more details | ||
| COPY | Create a copy of this object | Public |
| CALL METHOD /sca/cl_tlb_demand=>COPY...more details | ||
| DEMAND_GET | Retrieve demand for load building | Public |
| CALL METHOD /sca/cl_tlb_demand=>DEMAND_GET...more details | ||
| INCREMENT_BUILDING_PERIOD | Modify data to start load building in a future period | Public |
| CALL METHOD /sca/cl_tlb_demand=>INCREMENT_BUILDING_PERIOD...more details | ||
| PROJSTOCK_UPDATE | Update projected stock table with new receipt | Public |
| CALL METHOD /sca/cl_tlb_demand=>PROJSTOCK_UPDATE...more details | ||
| READ_ALLOCATED | Read allocated contingents table | Public |
| CALL METHOD /sca/cl_tlb_demand=>READ_ALLOCATED...more details | ||
| READ_AVAILABLE | Read availability table | Public |
| CALL METHOD /sca/cl_tlb_demand=>READ_AVAILABLE...more details | ||
| READ_DEMAND | Read TLB demand table | Public |
| CALL METHOD /sca/cl_tlb_demand=>READ_DEMAND...more details | ||
| READ_PROJSTOCK | Read projected stock table | Public |
| CALL METHOD /sca/cl_tlb_demand=>READ_PROJSTOCK...more details | ||
/SCA/CL_TLB_DEMAND 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 |
| GV_ALLOCATION_POSSIBLE | Static Attribute | LIKE ABAP_BOOL | Protected | ||
| PC_FALSE | Constant | FALSE | ' ' | LIKE FLAG | Private |
| PC_TRUE | Constant | TRUE | 'X' | LIKE FLAG | Private |
| PO_DATA_DIR | Static Attribute | Planning Engine: Interface Data Directory | LIKE /SAPAPO/IF_PE_DATA_DIRECTORY | Private | |
| PO_LOC_MAN | Instance Attribute | PSM Data Manager Location Interface | LIKE /SAPAPO/IF_PE_LOCATION | Private | |
| PO_PROD_MAN | Instance Attribute | PSm Data Manager Product Interface | LIKE /SAPAPO/IF_PE_PRODUCT | Private | |
| PO_TLB_EXCEPTION | Instance Attribute | TLB exception handling | LIKE /SCA/CL_TLB_EXCEPTION | Private | |
| PO_TLB_EXTENSION | Instance Attribute | Business add-in interface /SCA/IF_EX_VTLB_EXT | LIKE /SCA/IF_EX_TLB_EXT | Private | |
| PT_ALLOCATED | Instance Attribute | Allocated contingents | LIKE /SCA/TLB_QUANTITY_TAB | Private | |
| PT_ALLOCATED_REF | Instance Attribute | Reference of allocations to IDs | LIKE ALLOCATED_REF_TAB | Private | |
| PT_DEMAND | Instance Attribute | TLB demand | LIKE /SCA/TLB_QUANTITY_TAB | Private | |
| PV_CONSIDER_EARLIER_DEMANDS | Instance Attribute | 'X' = consider demands before building period | LIKE FLAG | Private | |
| PV_READ_AVAILABLE_BADI_ACTIVE | Instance Attribute | General Flag | LIKE FLAG | Private | |
| PV_READ_DEMAND_BADI_ACTIVE | Instance Attribute | General Flag | LIKE FLAG | Private | |
| PV_READ_PROJSTOCK_BADI_ACTIVE | Instance Attribute | General Flag | LIKE FLAG | Private | |
| PV_ROUND_DOWN_INQTY | Instance Attribute | General Flag | LIKE FLAG | Private | |
| _O_LOAD_BUILDER | Instance Attribute | SCM Transport Load Builder | LIKE /SCA/CL_LOAD_BUILDER | Public | |
| _T_AVAILABLE | Instance Attribute | Available qty at source location | LIKE /SCA/TLB_QUANTITY_TAB | Public | |
| _T_DEMANDDELTA | Instance Attribute | Demand delta due to shipment creation | LIKE /SCA/TLB_QUANTITY_TAB | Public | |
| _T_PROJSTOCK | Instance Attribute | Projected stock | LIKE /SCA/TLB_QUANTITY_TAB | Public | |
| _T_REALDEMAND | Instance Attribute | Real demand (for prioritization) | LIKE /SCA/TLB_QUANTITY_TAB | Public | |
| _T_ROLLDEMAND | Instance Attribute | TLB: Quantity structure for internal use in TLB applications | LIKE /SCA/TLB_QUANTITY_TAB | Public |
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