J_2GPFI 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_2GPFI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J2GPFI - FI printing program
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.
Selection Text: SPRINTER =
Selection Text: S_BELNR = D .
Selection Text: S_BLART = D .
Selection Text: S_BUDAT = D .
Selection Text: S_BUKRS = D .
Selection Text: S_GJAHR = D .
Selection Text: S_LIST = Display list before printing
Selection Text: S_LOG = Show log
Selection Text: S_MULT = Print docs in one payment slip
Selection Text: S_PRNTSK = D .
Selection Text: S_RLDNR = Ledger
Selection Text: S_USNAM = User
Selection Text: TDDELETE = Delete after print
Selection Text: TDIMMED = Print immediately
Title: Main program for printing FI documents
Text Symbol: P14 = Selected FI documents have been associated
Text Symbol: P13 = New number
Text Symbol: P12 = Skip all
Text Symbol: P11 = Skip
Text Symbol: P10 = Old number
Text Symbol: P09 =
Text Symbol: P08 = Associate the FI document with new legal number
Text Symbol: P07 = Skip this FI document and all subsequent documents
Text Symbol: P06 = Skip this FI document
Text Symbol: P05 = Print with old legal number
Text Symbol: P04 = and logical kind
Text Symbol: P03 = from print task code
Text Symbol: P02 = with legal number
Text Symbol: P01 = FI document has been associated
Text Symbol: L02 = OPEN
Text Symbol: L01 = PARTIALY
Text Symbol: I06 = Nothing to print.
Text Symbol: P15 = Partner text for document &.
Text Symbol: P16 = Get partner-header data
Text Symbol: P17 = Line 1
Text Symbol: P18 = Line 2
Text Symbol: P19 = Line 3
Text Symbol: P20 = Partner error
INCLUDE J_2GPFI1.
No SAP DATABASE tables are accessed within this REPORT code!
F4_USER call function 'F4_USER' importing result = s_usnam-low.
F4_USER call function 'F4_USER' importing result = s_usnam-high.
FAGL_CHECK_IF_LEDGER_IS_GLFLEX call function 'FAGL_CHECK_IF_LEDGER_IS_GLFLEX' exporting i_rldnr = s_rldnr exceptions not_found = 1 no_glflex_ledger = 2 glflex_rollup_ledger = 3 others = 4.
G_GET_ORGANIZATIONAL_DATA call function 'G_GET_ORGANIZATIONAL_DATA' exporting i_rldnr = g_relevant_ledger i_orgunit = s_bukrs exceptions no_info_found = 1 error_in_setup = 2 error_in_depld = 3 others = 4.
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_2GPFI or its description.
J_2GPFI - Main program for printing FI documents J_2GPFI - Main program for printing FI documents J_2GMDMF - Field mapping - Maintenance interface (J_2GFIELDV) J_2GMDMF - Field mapping - Maintenance interface (J_2GFIELDV) J_2GLPXVBRK - Correct XVBRK entries in BKPF ( make XVBRK --> VBRK ) J_2GLPXVBRK - Correct XVBRK entries in BKPF ( make XVBRK --> VBRK )