JVRAM01 SAP (I/O fields for AM/MM Transfers) Structure details

Dictionary Type: Structure
Description: I/O fields for AM/MM Transfers




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




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

JVRAM01 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 "I/O fields for AM/MM Transfers" 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_JVRAM01 TYPE JVRAM01.

The JVRAM01 table consists of various fields, each holding specific information or linking keys about I/O fields for AM/MM Transfers data available in SAP. These include ANLN1 (Main Asset Number), ANLN2 (Asset Subnumber), VYEAR (Acquisition year of the asset (manually changeable)), VMNTH (Asset Accounting: Acquis. month (in depreciation area)).. 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 JVRAM01 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ANLN1Main Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4ANLAALPHAANLN2AN2
VYEARAcquisition year of the asset (manually changeable) VYEARNUMC4GJAHRGJAHR
VMNTHAsset Accounting: Acquis. month (in depreciation area) VMNTHNUMC3POPER
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
MANPRJV Negotiated Price for Transfers JV_MANPRCURR13(2) CURRV13
VQUOTJV Vendor Price Quote for JV Transfers JV_VQUOTCURR13(2) CURRV13
PCURRPrice is current new price JV_PCURRCHAR1XFELD
PPUBLPrice is published Price JV_PPUBLCHAR1XFELD
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
MENGEQuantity MENGE_DQUAN13(3) MENG13
MSEHIUnit of Measurement MSEHIUNIT3T006CUNITMEINS
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
CONDIJoint Venture Indicator (Condition Key) JV_CONDCODCHAR2T8JXALPHAJV_CONDCOD
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
PSPNRWork breakdown structure element (WBS element) PS_PSP_ELENUMC8PRPSKONPRPS_POSNR
ZANLN1Main asset number to which transfer should be performed DZANLN1CHAR12ANLHALPHAANLN1
ZANLN2Asset subnumber, to which transfer should be made DZANLN2CHAR4ANLAALPHAANLN2
BLARTDocument Type BLARTCHAR2T003BLARTBAR
EBC_CALDo not calculate EBC EBC_CALCHAR1XFELD
H_ZUONRHelp field for asset subnumber selection JV_ASTSLFDCHAR10CHAR10
MONATFiscal Period MONATNUMC2MONAT
SAKNRG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
CRPCRP total CRP_TOTCURR13(2) CURRV13
EBCCBC total EBC_TOTCURR13(2) CURRV13
NBINon Billable Amount JV_NBICURR13(2) CURRV13
BUJHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MANDTClient MANDTCLNT3T000MANDT
BZDATAsset value date BZDATDATS8DATUM
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
CNPCurrent new Price JV_CNPCURR13(2) CURRV13
IDX1Index percentage INDPRZDEC8(3) DEC5_3
IDX2Index percentage INDPRZDEC8(3) DEC5_3
BKTXTDocument Header Text BKTXTCHAR25TEXT25
SGTXTItem Text SGTXTCHAR50TEXT50
FAUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
FPSPNRWork breakdown structure element (WBS element) PS_PSP_ELENUMC8PRPSKONPRPS_POSNR
ERLBTRevenue from asset sale ERLBTCURR13(2) ANLKWERT
ANBWAAsset Transaction Type ANBWACHAR3TABWBWASL
XNONBILJV Nonbillable Asset Retirement JV_NBRETCHAR1XFELD
VBUNDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB

Key field Non-key field



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

As JVRAM01 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 JVRAM01 as there is no data to select.

How to access SAP table JVRAM01

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