SERV_DATA SAP (IS-H: Internal Structure for Transferring Services (NP37)) Structure details

Dictionary Type: Structure
Description: IS-H: Internal Structure for Transferring Services (NP37)




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




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

SERV_DATA 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 "IS-H: Internal Structure for Transferring Services (NP37)" 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_SERV_DATA TYPE SERV_DATA.

The SERV_DATA table consists of various fields, each holding specific information or linking keys about IS-H: Internal Structure for Transferring Services (NP37) data available in SAP. These include FALNR (IS-H: Case Number), REFOPDATA (IS-H: Sequence Number of Movement), REFPRDATA (IS-H: Sequence Number of Surgical Procedure Code), LEIST (Service in Service Catalog).. 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 SERV_DATA 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
REFOPDATAIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
REFPRDATAIS-H: Sequence Number of Surgical Procedure Code ISH_LNRICCHAR10ALPHAISH_LNRIC
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ABTYPIS-H: Billing Category for Individual Billing Control LEI_ABTYPCHAR4Assigned to domainISH_ABTYP
LEVONDate when Service Performance Starts BEGDTLEIDATS8RI_DATUM
BEGZTIS-H: Time when Service Performance Starts BEGZT_LSTIMS6UHRZT
GPAR1IS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
ROLT1IS-H: Function of Business Partner in Rel. to Service ISH_ROLTPECHAR2Assigned to domainALPHAISH_ROLTPE
GPAR2IS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
ROLT2IS-H: Function of Business Partner in Rel. to Service ISH_ROLTPECHAR2Assigned to domainALPHAISH_ROLTPE
MENGEService Quantity I_MENG_LSNUMC4LEISMENGE
STALSIS-H: Service Status (Planned/Performed) STATUS_LSCHAR1STATUS_LS
ABRKZService Can Be Billed For ABRKZCHAR1ABRKZ_LS
HCOKZIS-H: Service Relevant for CO ISH_HCOKZCHAR1XFELD
ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
ANPOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8Assigned to domainALPHAORGID
ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
ENTKYCharge Key for Paragraph 301/DALE-UV ENTKEYCHAR2ENTKEY
ENZKYIS-H: Add. Key for Charge Type for FR/Case, Proc.Surcharges NZUSKEYCHAR1NZUSKEY
ENTG2IS-H: Charge Type According to ยง301 ENTGART2CHAR5ENTGART2
REFKYReference Code for Service from External System REFKYCHAR20ALPHAISH_REFKY
TARASIS-H: Multiplication Factor as CHAR Field NC_TARASCHAR8CHAR8
TARIFIS-H: Identification of Alternative Service Catalog ABW_TARIFCHAR2Assigned to domainALPHATARIDTAK
TARLSService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
TARSPIS-H: Column in Service Catalog TARSPCHAR2Assigned to domainALPHATARSP
TBTRAGIS-H: Price (per quantity unit) as CHAR field NC_TBTRAGCHAR14CHAR14
ANARTIS-H: Analysis Type for Service (DKG-NT Germany) ANALYSEARTCHAR1ANALYSEART
ERBTYType of Service Performance TYP_ERBRCHAR1TYP_ERBR
KTRKZIS-H: Service is Cost Object ISH_KTRKZCHAR1XFELD
LEITXIS-H: Service Short Text (May Differ from Service Master) TEXT_LEICHAR40LEIKTXT
REMRKIS-H: User's Comment on Service ISH_REMRKCHAR40ISH_REMRK
PZAHLIS-H: Charge Factor as CHAR Field for Data Transfer NC_PZAHLCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table SERV_DATA

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