CMP_ITEM_DATA_ALV_FC SAP (Field Catalog for Complaints Processing ALV Display) Structure details

Dictionary Type: Structure
Description: Field Catalog for Complaints Processing ALV Display




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




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

CMP_ITEM_DATA_ALV_FC 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 "Field Catalog for Complaints Processing ALV Display" 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_CMP_ITEM_DATA_ALV_FC TYPE CMP_ITEM_DATA_ALV_FC.

The CMP_ITEM_DATA_ALV_FC table consists of various fields, each holding specific information or linking keys about Field Catalog for Complaints Processing ALV Display data available in SAP. These include MATNR (Material Number), ARKTX (Short text for sales order item), AUART (Sales Document Type), FKART (Billing Type).. 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: Can Be Enhanced (Deep)


SAP CMP_ITEM_DATA_ALV_FC 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
POSNRBilling item POSNR_VFNUMC6Assigned to domainPOSNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
FKARTBilling Type FKARTCHAR4Assigned to domainFKART
LDOCNRDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
ITEM_TYPESales document item category PSTYVCHAR4Assigned to domainPSTYV
COMPREASTXTText for Complaints Reason CMP_COMPREASTXTCHAR50CHAR50
FKIMGActual Invoiced Quantity FKIMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
NETWRNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
CMP_PRICE1Complaints Processing: Price 1 CMP_PRICE1CURR11(2) WERTV6
CMP_KWAEH1Condition Currency (for Cumulation Fields) CMP_KWAEH1CUKY5Assigned to domainWAERS
CMP_KPEIN1Condition Pricing Unit 1 CMP_KPEIN1DEC5KPEIN
CMP_KMEIN1Condition Unit 1 CMP_KMEIN1UNIT3Assigned to domainCUNITMEINS
CMP_PRICE2Complaints Processing: Price 2 CMP_PRICE2CURR11(2) WERTV6
CMP_KWAEH2Condition Currency 2 CMP_KWAEH2CUKY5Assigned to domainWAERS
CMP_KPEIN2Condition Pricing Unit 2 CMP_KPEIN2DEC5KPEIN
CMP_KMEIN2Condition Unit 2 CMP_KMEIN2UNIT3Assigned to domainCUNITMEINS
CMP_PRICE3Complaints Processing: Price 3 CMP_PRICE3CURR11(2) WERTV6
CMP_KWAEH3Condition Currency 3 CMP_KWAEH3CUKY5Assigned to domainWAERS
CMP_KPEIN3Condition Pricing Unit 3 CMP_KPEIN3DEC5KPEIN
CMP_KMEIN3Condition Unit 3 CMP_KMEIN3UNIT3Assigned to domainCUNITMEINS
CMP_PRICE4Complaints Processing: Price 4 CMP_PRICE4CURR11(2) WERTV6
CMP_KWAEH4Condition Currency 4 CMP_KWAEH4CUKY5Assigned to domainWAERS
CMP_KPEIN4Condition Pricing Unit 4 CMP_KPEIN4DEC5KPEIN
CMP_KMEIN4Unit of Measure 4 CMP_KMEIN4UNIT3Assigned to domainCUNITMEINS
CMP_PRICE5Complaints Processing: Price 5 CMP_PRICE5CURR11(2) WERTV6
CMP_KWAEH5Condition Currency 5 CMP_KWAEH5CUKY5Assigned to domainWAERS
CMP_KPEIN5Condition Pricing Unit 5 CMP_KPEIN5DEC5KPEIN
CMP_KMEIN5Condition Unit 5 CMP_KMEIN5UNIT3Assigned to domainCUNITMEINS
CMP_PRICE6Complaints Processing: Price 6 CMP_PRICE6CURR11(2) WERTV6
CMP_KWAEH6Condition Currency 6 CMP_KWAEH6CUKY5Assigned to domainWAERS
CMP_KPEIN6Condition Pricing Unit 6 CMP_KPEIN6DEC5KPEIN
CMP_KMEIN6Condition Unit 6 CMP_KMEIN6UNIT3Assigned to domainCUNITMEINS
DOCNRBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
VBELNFollow-On Document CMP_VBELN_VFCHAR10Assigned to domainALPHAVBELN

Key field Non-key field



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

As CMP_ITEM_DATA_ALV_FC 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 CMP_ITEM_DATA_ALV_FC as there is no data to select.

How to access SAP table CMP_ITEM_DATA_ALV_FC

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