VBRKN0 SAP (IS-H: Billing document header data) Structure details

Dictionary Type: Structure
Description: IS-H: Billing document header data




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




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

VBRKN0 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: Billing document header data" 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_VBRKN0 TYPE VBRKN0.

The VBRKN0 table consists of various fields, each holding specific information or linking keys about IS-H: Billing document header data data available in SAP. These include ISHFALAR (IS-H: Case Type), ISHFALNR (IS-H: Case Number (Required for Billing)), ISHKOSTR (IS-H: Insurance Provider), ISHKTART (IS-H: Insurance Provider Type (e.g. Private, Statutory)).. 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 or numeric)


SAP VBRKN0 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
ISHEINRIInstitution (Especially Required for Billing) EINRIFCHAR4ALPHAEINRIF
ISHFALARIS-H: Case Type FALLARTFCHAR1FALLART
ISHFALNRIS-H: Case Number (Required for Billing) FALNRFCHAR10ALPHAFALNRF
ISHKOSTRIS-H: Insurance Provider KH_KOSTRFCHAR10ALPHAKH_KOSTRFKOT
ISHKTARTIS-H: Insurance Provider Type (e.g. Private, Statutory) KOSTR_ARTFCHAR3ALPHAKOSTR_ARTF
ISHABARTIS-H: Billing Type for Patient Accounting ABRARTCHAR2Assigned to domainALPHAABRART
ISHLFDVVIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
ISHSAMNRIS-H: Collective Invoice Number ISH_VBELNSCHAR10Assigned to domainALPHAVBELNSARSANR
ISHDATZWIS-H: Date up to which Interim Billing Is to Be Performed ISH_ZWIABR_DATDATS8RI_DATUM
ISHRESIDIndicator That Patient Is Non-Resident ISH_RESIDCHAR1XFELD
ISHEMTYPIS-H: Employee Type ISH_EMTYPECHAR2Assigned to domainALPHAISH_EMTYPE
ISHFALRNIS-H SG: Logical invoice number ISH_VBELNFCHAR10Assigned to domainALPHAVBELN
ISHLFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
ISHUSERF0IS-H: User Field for Billing Document ISH_USER0CHAR30CHAR30
ISHLANDIS-H: Country of patient's place of residence LAND_PATCHAR3Assigned to domainLAND1
ISHKTARIIS-H NL: Internal insurance provider type ISH_KTARTICHAR4ALPHAISH_KTARTI
ISHADINSIS-H NL: Supplementary Insurance Indicator (NL) ISH_ADINSCHAR1XFELD
ISHFPKZFIS-H: Ind. whether the Case Has a Flat Rate (at Least 1) ISH_FPKZCHAR1XFELD
ISHSEKZFProcedure Surcharge Is Defined for Case (at Least 1) ISH_SEKZCHAR1XFELD
ISHFOREIIS-H: Foreign Case ISH_FOREIGCHAR1XFELD
ISHBLDATIS-H: Document Date of Financial Accounting Document BLDAT_ISHDATS8DATUM
ISHBUDATIS-H: Posting Date in Document ISH_BUDATDATS8DATUM
ISHSTOIDIS-H: Reason for Canceling Billing Document ISH_FAKSTOIDCHAR3Assigned to domainN1STOIDN_FAKSTO
ISHLTEXTIS-H: Long Text Exists as Comment on Billing Document ISH_FAKLTEXTCHAR1XFELD
ISHBELNRIS-H: Document number (e.g. insurance verification) ISH_BELNRCHAR10ALPHAISH_BELNR
ISHCOMNUMCommunication Sequence Number ISH_COMNUMCHAR32ISH_COMNUM

Key field Non-key field



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

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

How to access SAP table VBRKN0

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