SAP KABC_COPY Copy Planning Template for Business Processes Actual/Plan Table data and field list

KABC_COPY 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 "Copy Planning Template for Business Processes Actual/Plan" 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_KABC_COPY TYPE KABC_COPY.

The KABC_COPY table consists of various fields, each holding specific information or linking keys about Copy Planning Template for Business Processes Actual/Plan data available in SAP. These include PRZGRU_S (Business process group), PRZONE_FS (Specific Business Process), PRZGRU_FS (Indicator: Business Process Group), PRZALL_FS (Include All Business Processes?)... 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. .

KABC_COPY structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KABC_COPY structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the KABC_COPY table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PRZNR_SBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
PRZGRU_SBusiness process group BPGRPCHAR15GRPNAMEKWH
PRZONE_FSSpecific Business Process CO_KZPRZNRCHAR1XFELD
PRZGRU_FSIndicator: Business Process Group CO_KZPHINRCHAR1XFLAG
PRZALL_FSInclude All Business Processes? CO_ALLEPRZCHAR1XFELD
PRZNR_RBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
PRZGRU_RBusiness process group BPGRPCHAR15GRPNAMEKWH
PRZONE_FRSpecific Business Process CO_KZPRZNRCHAR1XFELD
PRZGRU_FRIndicator: Business Process Group CO_KZPHINRCHAR1XFLAG
PRZEQ_FRIndicator: Reference Business Process Identical With Target CO_PRZEQUALCHAR1XFELD
PERAB_SFirst period FROM_PNUMC3RPMAXVPE
PERBI_SLast Period TO_PNUMC3RPMAXBPE
PERAB_RFirst period FROM_PNUMC3RPMAXVPE
PERBI_RLast Period TO_PNUMC3RPMAXBPE
LISTDisplay detailed list of records copied? CO_PROTOCHAR1XFELD
TESTRUNExecute Test Run TESTLAUFCHAR1XFELD
BATCHBackground Processing BATCHFLGCHAR1XFELD
TEXT_FLAGCopy long texts CO_CLTEXTCHAR1XFELD
STRUC_WITHCopy only structure without values CO_STRUONLCHAR1XFELD
STRUC_WITHOUTCopy only structure without values CO_STRUONLCHAR1XFELD
UPDATEReset/overwrite data (X), or do not change ( ) CO_UPDATECHAR1BOOLE
NO_UPDATEReset/overwrite data (X), or do not change ( ) CO_UPDATECHAR1BOOLE
OPER_ALLCopy all planning transactions CO_KZRKPALCHAR1XFELD
OPER_ALL_XCopy all actual postings CO_XALLPSTCHAR1BOOLE
OPER_SELCopy selected business transactions CO_KZRKPSLCHAR1XFELD
OPER_SEL_XSelect actual data to be copied CO_XSELPSTCHAR1BOOLE
RKP1Copy records from primary cost planning? CO_CRKP1CHAR1XFELD
XPRICopy primary costs CO_CPRIMCHAR1BOOLE
RKP2Copy records from activity type planning? CO_CRKP2CHAR1XFELD
XLEICopy activities CO_CLEICHAR1BOOLE
RKP3Copy records from activity input planning? CO_CRKP3CHAR1XFELD
XILVCopy activity allocation CO_CILVCHAR1BOOLE
RKP4Copy records from statistical key figure planning CO_CRKP4CHAR1XFELD
XSTACopy statistical key figures CO_CSTATCHAR1BOOLE
XERLCopy revenues CO_CERLCHAR1BOOLE
XAUFIndicator: Copy other secondary costs CO_CAUFCHAR1BOOLE
XZUSCopy applied overhead (credit) CO_CZUSCHAR1BOOLE
RKP2QCopy quantities? CO_CRKP2QCHAR1XFELD
RKP2PCopy prices? CO_CRKP2PCHAR1XFELD
XTARCopy prices CO_CTARCHAR1BOOLE
RKPWIndicator: Copy other secondary cost planning? CO_CRKPWCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table KABC_COPY

Within an ECC or HANA version of SAP you can also view further information about KABC_COPY and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).