CNVCDMC_AGS_BPCA_ISECT SAP (BPCA: Result Item Details) Structure details

Dictionary Type: Structure
Description: BPCA: Result Item Details




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




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

CNVCDMC_AGS_BPCA_ISECT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BPCA: Result Item Details" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CNVCDMC_AGS_BPCA_ISECT TYPE CNVCDMC_AGS_BPCA_ISECT.

The CNVCDMC_AGS_BPCA_ISECT table consists of various fields, each holding specific information or linking keys about BPCA: Result Item Details data available in SAP. These include ITEM_ID (Unique ID - 32 characters), AS4POS (Dictionary: Line item), GUID (AGS_TBOM_GUID), TRKORR (Request/Task).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVCDMC_AGS_BPCA_ISECT structure 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
ID BPCA Result ID0
ITEM_IDUnique ID - 32 characters HIER_GUIDCHAR32SYCHAR32
AS4POSDictionary: Line item DDPOSITIONNUMC6DDPOSITION
GUID AGS_TBOM_GUID0
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEObject Name in Object List TROBJ_NAMECHAR120TROBJ_NAME
OBJ_CLASS_TYPE AGS_TBOM_ITEM_CLASS_TYPE0
OBJ_CLASS_VALUE AGS_TBOM_ITEM_CLASS_VALUE0
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
DLVUNITSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
OBJ_SOURCE AGS_TBOM_OBJ_SOURCE0
EVENT Event0
EVENT_TYPE Event Type0
CRITICALITY TBOM Item Criticality0
LOGICAL_COMP Technical Description of Logical Components0

Key field Non-key field



How do I retrieve data from SAP structure CNVCDMC_AGS_BPCA_ISECT using ABAP code?

As CNVCDMC_AGS_BPCA_ISECT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CNVCDMC_AGS_BPCA_ISECT as there is no data to select.

How to access SAP table CNVCDMC_AGS_BPCA_ISECT

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