TWBO1 SAP (Customizing table for opt. PO-based load building profiles) Table details

Dictionary Type: Table
Description: Customizing table for opt. PO-based load building profiles




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




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

TWBO1 is a standard SAP Table which is used to store Customizing table for opt. PO-based load building profiles data and is available within R/3 SAP systems depending on the version and release level.

The TWBO1 table consists of various fields, each holding specific information or linking keys about Customizing table for opt. PO-based load building profiles data available in SAP. These include BOPNR (Restriction Profile for PO-Based Load Building), BORESTRI (Internal restriction code for PO-based load building), BOTYPI (Internal restriction category indicator for load building), BORESMNG (Target volumes of restriction in pur.-ord.-based load buildg).. 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 TWBO1 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
BOPNRRestriction Profile for PO-Based Load Building BOPNRCHAR4TWBO2CHAR4
BORESTRIInternal restriction code for PO-based load building BORESTRICHAR2BORESTRI
BOTYPIInternal restriction category indicator for load building BOTYPICHAR2BOTYPI
BORESMNGTarget volumes of restriction in pur.-ord.-based load buildg BORESMNGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
BORESVOLTarget volumes of restriction in pur.-ord.-based load buildg BORESVOLQUAN13(3) MENG13
VOLEHVolume unit VOLEHUNIT3T006CUNITMEINS
BORESWGTTarget weight of restriction in pur.-ord.-based load buildg BORESWGTQUAN13(3) MENG13
GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
BORESVALTarget value of restriction for optimum document calculation BORESVALCURR11(2) WERT11
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
BOTOLAllowed Toleranace for Load Building Restriction BOTOLDEC4(1) DEC3_1
BORESPUNTarget value of restriction f. optimized PO-based load build BORESPUNQUAN13(3) MENG13
PUNEIPoints unit PUNEIUNIT3T006CUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWBO1
INTO CORRESPONDING FIELDS OF WA_TWBO1
WHERE...

How to access SAP table TWBO1

Within an ECC or HANA version of SAP you can also view further information about TWBO1 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!