RSVHSVALUESET SAP (Value help services user setting A segment) Table details

Dictionary Type: Table
Description: Value help services user setting A segment




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




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

RSVHSVALUESET is a standard SAP Table which is used to store Value help services user setting A segment data and is available within R/3 SAP systems depending on the version and release level.

The RSVHSVALUESET table consists of various fields, each holding specific information or linking keys about Value help services user setting A segment data available in SAP. These include IOBJNM (InfoObject), VALUESET_TYPE (Type of personal value that is stored), HIENM (Hierarchy name), VALUESET_ID (BW Generation tool: GUID in compressed form (CHAR25)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSVHSVALUESET table 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
SELUSERChanged by USERCHAR12CHAR12
IOBJNMInfoObject RSDIOBJNMCHAR30RSDIOBJRSIOBJNMRSD_IOBJNM
VALUESET_TYPEType of personal value that is stored RSPERSTYPECHAR1RSPERSTYPE
HIENMHierarchy name RSHIENMCHAR30RSHIENM
VALUESET_IDBW Generation tool: GUID in compressed form (CHAR25) RSSGUID25CHAR25RSSGUID25
PERS_IDBW Generation tool: GUID in compressed form (CHAR25) RSSGUID25CHAR25RSSGUID25
NODE_IOBJNMInfoObject RSIOBJNMCHAR30RSIOBJNMRSC
LOW_INTDim: Field for a User-Defined Characteristic Value RSCHAVLSSTR1333RSCHAVL
HIGH_INTDim: Field for a User-Defined Characteristic Value RSCHAVLSSTR1333RSCHAVL
LOW_FLAGFlag to denote the type of personal value stored RSPERSVALFLGNUMC1RSPERSVALFLAG
HIGH_FLAGFlag to denote the type of personal value stored RSPERSVALFLGNUMC1RSPERSVALFLAG
SIGNSIGN field in creation of SELECT-OPTIONS tables RALDB_SIGNCHAR1RALDB_SIGN
OPTOperator in Select Options and other Expressions RSZ_OPERATORCHAR2RSZ_OPERATOR_DOMAIN
HIEVERSIONBW: Unequivocal ID in room and time (numbers and letters) RSUNIIDC25CHAR25RSUNIIDC25
HIEDATETOBW: Unequivocal ID in room and time (numbers and letters) RSUNIIDC25CHAR25RSUNIIDC25
TIME_STAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
TOOL_TYPEFront end tool using the personalized values RSFRONTTOOLTYPENUMC1RSFRONTTOOLTYPE
TIME_STAMPLUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL

Key field Non-key field



How do I retrieve data from SAP table RSVHSVALUESET using ABAP code

The following ABAP code Example will allow you to do a basic selection on RSVHSVALUESET to SELECT all data from the table
DATA: WA_RSVHSVALUESET TYPE RSVHSVALUESET.

SELECT SINGLE *
FROM RSVHSVALUESET
INTO CORRESPONDING FIELDS OF WA_RSVHSVALUESET
WHERE...

How to access SAP table RSVHSVALUESET

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