ROIUREP_ND_FORM16_DTL SAP (Reg.Reporting - North Dakota Form16/16A Detail) Structure details

Dictionary Type: Structure
Description: Reg.Reporting - North Dakota Form16/16A Detail




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




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

ROIUREP_ND_FORM16_DTL 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 "Reg.Reporting - North Dakota Form16/16A Detail" 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_ROIUREP_ND_FORM16_DTL TYPE ROIUREP_ND_FORM16_DTL.

The ROIUREP_ND_FORM16_DTL table consists of various fields, each holding specific information or linking keys about Reg.Reporting - North Dakota Form16/16A Detail data available in SAP. These include HEAD_SEQNR (Regulatory Reporting Header Sequence Number), REC_TYPE (Detail Layout Record Type), FIELD (Regulatory Reporting - North Dakota Field), COUNTY (Regulatory Reporting - North Dakota County).. 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 ROIUREP_ND_FORM16_DTL 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
HEAD_SEQNRRegulatory Reporting Header Sequence Number OIUREP_HEAD_SEQNRNUMC5
REC_TYPEDetail Layout Record Type OIUREP_OGR_REC_TYPECHAR2
FIELDRegulatory Reporting - North Dakota Field OIUREP_ND_FIELDCHAR35
COUNTYRegulatory Reporting - North Dakota County OIUREP_ND_COUNTYCHAR32
INJ_OIL_SKIMRegulatory Reporting - North Dakota 'Oil skimmed?'-check box OIUREP_ND_OIL_SKIMCHAR1XFELD
INJ_BEG_MTH_MTR_RDNGRegReporting - ND Stored And/Or Meter Reading First Of Month OIUREP_ND_BEG_MTH_MTR_RNDGNUMC8
INJ_END_MTH_MTR_RDNGRegReporting - ND Stored And/Or Meter Reading End Of Month OIUREP_ND_END_MTH_MTR_RNDGNUMC8
INJ_MONTHLY_BBLSRegulatory Reporting - North Dakota Monthly Barrels Injected OIUREP_ND_MONTHLY_INJNUMC8
AVG_INJ_PRESSURERegReporting - ND Average Injection Pressure OIUREP_ND_AVG_INJ_PRESSURENUMC8
UIC_NOReg. Reporting - ND Undergound Injection Control Number OIUREP_ND_UIC_NOCHAR11
INJ_ND_WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
INJ_ND_WL_NMWell Description OIU_WL_DE_CONVCHAR35OIUNMOIU_TEXT35_CONV
INJ_ND_WELL_FILE_NORegulatory Reporting - North Dakota Well File Number OIUREP_ND_WELL_FILE_NOCHAR6
INJ_QTR_1_NOQuarter 1 Number OIU_QTR_1_NOCHAR2CHAR2
INJ_QTR_2_NOQuarter 2 Number OIU_QTR_2_NOCHAR2CHAR2
INJ_SECT_NOSection Number OIU_SECTION_NOCHAR3CHAR3
INJ_TWP_NOTownship number OIU_TWP_NOCHAR3CHAR3
INJ_TWP_DIR_CDTownship direction code OIU_TWP_DIR_CDCHAR1CHAR1
INJ_RNG_NORange number OIU_RNG_NOCHAR3CHAR3
INJ_RNG_DIR_CDRange Direction Code OIU_RNG_DIR_CDCHAR1CHAR1
DIS_OPERATORRegulatory Reporting Authorized Operator Name OIUREP_OPERATOR_NMCHAR30
DIS_ND_WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
DIS_ND_WL_NMWell Description OIU_WL_DE_CONVCHAR35OIUNMOIU_TEXT35_CONV
DIS_ND_WELL_FILE_NORegulatory Reporting - North Dakota Well File Number OIUREP_ND_WELL_FILE_NOCHAR6
DIS_QTR_1_NOQuarter 1 Number OIU_QTR_1_NOCHAR2CHAR2
DIS_QTR_2_NOQuarter 2 Number OIU_QTR_2_NOCHAR2CHAR2
DIS_SECT_NOSection Number OIU_SECTION_NOCHAR3CHAR3
DIS_TWP_NOTownship number OIU_TWP_NOCHAR3CHAR3
DIS_TWP_DIR_CDTownship direction code OIU_TWP_DIR_CDCHAR1CHAR1
DIS_RNG_NORange number OIU_RNG_NOCHAR3CHAR3
DIS_RNG_DIR_CDRange Direction Code OIU_RNG_DIR_CDCHAR1CHAR1
DIS_PIT_OR_WELLRegulatory Reporting - North Dakota Pit or Well OIUREP_ND_P_OR_WCHAR1
DIS_MONTHLY_BBLSRegReporting - North Dakota Monthly Barrels Transported OIUREP_ND_MONTHLY_BBLSNUMC8
DIS_PIPE_OR_TRUCKRegulatory Reporting - North Dakota Pipeline or Truck OIUREP_ND_PIPE_OR_TRUCKCHAR1
TLR_REF_INDEXIndex OIUREP_ND_INDEXCHAR30

Key field Non-key field



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

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

How to access SAP table ROIUREP_ND_FORM16_DTL

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