NKONV SAP (IS-H: Direct patient billing pat-related/admin. costs) Table details

Dictionary Type: Table
Description: IS-H: Direct patient billing pat-related/admin. costs




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




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

NKONV is a standard SAP Table which is used to store IS-H: Direct patient billing pat-related/admin. costs data and is available within R/3 SAP systems depending on the version and release level.

The NKONV table consists of various fields, each holding specific information or linking keys about IS-H: Direct patient billing pat-related/admin. costs data available in SAP. These include VBELN (Billing Document), POSNR (Billing item), ZAEHK (Condition counter), KSCHL (Condition type).. 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 NKONV 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 MANDTCLNT3T000MANDT
VBELNBilling Document VBELN_VFCHAR10VBUKALPHAVBELNVF
POSNRBilling item POSNR_VFNUMC6VBUPPOSNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KSCHLCondition type KSCHACHAR4T685AKSCHLVKS
LFDKONVIS-H: Sequential number of a partial payment LFDKONVNUMC5NUMC5
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
KOTYPIS-H: Usage of Condition Type in Billing AB_KOTYPCHAR2ALPHAAB_KOTYP
KWERTCondition value KWERTCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
ORGIDID of Billing Organizational Unit ABROEFCHAR8ALPHAISH_ABROE
GESBTRIS-H: Total amount of an invoice ISH_GESBTRCURR15(2) WERTV8
TBTRAGIS-H: Partial Payment Amount of an Invoice ISH_TBTRAGCURR15(2) WERTV8
TZDATIS-H: Date of Partial Payment ISH_TZDATDATS8DATUM
TZBELIS-H: Document for partial payment for an invoice ISH_TZBELCHAR10ALPHABELNR
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
SFAKNCancelled billing document number SFAKNCHAR10VBUKALPHAVBELNVF

Key field Non-key field



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

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

SELECT SINGLE *
FROM NKONV
INTO CORRESPONDING FIELDS OF WA_NKONV
WHERE...

How to access SAP table NKONV

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