KKAPARA_IN SAP (Input Parameters for RFC Func. Module for Parallel WIP Calc.) Structure details

Dictionary Type: Structure
Description: Input Parameters for RFC Func. Module for Parallel WIP Calc.




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




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

KKAPARA_IN 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 "Input Parameters for RFC Func. Module 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_IN TYPE KKAPARA_IN.

The KKAPARA_IN table consists of various fields, each holding specific information or linking keys about Input Parameters for RFC Func. Module for Parallel WIP Calc. data available in SAP. These include ABGRMONA (Results Analysis Month), ABGRJAHR (Results Analysis Year), WAEHR (Transaction Currency), FEHLAUFT (Display Orders with Errors in the Results List).. 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)


SAP KKAPARA_IN 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
RFC_GROUPRFC Server Group for Parallel Processing CO_RFC_GRPCHAR20RZLLI_ACNSPTA_RFCGRSPTA_SERVER_GROUP
ABGRMONAResults Analysis Month BIS_ABGR_MNUMC3KKANUM3ACM
ABGRJAHRResults Analysis Year BIS_ABGR_JNUMC4GJAHRGJAHRACJ
WAEHRTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
FEHLAUFTDisplay Orders with Errors in the Results List KKA_FEHLAUCHAR1FLAG
P_CCCURROutput in Company Code Currency KKA_CCCURRCHAR1XFELDKK2
P_C2CURRCalculate Comp. Code Cur. Indep. After Local Cur. Changeover KKA_WAEHRS_OBJ_FORCECHAR1KKA_YES_NO
P_MAXNTAMaximum Message Type for Objects KKA_MAXANZCHAR1XFELD
NO_0_WIPDo Not Display Orders in WIP List When WIP = 0 KKA_0WIPAUCHAR1XFELD
WITHIMSGLog Messages of Message Type I KKA_INFOPRCHAR1FLAG
P_ALOGWorklist AVFLGCHAR1XFELD
AUSFUEHRNew Input Values XFLAGCHAR1XFLAG
SIMULATINew Input Values XFLAGCHAR1XFLAG
ANZEIGENNew Input Values XFLAGCHAR1XFLAG
SCMA_WORKLISTS_ACTIVECheckbox KKA_YES_NOCHAR1KKA_YES_NO
PAR_EINZCheckbox KKA_YES_NOCHAR1KKA_YES_NO
.INCLU--AP 0
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC

Key field Non-key field



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

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

How to access SAP table KKAPARA_IN

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