J_3RF_REGINVK SAP (Structure for incoming invoice journal) Structure details

Dictionary Type: Structure
Description: Structure for incoming invoice journal




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




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

J_3RF_REGINVK 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 "Structure for incoming invoice journal" 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_REGINVK TYPE J_3RF_REGINVK.

The J_3RF_REGINVK table consists of various fields, each holding specific information or linking keys about Structure for incoming invoice journal data available in SAP. These include BELNR_INV (Accounting Document Number), GJAHR_INV (Fiscal Year), BLART_INV (Document Type), XBLNR_INV (Reference Document Number).. 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_REGINVK 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 BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNR_INVAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHR_INVFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BLART_INVDocument Type BLARTCHAR2Assigned to domainBLARTBAR
XBLNR_INVReference Document Number XBLNR1CHAR16XBLNR1
BLDAT_INVDocument Date in Document BLDATDATS8DATUM
BUDAT_INVPosting Date in the Document BUDATDATS8DATUM
BKTXT_INVDocument Header Text BKTXTCHAR25TEXT25
GLVORBusiness Transaction GLVORCHAR4CHAR4
LIFNR_INVAccount number of the vendor or creditor J_3RF_LIFNRCHAR10Assigned to domainALPHALIFNR
NAME_VENDchar120 CHAR120CHAR120CHAR120
DMBTR_INVBalance in Local Currency HWSALDOCURR15(2) WRTV8
DMBTR_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTR_INVBalance in document currency SALDOCURR15(2) WRTV8
WRBTR_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FLG_BELNR_ALLSingle-Character Indicator CHAR1CHAR1CHAR1
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
INV_GTDChar255 CHAR255CHAR255CHAR255
BUDAT_REVReversal date J_3RF_BLDAT_REVDATS8DATUM
STGRD_REV_DOCReversal reason J_3RF_STGRD_REV_DOCCHAR2Assigned to domainSTGRD
STGRD_TEXTText, length 40 TXT40CHAR40TEXT40
BLDAT_REV_DOCDocument date of reversed document J_3RF_BLDAT_REV_DOCDATS8DATUM
BUDAT_REV_DOCPosting date of reversed document J_3RF_BUDAT_REV_DOCDATS8DATUM
BELNR_REV_DOCSystem number of reversed document J_3RF_BELNR_REV_DOCCHAR10ALPHABELNR
BLART_REV_DOCType of the reversed document J_3RF_BLART_REV_DOCCHAR2Assigned to domainBLART
XBLNR_REV_DOCExternal number reversed document J_3RF_XBLNR_REV_DOCCHAR16XBLNR1
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR

Key field Non-key field



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

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

How to access SAP table J_3RF_REGINVK

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