J_3RF_REGINV_LOG SAP (Invoice Journal (Russia): History of Statuses) Table details

Dictionary Type: Table
Description: Invoice Journal (Russia): History of Statuses




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




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

J_3RF_REGINV_LOG is a standard SAP Table which is used to store Invoice Journal (Russia): History of Statuses data and is available within R/3 SAP systems depending on the version and release level.

The J_3RF_REGINV_LOG table consists of various fields, each holding specific information or linking keys about Invoice Journal (Russia): History of Statuses data available in SAP. These include BUKRS (Company Code), GJAHR_IN (Fiscal Year), NUM_IN (10 digit number), BELNR_ORIG (Number of Original VAT Invoice).. 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 J_3RF_REGINV_LOG 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHR_INFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
NUM_IN10 digit number NUM10NUMC10NUM10
BELNR_ORIGNumber of Original VAT Invoice J_3RFINV_ORIGSCHAR10ALPHABELNR
GJAHR_ORIGYear of Original VAT Invoice J_3RFINV_ORIGYNUMC4GJAHRGJAHR
BELNR_CORRNumber of Corrective VAT Invoice J_3RFINV_CORRSCHAR10ALPHABELNR
GJAHR_CORRYear of Corrective VAT Invoice J_3RFINV_CORRYNUMC4GJAHRGJAHR
REVNORevision Number J_3RFINV_REVNONUMC3NUM03
STATUS_KEYLog entry number J_3RFINV_STATUS_KEYNUMC10J_3RFINV_STATUS_KEY
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
TMSTMPTime Stamp J_3RFINV_TMSTMPCHAR14TIMESTAMP
ARC_NUM_IDInternal number in the electronic invoice archive J_3RFDI_ARC_INT_NUMNUMC12NUM12
DOC_STATUSElectronic Invoice Document Status J_3RFINV_DOC_STATUSCHAR2J_3RFINV_DOC_STATUS
CLARIF_STATUSElectronic Invoice Clarification Request Status J_3RFINV_CLARIF_STATUSCHAR2J_3RFINV_CLARIF_STATUS
XML_STATUSElectronic invoicing document status J_3RF_DI_XML_STATUSNUMC3J_3RF_DI_XML_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3RF_REGINV_LOG
INTO CORRESPONDING FIELDS OF WA_J_3RF_REGINV_LOG
WHERE...

How to access SAP table J_3RF_REGINV_LOG

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