DIFVH_POS_SEC SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

DIFVH_POS_SEC 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 DIFVH_POS_SEC table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include VALUATION_CLASS (Valuation Class), COMPANY_CODE (Company Code), SECURITY_ACCOUNT (Securities Account), SECURITY_ID (Security ID Number).. 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 DIFVH_POS_SEC 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
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4TRGC_VAL_CLASSTPM_VAL_CLASS
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10TWD01RLDEPODEPACC_CCD_CORE
SECURITY_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
PORTFOLIOPortfolio as Differentiation Characteristic TPM_PORTFOLIO_DIFFCHAR10TWPOBRPORTB
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10TRGT_SECACCGRPTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
LOT_IDIdentifier of the Lot TPM_LOT_IDRAW16SYSUUID
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
VAL_AREA_NAMEName of the Valuation Area TPM_VAL_AREA_NAMECHAR60TPM_DESCRIPTION
VAL_CLASS_NAMEDescription of valuation class TPM_VAL_CLASS_NAMECHAR60TPM_DESCRIPTION
XALKZShort name XALKZCHAR15XKBEZ
XLDEPOSecurities account ID XLDEPOCHAR30XLDEPO
SEC_ACCT_GRP_NAMName of Securities Account Group TPM_SEC_ACCT_GRP_NAMECHAR60TPM_DESCRIPTION
XPORTBPortfolio name VVXPORTBCHAR30TEXT30

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIFVH_POS_SEC
INTO CORRESPONDING FIELDS OF WA_DIFVH_POS_SEC
WHERE...

How to access SAP table DIFVH_POS_SEC

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