ADJV_TRANS_DIF SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ADJV_TRANS_DIF 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 ADJV_TRANS_DIF table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include OS_GUID (Object Identity in Database Format), USER_DATA_CLS (Object Identity in Database Format), USER_DATA_OID (Object Identity in Database Format), IDENTIFIER_CLS (Object Identity in Database Format).. 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 ADJV_TRANS_DIF 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 MANDTCLNT3MANDT
OS_GUIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
USER_DATA_CLSObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
USER_DATA_OIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
IDENTIFIER_CLSObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
IDENTIFIER_OIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32DIFT_POS_IDENTTPM_DB_OS_GUID
ADJUSTMENT_CATTreasury: Reconciliation Category TPM_ADJUSTMENT_CATCHAR4TPM_ADJUSTMENT_CAT
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
POSTING_STATEUpdate Status of a Reconciliation Business Transaction TPM_ADJTRANSTATECHAR1TPM_ADJTRANSTATE
ADJUSTMENT_DATEReconciliation Key Date TPM_ADJUSTMENT_DATEDATS8TPM_ADJUSTMENT_DATE
DIST_FLOWTYPEUpdate Type TPM_DIS_FLOWTYPECHAR8TPM_DIS_FLOWTYPE
CONTEXTContext for Identifier DIF_IDENT_CONTEXTCHAR3DIF_IDENT_CONTEXT
IDENTIFIED_OIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
IDENTIFIED_CLSObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
COM_VAL_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4TRGC_COM_VALCLTPM_COM_VAL_CLASSCVC
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4TRGC_VAL_CLASSTPM_VAL_CLASS
ACCOUNTING_CODEAccounting Code TPM_ACC_CODECHAR4TRGC_TR_ACC_CODETPM_ACC_CODETPM_TACTRG_ACC_CODE
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PRODUCT_TYPEProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10TWD01RLDEPODEPACC_CCD_CORE
SECURITY_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
PORTFOLIOPortfolio as Differentiation Characteristic TPM_PORTFOLIO_DIFFCHAR10TWPOBRPORTB
TRADERTrader RDEALERCHAR12TZDEARDEALER
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10TRGT_SECACCGRPTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
LOANS_CONTRACTContract Number RANLCHAR13VDARLALPHARANLRAN
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10TRFT_POS_ACCOUNTTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
FLAG_LONG_SHORTIndicator: Long or Short Position TPM_FLAG_LONG_SHORTCHAR1TPM_FLAG_LONG_SHORT
LOT_IDIdentifier of the Lot TPM_LOT_IDRAW16SYSUUID
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA

Key field Non-key field



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

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

SELECT SINGLE *
FROM ADJV_TRANS_DIF
INTO CORRESPONDING FIELDS OF WA_ADJV_TRANS_DIF
WHERE...

How to access SAP table ADJV_TRANS_DIF

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