J_1SFS01 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_1SFS01 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: VERWDAU = Spool Retention Period
Selection Text: UNIX = Create Operating System File
Selection Text: SOFORT = Print Immediately
Selection Text: PROT = Display Log
Selection Text: PRINTER = Printer
Selection Text: L_FILE_N = File Name
Selection Text: LOESCHN = Delete After Output
Selection Text: DECKTXT = Cover Sheet Text
Selection Text: DECKBL = Cover Sheet?
Selection Text: BS = Screen Output
Selection Text: ANZCOPY = No.of Copies
Title: IS-M/SD CH/V: Third-Party Shipping, Copy Template Import Seq.File
Text Symbol: 907 = Reten.Period
Text Symbol: 906 = Delete After Print
Text Symbol: 905 = Printer
Text Symbol: 904 = No. of Printouts
Text Symbol: 903 = Name of Spool List
Text Symbol: 902 = Print Control
Text Symbol: 023 = File Name
Text Symbol: 022 = OS File
Text Symbol: 021 = Local File Name
Text Symbol: 020 = PC File
Text Symbol: 010 = Log
Text Symbol: 009 = Create OS File
Text Symbol: 008 = Cannot Open Dataset
Text Symbol: 007 = Order Qty:
Text Symbol: 006 = Number of Cities not Found:
Text Symbol: 005 = Number of Streets not Found:
Text Symbol: 004 = written
Text Symbol: 003 = Records on operating system file
Text Symbol: 002 = **** Street not found
Text Symbol: 001 = **** City not found for postal code
Text Symbol: 908 = Cover Sht
Text Symbol: 909 = Cover Sh.Text
Text Symbol: 910 = Print Imm.
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 912 = Text on Cov.Sheet
Text Symbol: 913 = Lang.
INCLUDE MJ000TAL . " ALLGEMEINE DATEN
No SAP DATABASE tables are accessed within this REPORT code!
FILE_LOGFILE_ALIAS_PBO call function 'FILE_LOGFILE_ALIAS_PBO' exporting ed_logfile_appl = gc_logfile_in ed_parameter_name = 'L_FILE_N' changing cd_logfile_param = l_file_n.
FILE_LOGFILE_ALIAS_PBO call function 'FILE_LOGFILE_ALIAS_PBO' exporting ed_logfile_appl = gc_logfile_out ed_parameter_name = 'BS_FILE' changing cd_logfile_param = bs_file.
FILE_LOGFILE_ALIAS_PAI call function 'FILE_LOGFILE_ALIAS_PAI' exporting ed_logfile_appl = gc_logfile_in changing cd_logfile = l_file_n exceptions others = 1.
FILE_LOGFILE_ALIAS_PAI call function 'FILE_LOGFILE_ALIAS_PAI' exporting ed_logfile_appl = gc_logfile_out changing cd_logfile = bs_file exceptions others = 1.
FILE_LOGFILE_ALIAS_F4 call function 'FILE_LOGFILE_ALIAS_F4' exporting ed_logfile_appl = gc_logfile_in ed_parameter_name = 'L_FILE_N' changing cd_logical_file = l_file_n.
FILE_LOGFILE_ALIAS_F4 call function 'FILE_LOGFILE_ALIAS_F4' exporting ed_logfile_appl = gc_logfile_out ed_parameter_name = 'BS_FILE' changing cd_logical_file = bs_file.
FILE_VALIDATE_NAME call function 'FILE_VALIDATE_NAME' exporting logical_filename = l_file_n changing physical_filename = dsn_out exceptions others = 4.
FILE_VALIDATE_NAME call function 'FILE_VALIDATE_NAME' exporting logical_filename = bs_file changing physical_filename = dsn_in exceptions others = 4.
GUI_UPLOAD call function 'GUI_UPLOAD' " ws_upload exporting filename = tmp_datei filetype = 'ASC' tables data_tab = rec_in_tab exceptions file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5.
FILE_GET_NAME call function 'FILE_GET_NAME' exporting logical_filename = filename importing file_name = dsetname exceptions file_not_found = 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_1SFS01 - IS-M/SD CH/V: Third-Party Shipping, Copy Template Import Seq.File J_1SFS01 - IS-M/SD CH/V: Third-Party Shipping, Copy Template Import Seq.File J_1SFRAG - IS-M/SD(CH): Sample Report for Reading Production Data Interface J_1SFRAG - IS-M/SD(CH): Sample Report for Reading Production Data Interface J_1SFLSV - IS-M/SD CH/F: Release Billing Docs with Payment Method "LSV" J_1SFLSV - IS-M/SD CH/F: Release Billing Docs with Payment Method "LSV"