RC62C SAP (Entries when copying order) Structure details

Dictionary Type: Structure
Description: Entries when copying order




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




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

RC62C 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 "Entries when copying order" 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_RC62C TYPE RC62C.

The RC62C table consists of various fields, each holding specific information or linking keys about Entries when copying order data available in SAP. These include KDPOS (Sales order item), REFNR (Reference order number), COPY_OPR (Indicator: Copy operations), COPY_MAT (Indicator: Copy components).. 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 RC62C 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
KDAUFSales order number CO_KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSSales order item CO_KDPOSNUMC6Assigned to domainPOSNRAUP
REFNRReference order number AUFREFNRCHAR12Assigned to domainALPHAAUFNRANV
COPY_OPRIndicator: Copy operations COPY_OPRCHAR1KREUZ
COPY_MATIndicator: Copy components COPY_MATCHAR1KREUZ
COPY_MLSIndicator: Copy trigger points COPY_MLSCHAR1KREUZ
COPY_PRTIndicator: Copy production resources and tools COPY_PRTCHAR1KREUZ
COPY_PSTIndicator: Copy PS texts COPY_PSTCHAR1KREUZ
COPY_AOBIndicator: Copy relationships COPY_AOBCHAR1KREUZ
COPY_PVIndicator: Copy process instructions COPY_PVCHAR1KREUZ
COPY_SMInd: Copy settlement rule COPY_SMCHAR1XFELD
COPY_PSPIndicator: Copy WBS element COPY_PSPCHAR1KREUZ
COPY_PCTIndicator: Copy profit center COPY_PCTCHAR1KREUZ
COPY_GSBIndicator: Copy business area COPY_GSBCHAR1KREUZ
COPY_DELOverwrite existing entries COPY_DELCHAR1KREUZ
COPY_ANROverwrite order number indicator (version) COPY_ANRCHAR1XFELD
VSNMRVersion number COPY_VSNMRCHAR12VSNMR
COPY_ASSGInd.: Copy assignment to WBS element and sales order COPY_ASSGNCHAR1XFELD
COPY_DOCLIndicator: Copy document links COPY_DOCLCHAR1KREUZ
COPY_SM_OLCCopy of Settlement Rule at Operation Level COPY_SM_OLCCHAR1KREUZ

Key field Non-key field



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

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

How to access SAP table RC62C

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