RCOLS SAP (CIM order: Structure of sort key of dialog table) Structure details

Dictionary Type: Structure
Description: CIM order: Structure of sort key of dialog table




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




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

RCOLS 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 "CIM order: Structure of sort key of dialog table" 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_RCOLS TYPE RCOLS.

The RCOLS table consists of various fields, each holding specific information or linking keys about CIM order: Structure of sort key of dialog table data available in SAP. These include AUFPS (Order Item Number), FLGAT (Sequence category), APLFL (Sequence), VORNR (Operation/Activity 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)


SAP RCOLS 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFPSOrder Item Number CO_POSNRNUMC4CO_POSNR
FLGATSequence category FOLGENARTCHAR1Assigned to domainFLGAT
APLFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SORT_IND_PSub-object SUB_OBJECTCHAR1SUB_OBJECT
UVORNSuboperation UVORNCHAR4NUMCVVORNR
SORT_IND_USub-object SUB_OBJECTCHAR1SUB_OBJECT
VORAOBOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
AUFPL_NCHNo. identifying the network to which the successor belongs AUFPL_NCHNUMC10MDNUM
APLZL_NCHInternal counter CIM_COUNTNUMC8CIM_COUNT
AOBARType of relationship AOBARCHAR2AOBARAOBAR
MIMAXIndicates whether maximum time interval will be considered DAUMIMAXCHAR1XFELD
AUFSTOrder level AUFSTNUMC2AUFST
AUFWGOrder path AUFWGNUMC2AUFWG
BAUSTAssembly order level BAUSTNUMC2AUFST
XPOSNBOM item number APOSNCHAR4NUMCVSPOSN
GROUPFollow-up group CS_NFGRPCHAR2CHAR2
XKZAUDiscontinuation indicator KZAUSCHAR1KZAUS
RANGFAlternative item: ranking order CS_ALPRFNUMC2NUM2
POSNRBOM item number APOSNCHAR4NUMCVSPOSN
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
XRVRSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
PSNFHItem Number for Production Resource/Tool PSNFHNUMC4PSNFH
PZLFHItem counter for production resources/tools PZLFHNUMC8PZLFH
TXTARText type TXTARCHAR2Assigned to domainTXTAR
TXTTIPS text description TXTTICHAR20CHAR20
TXTKYInternal text number (12-character) TXTKYCHAR12CHAR12
TEDATScheduled milestone date (Basic) MLST_TEDATDATS8DATUM
MLSTNUsage MILESTONECHAR5Assigned to domainMILESTONE
MLST_ZAEHLMilestone number MLST_ZAEHLNUMC12NUM12
TAUFNOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
CANUMCapacity allocation number CR_CAPNUMNUMC4NUM4
UCNUMCapacity allocation number CR_CAPNUMNUMC4NUM4
BEDZLInternal counter CIM_COUNTNUMC8CIM_COUNT
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
PROJNWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
BAUWGAssembly order path BAUWGNUMC2AUFWG
VSNMRNumber or description of a version VSNMRCHAR12VSNMRVS2

Key field Non-key field



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

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

How to access SAP table RCOLS

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