ISU_BOLTREE_PRCO SAP (Utilities BOL Tree: Column Presentation) Table details

Dictionary Type: Table
Description: Utilities BOL Tree: Column Presentation




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




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

ISU_BOLTREE_PRCO is a standard SAP Table which is used to store Utilities BOL Tree: Column Presentation data and is available within R/3 SAP systems depending on the version and release level.

The ISU_BOLTREE_PRCO table consists of various fields, each holding specific information or linking keys about Utilities BOL Tree: Column Presentation data available in SAP. These include PRES_ID (Utilities BOL Tree: Presentation ID), COL_ID (Utilities BOL Tree: Column ID), COL_PATH_A (Utilities BOL Tree: Path for Determining Value A), COL_PATH_B (Utilities BOL Tree: Path for Determining Value B).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ISU_BOLTREE_PRCO 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 MANDTCLNT3Assigned to domainMANDT
PRES_IDUtilities BOL Tree: Presentation ID ISU_BOL_TREE_PRES_IDCHAR10ISU_BOLTREE_PRESCHAR10
COL_IDUtilities BOL Tree: Column ID ISU_BOL_TREE_COL_IDNUMC2ISU_BOLTREE_PCOLISU_BOL_TREE_COL_ID
COL_PATH_AUtilities BOL Tree: Path for Determining Value A ISU_BOL_TREE_COL_VALUE_PATH_ACHAR120TEXT120
COL_PATH_BUtilities BOL Tree: Path for Determining Value B ISU_BOL_TREE_COL_VALUE_PATH_BCHAR120TEXT120
COL_PATH_CUtilities BOL Tree: Path for Determining Value C ISU_BOL_TREE_COL_VALUE_PATH_CCHAR120TEXT120
COL_PATH_EDITUtilities BOL Tree: Path for Determining Value for Change ISU_BOL_TREE_COL_VALUE_PATH_EDCHAR120TEXT120
FLAG_EDITUtilities BOL Tree: Column is editable ISU_BOL_TREE_COL_EDITABLECHAR1XFELD
COL_IMGIcon Name or Icon Source ISU_ICON_NAMECHAR100TEXT100
COL_LINKUtilities BOL Tree: Column is link ISU_BOL_TREE_COL_IS_LINKCHAR1XFELD
COL_LINK_IDUtilities BOL Tree: Event ID ISU_BOL_TREE_EVENT_IDCHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM ISU_BOLTREE_PRCO
INTO CORRESPONDING FIELDS OF WA_ISU_BOLTREE_PRCO
WHERE...

How to access SAP table ISU_BOLTREE_PRCO

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