TWBO0 SAP (Table of parameters for optimized PO-based load building) Table details

Dictionary Type: Table
Description: Table of parameters for optimized PO-based load building




ABAP Code to SELECT data from TWBO0
Related tables to TWBO0
Access table TWBO0




Table field list including key, data, relationships and ABAP select examples

TWBO0 is a standard SAP Table which is used to store Table of parameters for optimized PO-based load building data and is available within R/3 SAP systems depending on the version and release level.

The TWBO0 table consists of various fields, each holding specific information or linking keys about Table of parameters for optimized PO-based load building data available in SAP. These include BOPROFIL (Profile no. for PO-based load building parameters), BOPROMRG (Search period for promotion materials (calendar days)), BOPRICRG (Search period for price changes (in calendar days)), BODELSIM (Period of Validity for Entries in Simulation List).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TWBO0 table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
BOPROFILProfile no. for PO-based load building parameters BOPROFILCHAR4CHAR4
BOPROMRGSearch period for promotion materials (calendar days) BOPROMRGDEC3DEC3
BOPRICRGSearch period for price changes (in calendar days) BOPRICRGDEC3DEC3
BODELSIMPeriod of Validity for Entries in Simulation List BODELSIMDEC3DEC3
BOMAXROCMax. Allowed Range of Coverage of Receipt for Material BOMAXROCDEC4DEC4
DSERLEVDefault service level DSERLEVDEC4(1) DEC3_1
BODELIBLNo. of days until the entries are deleted from the IB table BODELIBLDEC3DEC3
FABKLFactory calendar key FABKLCHAR2TFACDWFCID

Key field Non-key field



How do I retrieve data from SAP table TWBO0 using ABAP code

The following ABAP code Example will allow you to do a basic selection on TWBO0 to SELECT all data from the table
DATA: WA_TWBO0 TYPE TWBO0.

SELECT SINGLE *
FROM TWBO0
INTO CORRESPONDING FIELDS OF WA_TWBO0
WHERE...

How to access SAP table TWBO0

Within an ECC or HANA version of SAP you can also view further information about TWBO0 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


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!