J_1I57FP 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_1I57FP 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.
Selection Text: P_PDF = PDF
Selection Text: P_PRINT =
Selection Text: P_REPRN =
Selection Text: P_SCRIPT = Script
Selection Text: SE_EXDAT = Date
Selection Text: SE_EXNUM = 57F4 Excise No.
Title: 57F4 SAPSCRIPT DRIVING PROGRAM
Text Symbol: 001 = Excise No.
Text Symbol: 002 = Date
Text Symbol: 003 = Series Group
Text Symbol: 004 = Pre-printed Excise No.
Text Symbol: 005 = 57F4
Text Symbol: 006 = Print
Text Symbol: 007 = Re-print
Text Symbol: 008 = Type Of Output
Text Symbol: 009 = Sap Script
Text Symbol: 010 = PDF
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1I_ACCEPT_VALUE CALL FUNCTION 'J_1I_ACCEPT_VALUE' EXPORTING I_PREPRN = PREPRN IMPORTING O_PREPRN = PREPRN.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING APPLICATION = 'TX' DEVICE = 'PRINTER' DIALOG = 'X' FORM = 'J_1I_57F4' IMPORTING RESULT = RESULT EXCEPTIONS CANCELED = 1 DEVICE = 2 FORM = 3 OPTIONS = 4 UNCLOSED = 5 OTHERS = 6.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = ELEMENT FUNCTION = FNCTION WINDOW = WINDOW * IMPORTING * PENDING_LINES = EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 OTHERS = 7.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = RESULT * TABLES * OTFDATA = EXCEPTIONS UNOPENED = 1 OTHERS = 2.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = SY-MANDT ID = TEXT_ID LANGUAGE = SY-LANGU NAME = THEAD-TDNAME OBJECT = 'J1IF' ARCHIVE_HANDLE = 0 IMPORTING HEADER = THEAD TABLES LINES = TLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 OBJECT = 5 REFERENCE_CHECK = 6 WRONG_ACCESS_TO_ARCHIVE = 7 OTHERS = 8.
ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING ADRSWA_IN = GS_ADRS NUMBER_OF_LINES = 10 IMPORTING ADDRESS_PRINTFORM_TABLE = GT_COM_ADRS.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = gv_formname IMPORTING e_funcname = gv_fm_name.
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = fp_outputparams EXCEPTIONS CANCEL = 1 USAGE_ERROR = 2 SYSTEM_ERROR = 3 INTERNAL_ERROR = 4 OTHERS = 5.
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS USAGE_ERROR = 1 SYSTEM_ERROR = 2 INTERNAL_ERROR = 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.