J_1SNBAL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Batch program for splitting the overall carrier file from the PTT to form the files Streets (standard), Streets (additional CH data) and Carriers...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_1SNBAL 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: ZIEL_C = Code Page Destination
Selection Text: VERWDAU = Spool Retention Period
Selection Text: START_C = Code Page Start
Selection Text: SOFORT = Print Immediately?
Selection Text: PRINTER = Printer
Selection Text: LOESCHN = Delete After Output
Selection Text: FORMSPRA = Language
Selection Text: FORMNAME = Form
Selection Text: DECKTXT = Cover Sheet Text
Selection Text: DECKBL = Cover Sheet?
Selection Text: ANZCOPY = No.of Copies
Title: IS-M/SD CH/S: Postal Data Transfer - Split General Carrier File
Text Symbol: 910 = Print Imm.
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: 008 = This program is obsolete and should not be used
Text Symbol: 007 = Cannot Open Dataset
Text Symbol: 006 = Log: Split PTT Carrier File
Text Symbol: 005 = Split Log
Text Symbol: 004 = No Carrier Records
Text Symbol: 003 = Cannot Read Dataset
Text Symbol: 002 = Number of Streets for Transfer:
Text Symbol: 001 = End of Dataset
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 912 = Text on Cov.Sheet
Text Symbol: 913 = Lang.
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 = CON_DSET_BALL IMPORTING FILE_NAME = DSETNAME EXCEPTIONS FILE_NOT_FOUND = 01.
ISP_VERSION_CHECK * CALL FUNCTION 'ISP_VERSION_CHECK' * EXPORTING * DATASET_NAME = DSETNAME .
J_1S_OPEN_DSET_PTT_POSTE_DATA CALL FUNCTION 'J_1S_OPEN_DSET_PTT_POSTE_DATA' EXPORTING TYP_KZ = 'BOT' EXCEPTIONS CANT_OPEN_DATASET = 01.
ISP_INITIALIZE_DBP_POSTE_DATA * CALL FUNCTION 'ISP_INITIALIZE_DBP_POSTE_DATA'.
J_1S_SPLITT_PTT_POSTE_DATA CALL FUNCTION 'J_1S_SPLITT_PTT_POSTE_DATA' EXPORTING DATEIKZ = 'STR' SATZ = J_1SSDA.
J_1S_SPLITT_PTT_POSTE_DATA CALL FUNCTION 'J_1S_SPLITT_PTT_POSTE_DATA' EXPORTING DATEIKZ = 'BOT' SATZ = J_1SBDA.
J_1S_CLOSE_DSET_PTT_POSTE_DATA CALL FUNCTION 'J_1S_CLOSE_DSET_PTT_POSTE_DATA' EXPORTING TYP_KZ = 'BOT'.
J_1S_BUILD_STREETS CALL FUNCTION 'J_1S_BUILD_STREETS' TABLES BOTTAB = BOT_TAB STRTAB = STR_TAB EXCEPTIONS INVALID_INPUT = 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_1SNBAL - IS-M/SD CH/S: Postal Data Transfer - Split General Carrier File J_1SNBAL - IS-M/SD CH/S: Postal Data Transfer - Split General Carrier File J_1SMWST - IS-M/SD CH/F: Monthly VAT Amounts for Deduction J_1SMWST - IS-M/SD CH/F: Monthly VAT Amounts for Deduction J_1SMSTR - IS-M/SD: Reconcile Customer Streets and PTT Conversions (CH) J_1SMSTR - IS-M/SD: Reconcile Customer Streets and PTT Conversions (CH)