N3BGF24040000000 SAP () Table details

Dictionary Type: Table
Description:




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




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

N3BGF24040000000 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 N3BGF24040000000 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 N3BGF24040000000 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_KPF4Reference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
ISHMPATNAMIS-H: Patient Name RI_NAMECHAR30TEXT30
ISHMPATGEBIS-H: Birthdate RI_GBDATDATS8RI_DATUM
ISHMPATADR N3BG_ADRESSECHAR70TEXT70
N3BG_S2400Reference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
ISHMPATUVTIS-H: Insurance Provider Name KTNAMCHAR40TEXT40
N3BG_UVTGPIS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
ISHMPATAGA N3BG_ADRESSECHAR70TEXT70
ISHMUNFDATAccident Date UNFDTDATS8RI_DATUM
N3_2404F1Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F2Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F3Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F4Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F5Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F6Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F7Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F8Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F9Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F10Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F11Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F12Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F13Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F14Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F15Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F16Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F17Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F18Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F19Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F20Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F21Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F22Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F23Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F24Reserve field XFELD N2_XFELDCHAR1XFELD
N3_ETEXT1PMD: Reference by GUUID N2_REFUUIDCHAR32SYSUUID_C
N3_ETEXT2PMD: Reference by GUUID N2_REFUUIDCHAR32SYSUUID_C
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_SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
N3BG_TYPESAP Smart Forms: Smart Form type TDSFTYPECHAR1TDSFTYPE
N3BG_CAPTShort Text TDTEXTCHAR30TDTEXT
N3_2404F25Reserve field XFELD N2_XFELDCHAR1XFELD
N3_2404F26Reserve field XFELD N2_XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM N3BGF24040000000
INTO CORRESPONDING FIELDS OF WA_N3BGF24040000000
WHERE...

How to access SAP table N3BGF24040000000

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