J_3RF_REGINV_OUT SAP (Outgoing Invoice Registration Journal) Table details

Dictionary Type: Table
Description: Outgoing Invoice Registration Journal




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




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

J_3RF_REGINV_OUT is a standard SAP Table which is used to store Outgoing Invoice Registration Journal data and is available within R/3 SAP systems depending on the version and release level.

The J_3RF_REGINV_OUT table consists of various fields, each holding specific information or linking keys about Outgoing Invoice Registration Journal data available in SAP. These include BUKRS (Company Code), BELNR_ORIG (Number of Original VAT Invoice), GJAHR_ORIG (Year of Original VAT Invoice), BELNR_CORR (Number of Corrective 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_OUT 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 BUKRSCHAR4T001BUKRSBUKC_T001
BELNR_ORIGNumber of Original VAT Invoice J_3RFINV_ORIGSCHAR10BKPFALPHABELNR
GJAHR_ORIGYear of Original VAT Invoice J_3RFINV_ORIGYNUMC4GJAHRGJAHR
BELNR_CORRNumber of Corrective VAT Invoice J_3RFINV_CORRSCHAR10BKPFALPHABELNR
GJAHR_CORRYear of Corrective VAT Invoice J_3RFINV_CORRYNUMC4GJAHRGJAHR
REVNORevision Number J_3RFINV_REVNONUMC3NUM03
EXT_ORIGExternal Number of Original VAT Invoice J_3RFINV_ORIGECHAR50TEXT50
EXT_CORRExternal Number of Corrective VAT Invoice J_3RFINV_CORRECHAR50TEXT50
BELNR_REVNumber of Revised VAT Invoice J_3RFINV_REVSCHAR10BKPFALPHABELNR
GJAHR_REVYear of Revised VAT Invoice J_3RFINV_REVYNUMC4GJAHRGJAHR
DATE_ORIGDate of Original VAT Invoice J_3RFINV_ORIGDDATS8DATUM
DATE_CORRDate of Corrective VAT Invoice J_3RFINV_CORRDDATS8DATUM
DATE_REVRevision Date J_3RFINV_REVDDATS8DATUM
DATE_SENDSend Date J_3RFINV_SENDDATS8DATUM
DATE_REGRegistration Date J_3RFINV_REGDATS8DATUM
EXCH_TYPExchange Format J_3RFINV_EXCHTYPCHAR1J_3RF_EXCHTYP
OPER_TYPOperation Type J_3RFINV_OPERTYPCHAR20CHAR20
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
NAMEPartner Name J_3RFINV_NAMECHAR255J_3RF_TEXT255
INNPartner INN J_3RFINV_INNCHAR16STCD1
KPPPartner KPP J_3RFINV_KPPCHAR18CHAR18
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
FWBTRGross Amount in Document Currency J_3RFINV_FWBTRCURR15(2) WERTV8
FWSTETax Amount in Document Currency J_3RFINV_FWSTECURR15(2) WERTV8
FWBTR_DIFFGross Amount Difference in Document Currency J_3RFINV_FWBTRDIFFCURR15(2) WERTV8
FWSTE_DIFFTax Amount Difference in Document Currency J_3RFINV_FWSTEDIFFCURR15(2) WERTV8
NONTAXFlag: Document Is Nontaxable J_3RFINV_NONTAXCHAR1XCHAR
FLAG_REGRegister in Journal J_3RFINV_REGFLAGCHAR1J_3RF_REGFLAG
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
TMSTMPTime Stamp J_3RFINV_TMSTMPCHAR14TIMESTAMP
FLAG_DELFlag: Entry Is Deleted J_3RFINV_DELFLAGCHAR1XFELD
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
EVENTIdentification for Correspondence EVENT_KORRCHAR5T048EVENT_KORR
KSCHLOutput Type NA_KSCHLCHAR4T685KSCHLNACCSH_NA_KSCHL

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3RF_REGINV_OUT
INTO CORRESPONDING FIELDS OF WA_J_3RF_REGINV_OUT
WHERE...

How to access SAP table J_3RF_REGINV_OUT

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