/SAPBOQ/COMP SAP (Composite of service master records) Table details

Dictionary Type: Table
Description: Composite of service master records




ABAP Code to SELECT data from /SAPBOQ/COMP
Related tables to /SAPBOQ/COMP
Access table /SAPBOQ/COMP




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

/SAPBOQ/COMP is a standard SAP Table which is used to store Composite of service master records data and is available within R/3 SAP systems depending on the version and release level.

The /SAPBOQ/COMP table consists of various fields, each holding specific information or linking keys about Composite of service master records data available in SAP. These include MITEM_NO (Service Number of Main Item), SPOSNR (Subitem Number), SITEM_NO (Service Number of Subitem), QTY (Quantity with Sign).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPBOQ/COMP 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
MITEM_NOService Number of Main Item /SAPBOQ/MITEM_NOCHAR18Assigned to domainALPHAASNUM
SPOSNRSubitem Number /SAPBOQ/SPOSNRNUMC4/SAPBOQ/SPOSNR
SITEM_NOService Number of Subitem /SAPBOQ/SITEM_NOCHAR18ASMDALPHAASNUM
QTYQuantity with Sign MENGEVQUAN13(3) MENGV13
DELDeletion flag for composite of service master records /SAPBOQ/DELCHAR1/SAPBOQ/DEL

Key field Non-key field



How do I retrieve data from SAP table /SAPBOQ/COMP using ABAP code

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

SELECT SINGLE *
FROM /SAPBOQ/COMP
INTO CORRESPONDING FIELDS OF WA_/SAPBOQ/COMP
WHERE...

How to access SAP table /SAPBOQ/COMP

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