N2V_N2FDBS SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

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

The N2V_N2FDBS table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include FDBSID (PMD: Name of External Data Module (ID)), SCHLWORTE (Keywords for Sysdef Objects), FTOTEXT (ConvertToText Function Module), FTOTAB (ConvertToTab Function Module).. 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: Not classified


SAP N2V_N2FDBS table view 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 MANDTCLNT3MANDT
FDBSIDPMD: Name of External Data Module (ID) N2_FDBSIDCHAR10N2_FDBSID
SCHLWORTEKeywords for Sysdef Objects N2_SCHLWRTCHAR80TEXT_80
FTOTEXTConvertToText Function Module N2_FTOTEXTCHAR30CHAR30
FTOTABConvertToTab Function Module N2_FTOTABCHAR30CHAR30
FQUERYQuery Function Module N2_FQUERYCHAR30CHAR30
FSAVREFSave Function Module N2_FSAVREFCHAR30CHAR30
FGETREFGET Function Module N2_FGETREFCHAR30CHAR30
FFROMTEXTConvertFromText Function Module N2_FFROMTXCHAR30CHAR30
FFROMTABConvertFromTab Function Module N2_FFROMTBCHAR30CHAR30
FGETERRGetError Function Module N2_FGETERRCHAR30CHAR30
FHELP_F4Help F4 Function Module N2_FHELPF4CHAR30CHAR30
FCHKVALCheckValue Function Module N2_FCHKVALCHAR30CHAR30
F_XCODEXCode Function Module N2_F_XCODECHAR30CHAR30
F_EODOKEnd-of-Document Function Module N2_F_EODOKCHAR30CHAR30
FIXDENTExternal Data from 'Fixed' Entity N2_FIXDENTCHAR1XFELD
STRUCTExternal Data Supply of a Structure N2_STRUCTCHAR1XFELD
MULTIPExternal Data Supply of a Multiple Structure N2_MULTIPCHAR1XFELD
REFERENZReference Module N2_REFERENCHAR1XFELD
VORBELEGDefault Module N2_VORBELECHAR1XFELD
NOREFRETNo Reference Key Returned N2_NOREFRECHAR1XFELD
AENDERNChange-Module N2_AENDERNCHAR1XFELD
HELPF4F4 Help Module N2_HELP_F4CHAR1XFELD
LONGTRETLong Text Back N2_LTRETCHAR1XFELD
FUNCGRName of External Data Module's Function Group N2_FUNCGRCHAR26AREA
DDSTRUKName of DD Structure for Multiple Ext. Data N2_DDSTRUKCHAR30AS4TAB
REFTABReference Table for External Data N2_REFTABCHAR30AS4TAB
PARSTRParameter Structure for External Data Module N2_PARSTRCHAR30AS4TAB
PARAMSTRPMD: Fixed Parameters for Query Routine N2_PARAMSTCHAR65TEXT65
FQPARAMParamString Function Module N2_FQPARAMCHAR30CHAR30
FFLUSHFlush-Buffer Function Module N2_FFLUSHCHAR30CHAR30
QPEXTRA1Further Query Parameters for External Data Module N2_QPEXTRACHAR80TEXT80
QPEXTRA2Further Query Parameters for External Data Module N2_QPEXTRACHAR80TEXT80
INTERFVERSExternal Data Module Interface Version N2_FDBSINFCHAR1N2_FDBSINF
FDELETEName of the deletion module N2_FDELETECHAR30FUNCNAME
FDBSBEZDescription of an External Data Module N2_FDBSBEZCHAR60AS4TEXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2V_N2FDBS
INTO CORRESPONDING FIELDS OF WA_N2V_N2FDBS
WHERE...

How to access SAP table N2V_N2FDBS

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