EPM_V_BP SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

EPM_V_BP 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 EPM_V_BP table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include NODE_KEY (EPM: Generic Node Key), BP_ROLE (EPM: Business Partner Role), BP_ID (EPM: Business Partner ID), EMAIL_ADDRESS (EPM: E-Mail Address).. 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 EPM_V_BP 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
NODE_KEYEPM: Generic Node Key SNWD_NODE_KEYRAW16SYSUUID
BP_ROLEEPM: Business Partner Role SNWD_BUSINESS_PARTNER_ROLECHAR3D_BP_ROLE
BP_IDEPM: Business Partner ID SNWD_PARTNER_IDCHAR10ALPHAD_EPM_IDH_EPM_BP
EMAIL_ADDRESSEPM: E-Mail Address SNWD_EMAIL_ADDRESSCHAR255D_CHAR_255
PHONE_NUMBEREPM: Phone Number SNWD_PHONE_NUMBERCHAR30
FAX_NUMBEREPM: Phone Number SNWD_PHONE_NUMBERCHAR30
WEB_ADDRESSEPM: String SNWD_STRINGSTRG0
COMPANY_NAMEEPM: Company Name SNWD_COMPANY_NAMECHAR80TEXT80H_EPM_BP_NAME
LEGAL_FORMEPM: Legal Form of Business Partner SNWD_LEGAL_FORMCHAR10CHAR10
CREATED_BYEPM: Employee ID SNWD_IDCHAR10ALPHAD_EPM_IDH_EPM_EM
CREATED_ATUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
CHANGED_BYEPM: Employee ID SNWD_IDCHAR10ALPHAD_EPM_IDH_EPM_EM
CHANGED_ATUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
CURRENCY_CODEEPM: Currency Code SNWD_CURR_CODECUKY5H_TCURC
COUNTRYEPM: Country Code SNWD_COUNTRYCHAR3T005LAND1F4_INTCA
CITYEPM: City SNWD_CITYCHAR40D_CHAR_40
POSTAL_CODEEPM: Postal Code SNWD_POSTAL_CODECHAR10CHAR10
STREETEPM: Street SNWD_STREETCHAR60D_CHAR_60
BUILDINGEPM: Building SNWD_BUILDINGCHAR10CHAR10
ADDRESS_TYPEEPM: Address Type SNWD_ADDRESS_TYPECHAR2D_AD_TYPE
VAL_START_DATEEPM: Start date of Validity SNWD_VALIDITY_START_DATEDATS8DATS
VAL_END_DATEEPM: End date of Validity SNWD_VALIDITY_END_DATEDATS8DATS

Key field Non-key field



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

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

SELECT SINGLE *
FROM EPM_V_BP
INTO CORRESPONDING FIELDS OF WA_EPM_V_BP
WHERE...

How to access SAP table EPM_V_BP

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