J_3RF_RATE_CALC_ALV SAP (Down Payments in Foreign Currency (Russia) - ALV) Structure details

Dictionary Type: Structure
Description: Down Payments in Foreign Currency (Russia) - ALV




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




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

J_3RF_RATE_CALC_ALV 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 "Down Payments in Foreign Currency (Russia) - ALV" 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_J_3RF_RATE_CALC_ALV TYPE J_3RF_RATE_CALC_ALV.

The J_3RF_RATE_CALC_ALV table consists of various fields, each holding specific information or linking keys about Down Payments in Foreign Currency (Russia) - ALV data available in SAP. These include CHK_PART (Partial Payment Flag), LIFNR (Account Number of Vendor or Creditor), KUNNR (Customer Numbers), BUKRS (Company Code).. 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 J_3RF_RATE_CALC_ALV 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
CHK_SELItem selected (selected, chosen, ...) XSELPCHAR1XFELD
CHK_PARTPartial Payment Flag XPPMT_49BCHAR1XFELD
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BUZIDIdentification of the Line Item BUZIDCHAR1CHAR1
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
WRBTR_INVDown Payment Amount in Invoice Currency J_3RFCLC_WRBTR_INVCURR13(2) WERT7
WAERS_INVInvoice Currency Key J_3RFCLC_WAERS_INVCUKY5Assigned to domainWAERS
WRBTR_PAYDown Payment Amount in Document Currency J_3RFCLC_WRBTR_PAYCURR13(2) WERT7
WAERS_PAYDown Payment Currency Key J_3RFCLC_WAERS_PAYCUKY5Assigned to domainWAERS
ZUONRAssignment Number DZUONRCHAR18ZUONR
XBLNRReference Document Number XBLNRCHAR16XBLNR
AWKEYReference Key AWKEYCHAR20AWKEY
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
KOARTAccount Type KOARTCHAR1KOART
REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
REBZJFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
REBZZLine Item in the Relevant Invoice REBZZNUMC3BUZEI
REBZTFollow-On Document Type REBZTCHAR1REBZT
RATE_PAYExchange rate KURSFDEC9(5) EXCRTKURSF
SGTXTItem Text SGTXTCHAR50TEXT50
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZLSCHPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
NEBTRNet Payment Amount NEBTRCURR13(2) WERT7
MSCHLDunning key MSCHLCHAR1Assigned to domainMSCHL
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
XNEGPIndicator: Negative posting XNEGPCHAR1XFELD
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
WRBTR_INV_CALCDown Payment Amount in Invoice Currency For Calculation J_3RFCLC_WRBTR_INV_CALCCURR21(8) J_3RFCLC_WRBTR
WAERS_INV_CALCDown Payment Amount in Invoice Currency For Calculation J_3RFCLC_WRBTR_INV_CALCCURR21(8) J_3RFCLC_WRBTR

Key field Non-key field



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

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

How to access SAP table J_3RF_RATE_CALC_ALV

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