RSSEM_YS_COBPRO SAP (InfoObject Properties (in Context of InfoCube)) Structure details

Dictionary Type: Structure
Description: InfoObject Properties (in Context of InfoCube)




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




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

RSSEM_YS_COBPRO 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 "InfoObject Properties (in Context of InfoCube)" 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_RSSEM_YS_COBPRO TYPE RSSEM_YS_COBPRO.

The RSSEM_YS_COBPRO table consists of various fields, each holding specific information or linking keys about InfoObject Properties (in Context of InfoCube) data available in SAP. These include IOBJTP (Type of an InfoObject), DATATP (Data Type in ABAP Dictionary), INTLEN (Internal Length in Bytes), OUTPUTLEN (Output Length).. 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: Cannot Be Enhanced


SAP RSSEM_YS_COBPRO 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
IOBJNMInfoObject RSIOBJNMCHAR30RSDIOBJRSIOBJNMRSC
IOBJTPType of an InfoObject RSIOBJTPCHAR3RSIOBJTP
DATATPData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
INTLENInternal Length in Bytes INTLENNUMC6DDLENG
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
INTTPABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
DIGITSNumber of Characters in Field RSDIGITSNUMC6NUM6
CHACONSTCharacter. Constant (Max. Length) RSCHACONST60CHAR60RSCHAVL60
KYFTPKey figure type RSKYFTPCHAR3RSKYFTP
FIXCUKYFixed currency RSFIXCUKYCUKY5TCURCWAERS
FIXUNITFixed Unit of Measure RSFIXUNITUNIT3T006CUNITMEINS
AGGRGENUsual aggregation RSAGGRGENCHAR3RSAGGRGEN
AGGREXCException aggregation RSAGGREXCCHAR3RSAGGREXC
AGGRCHAReference characteristic for exception aggregation RSAGGRCHACHAR30RSDIOBJRSIOBJNM
KYFDECIMDecimal places (of a key figure) RSKYFDECIMCHAR1RSKYFDECIM
KYFPRSNTDisplay (of a key figure) RSKYFPRSNTCHAR1RSKYFPRSNT
UNINMUnit InfoObject (currency/unit) RSUNINMCHAR30RSDUNIRSIOBJNM
UNITPUnit type RSUNITPCHAR3RSUNITP
TXTSHShort description RSTXTSHCHAR20TEXT20
TXTLGLong description RSTXTLGCHAR60TEXT60
HIETABFLCharacteristic with hierarchies RSHIETABFLCHAR1XFELD
HIEVERFLHierarchies can have several versions RSHIEVERFLCHAR1XFELD
HIENMTFLEntire hierarchy is time-dependent RSDHIENMTFLCHAR1XFELD
HIENDTFLHierarchy structure is time-dependent RSHIENDTFLCHAR1XFELD
HIEINTFLIntervals permitted in hierarchy RSHIEINTFLCHAR1XFELD
LOWERCASELowercase letters allowed/not allowed LOWERCASECHAR1AS4FLAG
BDSFLCharacteristic is allowed as attribute of documents RSDDOCFLCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RSSEM_YS_COBPRO

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