SAP Reports / Programs | SAP Media | SAP Media(IS-M) SAP IS

J_1SZEB0 SAP ABAP Report - IS-M/SD CH/V: Create Seq.File from PTT Number Plan for ZEBU Setup







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J1SR - IS-M: CH/V: ZEBU Setup Part 1


ABAP code to call this SAP report using the submit statement

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.






SUBMIT J_1SZEB0. "Basic submit
SUBMIT J_1SZEB0 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SZEB0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT J_1SZEB0

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name J_1SZEB0 or its description.