J_1IREXCINV 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_1IREXCINV into the relevant SAP transactions such as SE38 or SE80
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.
Title: Program for Object Type J_1IEXCINV: Excise Invoice (India)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_EXCISEINVOICE_GETLIST CALL FUNCTION 'BAPI_EXCISEINVOICE_GETLIST' EXPORTING invoice_status = invoicestatus invoice_to_date = invoicetodate invoice_from_date = invoicefromdate excise_group = excisegroup customer = customer supplier = supplier transactiontype = transactiontype IMPORTING return = return TABLES excise_invoices = exciseinvoices EXCEPTIONS OTHERS = 01.
BAPI_EXCINV_CREATE_FROMDATA CALL FUNCTION 'BAPI_EXCINV_CREATE_FROMDATA' EXPORTING OBJ_HEADER = OBJHEADER PROCESS_FLAG = PROCESSFLAG TABLES OBJ_ITEM = OBJITEM RETURN = RETURN EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1IREXCINV - Program for Object Type J_1IEXCINV: Excise Invoice (India) J_1IREXCINV - Program for Object Type J_1IEXCINV: Excise Invoice (India) J_1IREGSN - Update of Registers RG 1 and RG 23 (Part I) J_1IREGSN - Update of Registers RG 1 and RG 23 (Part I) J_1IQRDEPOT - Depot Quarterly Returns J_1IQRDEPOT - Depot Quarterly Returns