RC62F SAP (Structure to set up PP order) Structure details

Dictionary Type: Structure
Description: Structure to set up PP order




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




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

RC62F 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 "Structure to set up PP 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_RC62F TYPE RC62F.

The RC62F table consists of various fields, each holding specific information or linking keys about Structure to set up PP order data available in SAP. These include NEW_BOM (Indicator: Select new bill of material), AUFLD (Date of BOM Explosion/Routing Transfer), PLAUF (Date for routing transfer), PROD_VERS (Production Version).. 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 RC62F 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
NEW_ROUTIndicator: Select new routing NEW_ROUTCHAR1KREUZ
NEW_BOMIndicator: Select new bill of material NEW_BOMCHAR1KREUZ
AUFLDDate of BOM Explosion/Routing Transfer CO_AUFLDDATS8DATUM
PLAUFDate for routing transfer CO_PLAUFDATS8DATUM
PROD_VERSProduction Version VERIDCHAR4MKALVERIDVER
VERTODistribution key for quantity produced SA_VERTOCHAR4Assigned to domainSA_VERTL
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
REV_SELCheckbox XFELDCHAR1XFELD
VER_SELCheckbox XFELDCHAR1XFELD
ALT_SELCheckbox XFELDCHAR1XFELD
NO_SELCheckbox XFELDCHAR1XFELD
GSTRPBasic start date CO_GSTRPDATS8DATUM
GLTRPBasic finish date CO_GLTRPDATS8DATUM
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
NO_BOMCheckbox XFELDCHAR1XFELD
NO_ROUCheckbox XFELDCHAR1XFELD
BDTERRequirement Date for the Component BDTERDATS8DATUM
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
STLALAlternative BOM STLALCHAR2ALPHAALTNR
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
CAPIDApplication CAPIDCHAR4Assigned to domainCAPIDCSA
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR

Key field Non-key field



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

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

How to access SAP table RC62F

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