J_3RF_REGINVD SAP (Structure for outgoing invoice journal) Structure details

Dictionary Type: Structure
Description: Structure for outgoing invoice journal




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




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

J_3RF_REGINVD 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 outgoing 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_REGINVD TYPE J_3RF_REGINVD.

The J_3RF_REGINVD table consists of various fields, each holding specific information or linking keys about Structure for outgoing invoice journal data available in SAP. These include BELNR_INV (Accounting Document Number), GJAHR_INV (Fiscal Year), BLART_INV (Document Type), BLART_SELFINV (Document Type for VAT Postings).. 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_REGINVD 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
BLART_SELFINVDocument Type for VAT Postings J_3RF_INV_BLARTCHAR2Assigned to domainBLART
XBLNR_INVReference Document Number XBLNR1CHAR16XBLNR1
BLDAT_INVDocument Date in Document BLDATDATS8DATUM
BUDAT_INVPosting Date in the Document BUDATDATS8DATUM
BKTXT_INVDocument Header Text BKTXTCHAR25TEXT25
KUNNR_INVCustomer number J_3RF_KUNNRCHAR10Assigned to domainALPHAKUNNR
NAME_CUSTchar120 CHAR120CHAR120CHAR120
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
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
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
DMBTR_STEBalance in Local Currency HWSALDOCURR15(2) WRTV8
DMBTR_STE_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTR_STEBalance in document currency SALDOCURR15(2) WRTV8
WRBTR_STE_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FLG_BELNR_ALLSingle-Character Indicator CHAR1CHAR1CHAR1
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
WADAT_ISTActual Goods Movement Date WADAT_ISTDATS8DATUMWDTI
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
VTEXTText (20 Characters) TEXT20CHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table J_3RF_REGINVD

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