SAP Reports / Programs

J_1SNPAL SAP ABAP Report - IS-M/SD CH/S: Postal Data Transfer - Split Overall PCode File







J_1SNPAL 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 PTT postal code file into the following UNIX files: Cities and Postal Codes...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_1SNPAL into the relevant SAP transactions such as SE38 or SE80


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_1SNPAL. "Basic submit
SUBMIT J_1SNPAL AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SNPAL 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: 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: 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 Overall PCode File
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: 012 = This program is obsolete and should not be used
Text Symbol: 011 = Split Log
Text Symbol: 010 = Log: Split PTT Postal Code Data
Text Symbol: 009 = Cannot Open Dataset
Text Symbol: 008 = End of Dataset
Text Symbol: 007 = Cannot Read Dataset
Text Symbol: 006 = Cits
Text Symbol: 005 = ==> Please maintain
Text Symbol: 004 = not in table j_1stj1s0
Text Symbol: 003 = Without Address Option
Text Symbol: 002 = Category
Text Symbol: 001 = Transfer PCode
Text Symbol: 907 = Reten.Period
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.


INCLUDES used within this REPORT J_1SNPAL

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 = CON_DSET_PALL 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 = 'PLZ' 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 = 'PLZ' SATZ = J_1SPDA.

J_1S_SPLITT_PTT_POSTE_DATA CALL FUNCTION 'J_1S_SPLITT_PTT_POSTE_DATA' EXPORTING DATEIKZ = 'PLZ' SATZ = J_1SPDA.

J_1S_SPLITT_PTT_POSTE_DATA CALL FUNCTION 'J_1S_SPLITT_PTT_POSTE_DATA' EXPORTING DATEIKZ = 'ORT' SATZ = J_1SODA.

J_1S_CLOSE_DSET_PTT_POSTE_DATA CALL FUNCTION 'J_1S_CLOSE_DSET_PTT_POSTE_DATA' EXPORTING TYP_KZ = 'PLZ'.



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_1SNPAL or its description.