N3BF1100V2 SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The N3BF1100V2 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include DOKAR (Document Type), DOKNR (Document number), DOKVR (Document Version), DOKTL (Document Part).. 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 N3BF1100V2 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
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
N3BG_SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
N3BG_TYPESAP Smart Forms: Smart Form type TDSFTYPECHAR1TDSFTYPE
N3BG_KPF2Reference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
ISHMPATNAMIS-H: Patient Name RI_NAMECHAR30TEXT30
ISHMPATGEBIS-H: Birthdate RI_GBDATDATS8RI_DATUM
X00MPATUVTReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
ISHMPATUVTIS-H: Insurance Provider Name KTNAMCHAR40TEXT40
N3BG_UVTGPIS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
N3BG_STRASIS-H: Street ISH_STRASSCHAR40TEXT40
N3BG_POBOXIS-H: Post Office Box ISH_POBOXCHAR10ISH_PFACH
N3BG_PSTLZIS-H: Postal Code of City ISH_PSTLZOCHAR10PSTLZ
N3BG_CITY1IS-H: City ISH_CITY1CHAR40TEXT40
N3BG_PLZPFIS-H: Postal Code (for Postal Code Search) ISH_PSTLZCHAR10PSTLZ
N3BG_ORTPFIS-H: PO Box City ISH_CITYPBCHAR40TEXT40
N3BG_ZEICH N3BG_ZEICHCHAR20TEXT20
N3BG_NAVOM N3BG_NAVOMDATS8DATS
N3BG_UZEI N3BG_ZEICHCHAR20TEXT20
N3BG_PARTIS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
N3BG_NPARTError message text - long text of the error TEXT70CHAR70TEXT70
N3BG_NTELIS-H: Telephone Number ISH_TELNRCHAR30CHAR30
N3BG_NFAXFax Number ISH_FAXNRCHAR30CHAR30
N3BG_EMAILError message text - long text of the error TEXT70CHAR70TEXT70
N3BGEARTWCA: Type of First Medical Care N2_BG_ARTCHAR50N2_CHAR50
X00GERSTAReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N3BGERSTA- N2_BGERSTADATS8N2_DATUM
N3BG_ETIM N3BG_TIMSTIMS6UHRZT
N3BG_BEHEN N3BG_BEHENDATS8DATS
N3BG_BEFWB N3BG_BEFBWDATS8DATS
N3BG_AUABWCA: WI From N3BG_AUABDATS8DATS
N3BG_AUBISWCA: Certified WI Until N3BG_AUBISDATS8DATS
N3BG_AUVWBWCA: Certified WI Until N3BG_AUBISDATS8DATS
X00GAKTDAReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N3BGAKTDA_ N2_BGAKTDADATS8N2_DATUM
N3BG_VVMA1WCA: Accident Insurance Consultant N3BG_VVMA1CHAR10Assigned to domainALPHARI_KUNNR
N3BG_AVMA1 N3BG_AVMA1CHAR70TEXT70
N3BG_VVMA2WCA: Responsible Employee (Creator) N3BG_VVMA2CHAR10Assigned to domainALPHARI_KUNNR
N3BG_AVMA2 N3BG_AVMA2CHAR70TEXT70
N3BG_FORMNSmart Forms: Form Name TDSFNAMECHAR30Assigned to domainTDSFNAMESSFNAME
N3BG_CAPTShort Text TDTEXTCHAR30TDTEXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM N3BF1100V2
INTO CORRESPONDING FIELDS OF WA_N3BF1100V2
WHERE...

How to access SAP table N3BF1100V2

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