WFDBPV_SEARCH SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

WFDBPV_SEARCH 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 WFDBPV_SEARCH table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PARTNER_NUMBER (Business Partner Number), SET_ID (UUID in X form (binary)), RESUID (GUID of a Persistent Object), SIMID (WFM Planning Version (UID)).. 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 WFDBPV_SEARCH 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
CLIENTClient MANDTCLNT3T000MANDT
PARTNER_NUMBERBusiness Partner Number BU_PARTNERCHAR10ALPHABU_PARTNERBPABUPA
SET_IDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
RESUIDGUID of a Persistent Object /SAPAPO/LRP_GUIDCHAR22/SAPAPO/LRP_GUID
SIMIDWFM Planning Version (UID) /SAPAPO/LRP_SIMVERSIONCHAR22/SAPAPO/LRP_GUID
TYPEBusiness partner category BU_TYPECHAR1BU_TYPEBPY
AUGRPAuthorization Group BU_AUGRPCHAR4TB037BU_AUGRP
BPKINDBusiness Partner Type BU_BPKINDCHAR4TB004BU_KIND
BPEXTBusiness Partner Number in External System BU_BPEXTCHAR20CHAR20
MC_NAME1Search Help Field 1 (Name 1/Last Name) BU_MCNAME1CHAR35CHAR35
MC_NAME2Search Help Field 2 (Name 2/First Name) BU_MCNAME2CHAR35CHAR35
PARTNER_IDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
EXTERNAL_KEYExternal Key WFDBP_ATS_EXT_KEYCHAR32WFDBP_ATS_EXT_KEY
RES_TYPEType of WFD Resource WFD_RESOURCE_TYPECHAR2WFD_RESOURCE_TYPEWFD_RESTYPES_F4
AWTYPWFM Application Category /SAPAPO/LRP_AWTYPCHAR5WFD_AWTYP
LOGSYSLogical system LOGSYSCHAR10ALPHALOGSYS
DESCRIPTIONResource Description /SAPAPO/LRP_RES_DESCRSSTR255/SAPAPO/LRP_DESCR_STR
CAPACITY_CALCResource Capacity Input Type WFD_CAPA_INPUT_TYPENUMC1WFD_CAPA_INPUT_TYPE
CREATED_BYUser Name SYUNAMECHAR12SYCHAR12
CREATEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYUser Name SYUNAMECHAR12SYCHAR12
CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
XDELECentral Archiving Flag BU_XDELECHAR1XFELD
XBLCKCentral Block for Business Partner BU_XBLCKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFDBPV_SEARCH
INTO CORRESPONDING FIELDS OF WA_WFDBPV_SEARCH
WHERE...

How to access SAP table WFDBPV_SEARCH

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