J_3RF_REGINV_DE SAP (Outgoing invoice journal transp tab for IBOOK ver 2) Table details

Dictionary Type: Table
Description: Outgoing invoice journal transp tab for IBOOK ver 2




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




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

J_3RF_REGINV_DE is a standard SAP Table which is used to store Outgoing invoice journal transp tab for IBOOK ver 2 data and is available within R/3 SAP systems depending on the version and release level.

The J_3RF_REGINV_DE table consists of various fields, each holding specific information or linking keys about Outgoing invoice journal transp tab for IBOOK ver 2 data available in SAP. These include BUKRS (Company Code), BELNR (Accounting document number), GJAHR (Fiscal Year), XBLNR (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: 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_DE 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
BELNRAccounting document number J_3RF_BELNR_DCHAR10ALPHABELNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
XBLNRReference document number J_3RF_XBLNRCHAR16XBLNR1
BLDATDocument date in document J_3RF_BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
KUNNRCustomer number J_3RF_KUNNRCHAR10Assigned to domainALPHAKUNNR
NAME1Name 1 NAME1_GPCHAR35NAME
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
DMBTR_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WRBTR_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DMBTR_STEAmount in Local Currency DMBTRCURR13(2) WERT7
DMBTR_STE_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTR_STEAmount in document currency WRBTRCURR13(2) WERT7
WRBTR_STE_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FLG_BELNR_ALLDE For state of Invoice document J_3RF_IBOOK_F_ALLCHAR1KOART
WADAT_ISTActual Goods Movement Date WADAT_ISTDATS8DATUMWDTI
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
BLDAT_REVReversal date J_3RF_BLDAT_REVDATS8DATUM
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
STGRD_REV_DOCReversal reason J_3RF_STGRD_REV_DOCCHAR2Assigned to domainSTGRD

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3RF_REGINV_DE
INTO CORRESPONDING FIELDS OF WA_J_3RF_REGINV_DE
WHERE...

How to access SAP table J_3RF_REGINV_DE

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