VALV_MANUAL_VAL SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

VALV_MANUAL_VAL 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 VALV_MANUAL_VAL table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include KEY_DATE (Key Date for Valuation), COMPANY_CODE (Company Code), VALUATION_AREA (Valuation Area), VALUATION_CLASS (Valuation Class).. 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 VALV_MANUAL_VAL 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
KEY_DATEKey Date for Valuation TPM_VAL_KEYDATEDATS8DATUM
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4TRGC_VAL_CLASSTPM_VAL_CLASS
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
LOANS_CONTRACTContract Number RANLCHAR13VDARLALPHARANLRAN
SECURITY_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10TWD01RLDEPODEPACC_CCD_CORE
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10TRGT_SECACCGRPTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
PORTFOLIOPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
LOT_IDIdentifier of the Lot TPM_LOT_IDRAW16SYSUUID
FUNDFund FM_FUNDCHAR10BP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
OBV_EC_CLNew Book Value Exclusive of Costs - Clean - Position Crcy TPM_NBV_EC_IDX_CLEAN_PCCURR21(2) TPM_AMOUNT
OBV_EC_PCNew Book Value Exclusive of Costs in Position Currency TPM_NBV_EC_PCCURR21(2) TPM_AMOUNT
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5TCURCWAERS
OBV_EC_VCNew Book Value Excluding Costs in Valuation Currency TPM_NBV_EC_VCCURR21(2) TPM_AMOUNT
VALUATION_CURRValuation Currency TPM_VALUATION_CURRCUKY5TCURCWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VALV_MANUAL_VAL
INTO CORRESPONDING FIELDS OF WA_VALV_MANUAL_VAL
WHERE...

How to access SAP table VALV_MANUAL_VAL

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