JBDVTDERI SAP (Variable Transaction: Source Fields for Derivation) Structure details

Dictionary Type: Structure
Description: Variable Transaction: Source Fields for Derivation




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




Structure field list including key, data, relationships and ABAP select examples

JBDVTDERI is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Variable Transaction: Source Fields for Derivation" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_JBDVTDERI TYPE JBDVTDERI.

The JBDVTDERI table consists of various fields, each holding specific information or linking keys about Variable Transaction: Source Fields for Derivation data available in SAP. These include VTNUM_INT (Internal Number of Variable Transaction), DUPDAT (Changed on), COM_CODE (Company Code), VTNUM (Number of Variable Transaction).. 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: Can be enhanced (character-type or numeric)


SAP JBDVTDERI structure 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
AKTYPActivity Category BU_AKTYPCHAR2Assigned to domainBU_AKTYP
VTNUM_INTInternal Number of Variable Transaction JBVTNUM_INTCHAR16Assigned to domainJBVTNUM_INT
DUPDATChanged on TB_DUPDATDATS8DATUM
COM_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VTNUMNumber of Variable Transaction JBVTNUMCHAR40JBVTNUMVTNUMJBSHVT
VTNAMEName of the Variable Transaction JBVTNAMECHAR40TEXT40
VTBEGStart of Variable Transaction JBVTBEGDATS8DATUM
VTENDEnd of Variable Transaction JBVTENDDATS8DATUM
VAL_MAINType of Value Maintenance for the Variable Transaction JBVAL_MAINCHAR1JBVAL_MAIN
VTCURRCurrency of Variable Transaction JBVTCURRCUKY5Assigned to domainWAERS
RPARTNBusiness Partner Number BP_PARTNR_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
CNDLISTCondition List JBCNDLISTCHAR6Assigned to domainJBCNDLIST
OBJNRObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
RVERSVersion RVERSCHAR3Assigned to domainALPHARVERSGVS
CRQU_TYPECurrency Type or Quantity Type of Ledger JBLD_CRQU_TYPENUMC2JBLD_CRQU_TYPE
RUNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BAL_TYPEBalance Category of Ledger JBLD_BAL_TYPENUMC2JBLD_BAL_TYPE
REVSIGNReversal of Plus/Minus Signs JBREVSIGNCHAR1JBREVSIGN
PALEDGERCurrency type for an operating concern LEDBOCHAR2Assigned to domainLEDBOLEDBO
VALUE_FNAMEValue Field Name RKE_VALFIELDCHAR10CHAR010

Key field Non-key field



How do I retrieve data from SAP structure JBDVTDERI using ABAP code?

As JBDVTDERI is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on JBDVTDERI as there is no data to select.

How to access SAP table JBDVTDERI

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