RSLOCALITEMVIEW_70 SAP (User-Specific Data Views 7.0) Structure details

Dictionary Type: Structure
Description: User-Specific Data Views 7.0




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




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

RSLOCALITEMVIEW_70 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 "User-Specific Data Views 7.0" 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_RSLOCALITEMVIEW_70 TYPE RSLOCALITEMVIEW_70.

The RSLOCALITEMVIEW_70 table consists of various fields, each holding specific information or linking keys about User-Specific Data Views 7.0 data available in SAP. These include ITEM_NAME (Renderer attribute name), SYUSER (User name), DATA_PROVIDER_ID (Technical Name of a View), ITEM_ID (Technical Name of an Item).. 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 RSLOCALITEMVIEW_70 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
TMPLIDTechnical Name of a Template RSZTTMPLIDCHAR30RSZWOBJID
ITEM_NAMERenderer attribute name RRXWS_ATRCHAR30RSIOBJNM
SYUSERUser name USERNAMECHAR12USERNAME
DATA_PROVIDER_IDTechnical Name of a View RSZWVIEWIDCHAR30RSZWOBJID
ITEM_IDTechnical Name of an Item RSZWITEMIDCHAR30RSZWOBJID
DESCRIPTIONLong description RSTXTLGCHAR60TEXT60
INIT_ENTRYBoolean RS_BOOLCHAR1RS_BOOL
CHARTBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

How to access SAP table RSLOCALITEMVIEW_70

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