RSPERSHEAD SAP (Header Information for BEx Personalization Data) Table details

Dictionary Type: Table
Description: Header Information for BEx Personalization Data




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




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

RSPERSHEAD is a standard SAP Table which is used to store Header Information for BEx Personalization Data data and is available within R/3 SAP systems depending on the version and release level.

The RSPERSHEAD table consists of various fields, each holding specific information or linking keys about Header Information for BEx Personalization Data data available in SAP. These include OBJVERS (Object version), ACTIVE (Boolean), ODSTAB (DS Table), ODSNM (DataStore Object).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSPERSHEAD 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
APPLNMApplication Component RSAPPLNMCHAR30RSAPPLNM
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
ACTIVEBoolean RS_BOOLCHAR1RS_BOOL
ODSTABDS Table RSDODSTABLECHAR30TABNAME
ODSNMDataStore Object RSDODSOBJECTCHAR30RSDODSOBJECTRSDODSOBJECT
ACT_FUNCNMFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB
QUERYProgram/Transaction in SQL Trace Evaluation PROGRAMCHAR40Assigned to domainPROGRAMMRID
RETSTRUName of an ABAP Dictionary object DDNAMECHAR30DDNAME
ORDERIOBJNMInfoObject RSDIOBJNMCHAR30RSIOBJNMRSD_IOBJNM
MAXNUMNatural Number INT4INT410INT4
GUIDBW Generation tool: GUID in compressed form (CHAR25) RSSGUID25CHAR25RSSGUID25

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSPERSHEAD
INTO CORRESPONDING FIELDS OF WA_RSPERSHEAD
WHERE...

How to access SAP table RSPERSHEAD

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