SAP Reports / Programs

J_3RF_REGINV SAP ABAP Report - Invoice Journal (Russia)







J_3RF_REGINV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter J_3RF_REGINV into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT J_3RF_REGINV. "Basic submit
SUBMIT J_3RF_REGINV AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RF_REGINV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_DOC = D .
Selection Text: S_ESTAT = D .
Selection Text: S_EXCH = D .
Selection Text: S_GHR = D .
Selection Text: S_ICORB = D .
Selection Text: S_ICORD = D .
Selection Text: S_ICORG = D .
Selection Text: S_ICORN = D .
Selection Text: S_IINVB = D .
Selection Text: S_IINVD = D .
Selection Text: S_IINVG = D .
Selection Text: S_IINVN = D .
Selection Text: S_INN = D .
Selection Text: S_IREVB = D .
Selection Text: S_IREVD = D .
Selection Text: S_IREVG = D .
Selection Text: S_IREVN = D .
Selection Text: S_ISRDT = D .
Selection Text: S_ISRST = D .
Selection Text: S_KPP = D .
Selection Text: S_KUNNR = D .
Selection Text: S_LFNR = D .
Selection Text: S_LIFNR = D .
Selection Text: S_OCORB = D .
Selection Text: S_OCORD = D .
Selection Text: S_OCORG = D .
Selection Text: S_OCORN = D .
Selection Text: S_OINVB = D .
Selection Text: S_OINVD = D .
Selection Text: S_OINVG = D .
Selection Text: S_OINVN = D .
Selection Text: S_OPER = D .
Selection Text: S_OREVB = D .
Selection Text: S_OREVD = D .
Selection Text: S_OREVG = D .
Selection Text: S_OREVN = D .
Selection Text: S_RCRDT = D .
Selection Text: S_RCRST = D .





Selection Text: S_REPDAT = D .
Selection Text: S_USER = D .
Selection Text: CONTRACT = D .
Selection Text: P_ADINF = D .
Selection Text: P_EREG = D .
Selection Text: P_EUNREG = D .
Selection Text: P_IVAA = D .
Selection Text: P_IVAR = D .
Selection Text: P_MNBUK = D .
Selection Text: P_OVAR = D .
Selection Text: P_PER = D .
Selection Text: P_PRJRN = D .
Selection Text: P_REG = D .
Selection Text: P_UNREG = D .
Selection Text: S_BLART = D .
Selection Text: S_BLDAT = D .
Selection Text: S_BUDAT = D .
Selection Text: S_BUKRS = D .
Selection Text: S_CURR = D .
Selection Text: S_DEL = D .
Selection Text: S_DIVID = D .
Title: Invoice Journal (Russia)
Text Symbol: 001 = General Selections
Text Symbol: 002 = Outgoing Invoices Selection
Text Symbol: 003 = Incoming Invoices Selection
Text Symbol: 004 = Common Selections
Text Symbol: 005 = Output Control
Text Symbol: 006 = Display Outgoing Invoices List
Text Symbol: 007 = Display Incoming Invoices List
Text Symbol: 008 = Layout
Text Symbol: 009 = Form will be output. Continue?
Text Symbol: 010 = All Registered Documents for Reporting Period
Text Symbol: 011 = Registered Documents according to Selections
Text Symbol: 012 = Tax Period Type
Text Symbol: 013 = Form for Journal
Text Symbol: 014 = Missing Document Selections
Text Symbol: 015 = Add Missing Incoming Invoices
Text Symbol: 016 = Data Source
Text Symbol: 020 = Additional Information





Text Symbol: 021 = Clarification Requests Received
Text Symbol: 022 = Clarification Requests Issued
Text Symbol: 023 = Several requests for clarification are found for the same invoice journal entry(-ies). Do you want to continue?


INCLUDES used within this REPORT J_3RF_REGINV

INCLUDE J_3RF_REGINV_ARC_TOP ##INCL_OK . " ARCHIVING DATA


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name J_3RF_REGINV or its description.