ROIUPR_SKF_COUNT SAP (SKF Well Count Structure) Structure details

Dictionary Type: Structure
Description: SKF Well Count Structure




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




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

ROIUPR_SKF_COUNT 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 "SKF Well Count Structure" 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_ROIUPR_SKF_COUNT TYPE ROIUPR_SKF_COUNT.

The ROIUPR_SKF_COUNT table consists of various fields, each holding specific information or linking keys about SKF Well Count Structure data available in SAP. These include KEY2 (Char 20), KEY3 (Char 20), KEY4 (Character field, 8 characters long), WL_CLASS_CD (Well class code).. 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 ROIUPR_SKF_COUNT 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
KEY1Field length 18 CHAR18CHAR18CHAR18
KEY2Char 20 CHAR20CHAR20CHAR20
KEY3Char 20 CHAR20CHAR20CHAR20
KEY4Character field, 8 characters long CHAR8CHAR8CHAR8
WL_CLASS_CDWell class code OIU_WL_CLASS_CDCHAR2Assigned to domainOIU_WL_CLASS_CD
WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
WC_NOWell Completion Number OIU_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
LCL_WL_NOLocal Well Number OIU_LCL_WL_NOCHAR15
NAMEWell completion name OIU_WC_NM_CONVCHAR35OIUNMOIU_TEXT35_CONV
API_WC_NOAPI well completion number OIU_API_WC_NOCHAR3OIU_API_WC_NO
SAP_STAT_CDStatistical key figure STAGRCHAR6Assigned to domainSTAGRSTA
DAYS_PRDDays produced OIU_DAYS_PRODNUMC2OIU_DAYS_PROD
PRD_HRSProduction hours OIU_PRD_HRSNUMC3OIU_PRD_HRS

Key field Non-key field



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

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

How to access SAP table ROIUPR_SKF_COUNT

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