J_1I_EXCISE_DOCUMENT_FLOW 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_1I_EXCISE_DOCUMENT_FLOW into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J2IF - Display document flow
J1IDOCFLOW - Excise document flow
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: P_EXNUM = Excise invoice
Selection Text: P_EXYEAR = Excise year
Selection Text: P_SRGRP = D Series group
Title: Excise Document Flow
INCLUDE J_1IALVDATA .
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'LINE_SELECTION' is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events[] TABLES t_outtab = it_list EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.