ROIUVL_ENTYPC SAP (ROIUVL_ENTYPC) Structure details

Dictionary Type: Structure
Description: ROIUVL_ENTYPC




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




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

ROIUVL_ENTYPC 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 "ROIUVL_ENTYPC" 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_ROIUVL_ENTYPC TYPE ROIUVL_ENTYPC.

The ROIUVL_ENTYPC table consists of various fields, each holding specific information or linking keys about ROIUVL_ENTYPC data available in SAP. These include VNAME (Joint Venture), DOI_NO (Division of interest (DOI)), MAJPD_CD (Major product code), OWN_NO (PRA owner).. 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 ROIUVL_ENTYPC 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VNAMEJoint Venture JV_NAMECHAR6OIU_DO_JVALPHAJV_NAMEJVV
DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5OIU_DO_DIALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
MAJPD_CDMajor product code OIU_MAJPD_CDCHAR1OIU_CM_PDCDOIU_MAJPD_CDOIU_MAJPD
OWN_NOPRA owner OIU_OWN_NOCHAR10LFA1ALPHALIFNROIU_OWN_NO
INT_TYPE_CDOwner type OIUVL_INT_TYPE_CDCHAR2OIUVL_INT_TYPE_CD
OWN_ISQ_NOOwner Interest Sequence Number OIU_OWN_ISQ_NOCHAR2ALPHAOIU_OWN_ISQ_NOOIU_OWN_ISQ_NO
SALE_DTSales Date / Month OIU_SALE_DTDATS8DATUM
REJECT_FLAGReject flag OIUVL_REJECT_FLAGCHAR1OIU_FLAG
REJECT_RSN_CDReject Reason Code OIUVL_REJECT_RSN_CDCHAR3OIUVL_REJECT_RSN_CD
FOUND_FLAGFound flag OIUVL_FOUND_FLAGCHAR1OIU_FLAG
GRI_PCGross Revenue Interest OIUVL_WI_GRI_PCDEC9(8) OIU_PERCENT98
GOVT_PCGovernment percent OIUVL_GOVT_PCDEC9(8) OIU_PERCENT98
INDIAN_PCIndian percent OIUVL_INDIAN_PCDEC9(8) OIU_PERCENT98
STATE_PCState percent OIUVL_STATE_PCDEC9(8) OIU_PERCENT98
CHAR_PCCharitable percent OIUVL_CHAR_PCDEC9(8) OIU_PERCENT98
OTHR_PCOther percent OIUVL_OTHR_PCDEC9(8) OIU_PERCENT98

Key field Non-key field



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

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

How to access SAP table ROIUVL_ENTYPC

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