KPC_LINE_ITEM_ACTUAL SAP (Line Item Actual) Structure details

Dictionary Type: Structure
Description: Line Item Actual




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




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

KPC_LINE_ITEM_ACTUAL 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 "Line Item Actual" 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_KPC_LINE_ITEM_ACTUAL TYPE KPC_LINE_ITEM_ACTUAL.

The KPC_LINE_ITEM_ACTUAL table consists of various fields, each holding specific information or linking keys about Line Item Actual data available in SAP. These include PROJECT_OBJECT (Character field length 24), OBJECT_TYPE (Object Type of a project object), OBJNR (Object number), BUKRS (Company Code).. 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 (character-type or numeric)


SAP KPC_LINE_ITEM_ACTUAL 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
PROJECT_OBJECT 0
PROJECT_OBJECTCharacter field length 24 CHAR24CHAR24CHAR24
OBJECT_TYPEObject Type of a project object KPC_OBJECT_TYPECHAR1KPC_OBJECT_TYPE
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANYIDUCCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
BELNRDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
BUZEIPosting row CO_BUZEINUMC3BUZEI
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod CO_PERIONUMC3PERBLVPE
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
KSTAR_TXTChar 80 CHAR80CHAR80CHAR80
PAROB1Partner object (always filled) PAROB1CHAR22Assigned to domainJ_OBJNR
PBUKRSCompany code of partner PBUKRSCHAR4Assigned to domainBUKRSBUK
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
PFKBERPartner Functional Area SFKBERCHAR16Assigned to domainFKBER
PSCOPEPartner object class PSCOPE_CVCHAR2SCOPESCOPE_CV
USPOBSource Object (Cost Center/Activity Type) USPOBCHAR22Assigned to domainJ_OBJNR
REFBTDocument type of reference document CO_REFBTCHAR1BELTY
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
REFBKCompany code of FI document CO_REFBKCHAR4Assigned to domainBUKRS
REFGJFiscal year of reference document CO_REFGJNUMC4GJAHRGJAHR
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BEKNZDebit/credit indicator BEKNZCHAR1BEKNZBEKNZ
BELTPDebit type BP_INOUTNUMC1BP_INOUT
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
MEGBTRTotal Quantity MEGXXXQUAN15(3) MENGV8
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SGTXTSegment text CO_SGTXTCHAR50TEXT50
BUDATPosting Date CO_BUDATDATS8DATUM
BLDATDocument Date CO_BLDATDATS8DATUM
WTGBTRTotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
WOGBTRTotal Value in Object Currency WOGXXXCURR15(2) WERTV8
OWAERCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
WKGBTRTotal Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
KWAERControlling area currency KWAERCUKY5Assigned to domainWAERSKWS

Key field Non-key field



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

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

How to access SAP table KPC_LINE_ITEM_ACTUAL

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