J_1SFS02 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_1SFS02 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: IN_FILE = Log.File Name of Input File
Selection Text: MAX = Process No.of Records
Selection Text: PAR_AUFN = Order Number
Selection Text: PAR_BOTE = Determine PTT Carrier
Selection Text: PAR_DAT = Shipping Date
Selection Text: PAR_DEL = Delete Existing Delivery
Selection Text: PROT = Log
Selection Text: TEST = Test Run (No DB Updates)
Selection Text: DSN_IN = Phys.File Path/Name
Selection Text: COMMITZ = Commit Counter
Title: IS-M/SD CH/V: Data Transfer and Formatting for Third-Party Shipping
Text Symbol: 011 = *** Delivery for
Text Symbol: 012 = was deleted with its assignments.
Text Symbol: 013 = Reference:
Text Symbol: 014 = Cust.No.:
Text Symbol: 015 = Start Program in Dialog
Text Symbol: 016 = Program run was not executed in dialog
Text Symbol: B01 = Transfer of third-party shipping
Text Symbol: B02 = data should only be executed in
Text Symbol: 010 = Deliveries currently being edited
Text Symbol: 001 = Records processed from sys.file
Text Symbol: 002 = .
Text Symbol: 003 = read.
Text Symbol: 004 = Records written to file
Text Symbol: 005 = .
Text Symbol: 006 = Cannot Open Dataset
Text Symbol: 007 = Addresses deleted.
Text Symbol: 008 = Delivery-order assignments deleted
Text Symbol: SC3 = Start program as deletion run
Text Symbol: SC2 = Control Parameters
Text Symbol: SC1 = Program parameter
Text Symbol: C02 = in dialog?
Text Symbol: C01 = Run program
Text Symbol: B03 = dialog for small qties of data.
INCLUDE MJ000TAL . " ALLGEMEINE DATEN
INCLUDE MJY00FAB . " ABBRUCH HANDLING
INCLUDE MJY00F03 . " MELDUNGEN AUSGEBEN
INCLUDE MJNUMTOP . " KONST. FÜR DIE NUMMERNVERGABE
No SAP DATABASE tables are accessed within this REPORT code!
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = RNG_ID OBJECT = OBJECT IMPORTING NUMBER = NUMBER RETURNCODE = RCODE_NR EXCEPTIONS INTERVAL_NOT_FOUND = 1 NUMBER_RANGE_NOT_INTERN = 2 OBJECT_NOT_FOUND = 3 QUANTITY_IS_0 = 4.
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING LOGICAL_FILENAME = FILENAME 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.
ENQUEUE_EJVLFNG CALL FUNCTION 'ENQUEUE_EJVLFNG' EXPORTING DRUCKEREI = DRUCKEREI DRERZTAT = DRERZTAT PVATAT = PVATAT LFARTTAT = LFARTTAT _SCOPE = SCOPE EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
ENQUEUE_EJVLFNG_SH CALL FUNCTION 'ENQUEUE_EJVLFNG_SH' EXPORTING DRERZTAT = DRERZTAT DRUCKEREI = DRUCKEREI LFARTTAT = LFARTTAT PVATAT = PVATAT _SCOPE = SCOPE EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
DEQUEUE_EJVLFNG CALL FUNCTION 'DEQUEUE_EJVLFNG' EXPORTING DRUCKEREI = DRUCKEREI DRERZTAT = DRERZTAT PVATAT = PVATAT LFARTTAT = LFARTTAT _SCOPE = SCOPE.
J_1S_BUFFERED_GET_BOTE_PTT CALL FUNCTION 'J_1S_BUFFERED_GET_BOTE_PTT' EXPORTING VRSNDDATUM = PAR_DAT ADR = ADRESSE ORTNR = J_1SFSPED-POSTEINORT STRASSENNR = J_1SFSPED-POSTEINSTR IMPORTING BOTENNR = J_1SFSPED-BOTENBEZ EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = CON_YES DIAGNOSETEXT1 = TEXT-B01 DIAGNOSETEXT2 = TEXT-B02 DIAGNOSETEXT3 = TEXT-B03 TEXTLINE1 = TEXT-C01 TEXTLINE2 = TEXT-C02 TITEL = TEXT-015 IMPORTING ANSWER = ANSWER.
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_1SFS02 - IS-M/SD CH/V: Data Transfer and Formatting for Third-Party Shipping J_1SFS02 - IS-M/SD CH/V: Data Transfer and Formatting for Third-Party Shipping 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