JBDVTLD_POS SAP (Variable Transaction: Ledger Item) Table details

Dictionary Type: Table
Description: Variable Transaction: Ledger Item




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




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

JBDVTLD_POS is a standard SAP Table which is used to store Variable Transaction: Ledger Item data and is available within R/3 SAP systems depending on the version and release level.

The JBDVTLD_POS table consists of various fields, each holding specific information or linking keys about Variable Transaction: Ledger Item data available in SAP. These include VTNUM_INT (Internal Number of Variable Transaction), LD_VALID_FROM (Validity Date of Ledger Assignment), LD_POS_NR (Number of Ledger Item), REC_TYPE (Record Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP JBDVTLD_POS table 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 MANDTCLNT3Assigned to domainMANDT
VTNUM_INTInternal Number of Variable Transaction JBVTNUM_INTCHAR16JBDVTMDJBVTNUM_INT
LD_VALID_FROMValidity Date of Ledger Assignment JBLD_VALID_FROMDATS8DATUM
LD_POS_NRNumber of Ledger Item JBLD_POS_NRNUMC3NUMC3
REC_TYPERecord Type RRCTYCHAR1RRCTY
CRQU_TYPECurrency Type or Quantity Type of Ledger JBLD_CRQU_TYPENUMC2JBLD_CRQU_TYPE
RUNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
BAL_TYPEBalance Category of Ledger JBLD_BAL_TYPENUMC2JBLD_BAL_TYPE
REVSIGNReversal of Plus/Minus Signs JBREVSIGNCHAR1JBREVSIGN
PLIKZPlan/Actual Indicator PLIKZCHAR1PLIKZ
VERSIPlan version (CO-PA) RKEVERSICHAR3TKVSALPHACOVERSIPVS
PALEDGERCurrency type for an operating concern LEDBOCHAR2TKELLEDBOLEDBO
VF_NAMEValue Field Name RKE_VALFIELDCHAR10CHAR010
PA_REVSIGNPlus/Minus Sign Reversal for a Bank Profit. Analysis Val Fld JBPA_REVSIGNCHAR1JBREVSIGN
IS_RISK_RELEVANTRelevant to Risk JBD_DTE_RELEVANT_FOR_RISK_ANALCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBDVTLD_POS
INTO CORRESPONDING FIELDS OF WA_JBDVTLD_POS
WHERE...

How to access SAP table JBDVTLD_POS

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