NSRVP SAP (Provisional Services in Service-Based Appointment Search) Table details

Dictionary Type: Table
Description: Provisional Services in Service-Based Appointment Search




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




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

NSRVP is a standard SAP Table which is used to store Provisional Services in Service-Based Appointment Search data and is available within R/3 SAP systems depending on the version and release level.

The NSRVP table consists of various fields, each holding specific information or linking keys about Provisional Services in Service-Based Appointment Search data available in SAP. These include SRVPNO (Internal Number of a Provisional Service), EINRI (Institution), SRVPID (Unique Identification of a Provisional Service), CATID (IS-H: Service Catalog Identification Key).. 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: Can be enhanced (character-type or numeric)


SAP NSRVP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SRVPNOInternal Number of a Provisional Service ISH_SRVPNONUMC10NUMC10
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
SRVPIDUnique Identification of a Provisional Service ISH_SRVPIDCHAR10Assigned to domainALPHATARLS
CATIDIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
TMNIDIS-H: Identification of Appointment ISH_TMNIDCHAR10ALPHAISH_LNRAPP
ACCTYAccess Type for Service-Based Appointment Search ISH_ACCTYCHAR8Assigned to domainISH_ACCTY
PRIOCLPriority Class for Service-Based Appointment Search ISH_PRIOCLCHAR2Assigned to domainISH_PRIOCL
DURMINDuration of a Service for Service-Based Appointment Search ISH_SRVP_DURATIONNUMC5NUMC5
PATKZIS-H: Indicator for Self-Payer Insurance Relationship ISH_PATKZCHAR1XFELD
ROLTPEIS-H: Function of Business Partner in Rel. to Service ISH_ROLTPECHAR2Assigned to domainALPHAISH_ROLTPE
GPARTIS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM NSRVP
INTO CORRESPONDING FIELDS OF WA_NSRVP
WHERE...

How to access SAP table NSRVP

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