J_1SZEB0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Programs J_1SZEB0 and J_1SZEB1 are used to load the PTT number plan for bundling and sacking into the SAP tables J_1SORGZEB and J_1SZUOZEB...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter J_1SZEB0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1SR - IS-M: CH/V: ZEBU Setup Part 1
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: ANZCOPY = No.of Copies
Selection Text: DECKBL = Cover Sheet?
Selection Text: DECKTXT = Cover Sheet Text
Selection Text: LAND = Country
Selection Text: LOC_FILE = Name of Local File
Selection Text: LOESCHN = Delete After Output
Selection Text: LOG_FILE = Logical File Name of Seq.File
Selection Text: PRINTER = Printer
Selection Text: SOFORT = Print Immediately?
Selection Text: VERWDAU = Spool Retention Period
Title: IS-M/SD CH/V: Create Seq.File from PTT Number Plan for ZEBU Setup
Text Symbol: 910 = Print Imm.
Text Symbol: 909 = Cover Sh.Text
Text Symbol: 908 = Cover Sht
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: 004 = Cannot open
Text Symbol: 003 = ZEBU Log
Text Symbol: 002 = Format ZEBU data and load to seq.file
Text Symbol: 001 = Cannot Open Dataset
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 913 = Lang.
Text Symbol: 912 = Text on cov.sheet
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = log_file IMPORTING file_name = dsetname EXCEPTIONS file_not_found = 01.
FILE_VALIDATE_NAME call function 'FILE_VALIDATE_NAME' exporting logical_filename = log_file changing physical_filename = dsetname exceptions others = 4.
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = par_file filetype = 'ASC' TABLES data_tab = tab EXCEPTIONS * conversion_error = 01 * invalid_table_width = 02 invalid_type = 5 no_batch = 3 no_authority = 6 OTHERS = 17.
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_1SZEB0 - IS-M/SD CH/V: Create Seq.File from PTT Number Plan for ZEBU Setup J_1SZEB0 - IS-M/SD CH/V: Create Seq.File from PTT Number Plan for ZEBU Setup J_1SWF10 - IS-M/SD CH/W: Daily Average WEMF Quantities J_1SWF10 - IS-M/SD CH/W: Daily Average WEMF Quantities J_1SWF02 - IS-M/SD CH/W: Update Monthly WEMF Statistics J_1SWF02 - IS-M/SD CH/W: Update Monthly WEMF Statistics