DSVASSESSADMIN SAP (DSVAS: Session administration data) Table details

Dictionary Type: Table
Description: DSVAS: Session administration data




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




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

DSVASSESSADMIN is a standard SAP Table which is used to store DSVAS: Session administration data data and is available within R/3 SAP systems depending on the version and release level.

The DSVASSESSADMIN table consists of various fields, each holding specific information or linking keys about DSVAS: Session administration data data available in SAP. These include SESSITYPE (DSVAS: Type of instanced session), SESSNO (DSVAS: Number of instanced session), BUNDLE_ID (DSVAS: Session package ID), BUNDLE_VERSNR (DSVAS: Version number of a session package).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DSVASSESSADMIN 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
SESSITYPEDSVAS: Type of instanced session DSVASDSESSITYPECHAR2CHAR2
SESSNODSVAS: Number of instanced session DSVASDSESSINOCHAR13CHAR13
BUNDLE_IDDSVAS: Session package ID DSVASDBUNDLEIDCHAR8DSVASSESSPACKDSVASDBUNDLEID
BUNDLE_VERSNRDSVAS: Version number of a session package DSVASDBUNDLEVERSNRNUMC5DSVASSESSPACKDSVASDBUNDLEVERSNR
WATCHERDSVAS: Analyst currently processing session DSVASDSESSWATCHERCHAR12Assigned to domainXUBNAME
PLANNED_DATEDSVAS: Planned session date (session administration) DSVASDSESSPLANDATEDATS8DSVASDSESSPLANDATE
STATUSDSVAS: Session status (session administration) DSVASDSESSSTATUSCHAR1DSVASDSESSSTATUS
RATINGDSVAS: Session rating DSVASDSESSRATINGCHAR1DSVASDSESSRATING
CUSTOMERNODSVAS: Customer number DSVASDCUSTOMERNOCHAR10CHAR10
INSTNODSVAS: Installation number DSVASDINSTNONUMC10NUMC10
DBIDDSVAS: Database ID (system ID) DSVASDDBIDCHAR3CHAR3
DESCRIPTIONDSVAS: Text of length 128 DSVASDTEXT128CHAR128TEXT128
CHANGE_USERDSVAS: Last changed by DSVASDCHANGEUSERCHAR12Assigned to domainXUBNAME
CHANGE_DATEDSVAS: Date of change DSVASDCHANGEDATEDATS8SYDATS
CHANGE_TIMEDSVAS: Change time DSVASDCHANGETIMETIMS6SYTIME
CREATION_USERDSVAS: Name of creator DSVASDCREATUSRCHAR12Assigned to domainXUBNAME
CREATION_DATEDSVAS: Creation date DSVASDCREATDATEDATS8SYDATS
CREATION_TIMEDSVAS: Creation time DSVASDCREATTIMETIMS6SYTIME
CONTRACTNODSVAS: Contract data (for example, contract number) DSVASDCONTRACTNOCHAR20CHAR20
EXTERNAL_IDDSVAS: External ID of session DSVASDSESSEXTIDCHAR20CHAR20
EXTERNAL_STATUSDSVAS: External status of session DSVASDSESSEXTSTATUSCHAR1CHAR1
CO_SYSTEM_IDDSVAS: Check-out system ID DSVASDSESSCOSYSIDCHAR3CHAR3
CO_INSTALL_NODSVAS: Check-out installation number DSVASDSESSCOINSTALLNOCHAR10CHAR10
CO_USERDSVAS: Check-out user DSVASDSESSCOUSERCHAR12Assigned to domainXUBNAME
CO_DATEDSVAS: Check-out date DSVASDSESSCODATEDATS8SYDATS
CO_TIMEDSVAS: Check-out time DSVASDSESSCOTIMETIMS6SYTIME
CO_SESSITYPEDSVAS: Type of instanced session DSVASDSESSITYPECHAR2CHAR2
CO_SESSNODSVAS: Number of instanced session DSVASDSESSINOCHAR13CHAR13
CO_RFCDESTDSVAS: Check-out RFC destination DSVASDSESSCORFCDESTCHAR32Assigned to domainRFCDEST
CI_SYSTEM_IDDSVAS: Check-In System ID DSVASDSESSCISYSIDCHAR3CHAR3
CI_INSTALL_NODSVAS: Check-in installation number DSVASDSESSCIINSTALLNOCHAR10CHAR10
CI_USERDSVAS: Check-in user DSVASDSESSCIUSERCHAR12Assigned to domainXUBNAME
CI_DATEDSVAS: Check-in date DSVASDSESSCIDATEDATS8SYDATS
CI_TIMEDSVAS: Check-in time DSVASDSESSCITIMETIMS6SYTIME
DL_CONTRACTDSVAS: Service data download for contract type DSVASDDLCONTRACTCHAR8CHAR08
DL_DESCRDSVAS: Service data download for session subtype DSVASDDLDESCRCHAR8TEXT8

Key field Non-key field



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

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

SELECT SINGLE *
FROM DSVASSESSADMIN
INTO CORRESPONDING FIELDS OF WA_DSVASSESSADMIN
WHERE...

How to access SAP table DSVASSESSADMIN

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