V_5DB4_B SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_5DB4_B 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 V_5DB4_B table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BAUID (Identification of CO Objects for HR Construction Sites), POSNR (Work Breakdown Structure Element (WBS Element)), AUFNR (Order Number), KOKRS (Controlling Area).. 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 V_5DB4_B 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 MANDTCLNT3T000MANDT
BAUIDIdentification of CO Objects for HR Construction Sites P01B_BAUIDCHAR1P01B_BAUIDBAUID
POSNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KSTRGCost Object KSTRGCHAR12CKPHKSTRGKTR
ENDDAEnd Date ENDDADATS8DATUM
GMDTXMunicipality GMDTXCHAR48TEXT48
BGTXTWorkers' compensation association BGTXTCHAR25TEXT25
GTTXTHazard Pay Scale Text GTTXTCHAR18TEXT18
BEGDAStart Date BEGDADATS8DATUM
AEDTMChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
GMDN1Municipality Number (D) GMNDNNUMC8T5D2BGMNDN
GMDP1Percentage Rate of Trade Tax for Municipality P01B_GMDPRDEC5(2) DEC3_2
GMDN2Municipality Number (D) GMNDNNUMC8T5D2BGMNDN
GMDP2Percentage Rate of Trade Tax for Municipality P01B_GMDPRDEC5(2) DEC3_2
GMDN3Municipality Number (D) GMNDNNUMC8T5D2BGMNDN
GMDP3Percentage Rate of Trade Tax for Municipality P01B_GMDPRDEC5(2) DEC3_2
STSPADivision of State Statistics Office P01B_STSPACHAR4P013_STSPA
BRFGNWorkers' Compensation Association P015_BRFGNCHAR2T5D3AP015_BRFGN
GFTGEHazard Pay Area: Industrial Workers P01B_GFTGECHAR2T5D3BP015_GFTST
GFTANHazard Pay Area Employees P01B_GFTANCHAR2T5D3BP015_GFTST
BRFGPWorkers' Compensation Association Percentage P01B_BRFGPDEC5(2) DEC3_2
BGKAGWCA Company Number: Risk Category (Salaried Employees) P01B_BGKAGCHAR10CHAR10
BGKGWWCA Company Number: Risk Category (Industrial Workers) P01B_BGKGWCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_5DB4_B
INTO CORRESPONDING FIELDS OF WA_V_5DB4_B
WHERE...

How to access SAP table V_5DB4_B

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