KKAPARA_TA SAP (Table w/order pack. for RFC func.mod. for parallel WIP calc.) Structure details

Dictionary Type: Structure
Description: Table w/order pack. for RFC func.mod. for parallel WIP calc.




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




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

KKAPARA_TA 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 "Table w/order pack. for RFC func.mod. for parallel WIP calc." 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_KKAPARA_TA TYPE KKAPARA_TA.

The KKAPARA_TA table consists of various fields, each holding specific information or linking keys about Table w/order pack. for RFC func.mod. for parallel WIP calc. data available in SAP. These include AUFNR (Order Number), POSNR (Order Item Number), OBJNR (Object number), OBJNP (Object number).. 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 KKAPARA_TA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJNPObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJIDCost Object (Cost Accounting Object) CO_OBJIDCHAR62TEXT62
AUTYPOrder category AUFTYPNUMC2AUFTYP
SAFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
MATNRMaterial Number for Order CO_MATNRCHAR18Assigned to domainMATN1MATNRMAT
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
PWERKPlanning plant for the order CO_PWERKCHAR4Assigned to domainWERKS
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
PROCNRProduction Process CKML_F_PROCNRNUMC12Assigned to domainCK_KALNRCKML_PROCNR
VERSNResults Analysis Version VERSN_ABGRCHAR3Assigned to domainALPHAVERSN_ABGRACV
WRTChange in Work in Process Against Previous Period KKA_WIP_CHANGECURR15(2) WERTV8
WRTKTotal Value of Work in Process KKA_WIPCURR15(2) WERTV8
WRT_UPDValue of work in process still to be updated KKA_WRTUPDCURR15(2) WERTV8
WAEHRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AMPELInternal Representation of a Traffic Light (Exception) KKA_AMPELCHAR1CHAR1
MAXNTMaximum Message Type in Processing an Order KKA_MSGMAXCHAR1MSGTYPMAX
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
NO_AUTH_PLANTCheckbox XFELDCHAR1XFELD
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
KTEXTShort Text of Cost Object KTRKTEXTCHAR40TEXT40
WEMNGQuantity of goods received for the order item CO_WEMNGQUAN13(3) MENG13
PSMNGOrder item quantity CO_PSMNGQUAN13(3) MENG13
AMEINUnit of measure for in-house production CO_AUFMEUNIT3Assigned to domainCUNITMEINS
ABARTResults Analysis Type ABGR_ARTCHAR1ABGR_ART
BEWERWIP Valuation KKA_WIPBEWCHAR20CHAR20S
BWVARValuation Variant for WIP K_WIPBVACHAR3Assigned to domainAWBVA
PAR_AUFLOCheckbox XFELDCHAR1XFELD
VALUTYPValuation View VALUTYPNUMC1VALUTYPVTP
NO_AUTH_VALUTYPCheckbox XFELDCHAR1XFELD
VALUTEXT25-Character Field KKACHR25CHAR25KKACHR25
FLG_MLTPSOrder with multiple items CO_MLTPSCHAR1KREUZ
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ABGSLResults Analysis Key ABGR_SCHLCHAR6Assigned to domainABGR_SCHLACS
STATTEXTIndividual status of an object (short form) J_TXT04CHAR4TEXT4
WIPTYP25-Character Field KKACHR25CHAR25KKACHR25
ZSCHLOverhead key AUFZSCHLCHAR6CHAR6
LOEKZDeletion flag AUFLOEKZCHAR1XFELD
PKOSACost collector for production process PROCNR PKOSA_DCHAR12Assigned to domainALPHAAUFNR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PROCNR_TXTProduction Process: Generated/Changeable Name CKML_N_FPROCCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table KKAPARA_TA

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