SAP Reports / Programs

RJSPDPOF SAP ABAP Report - IS-M: Postal Data Transfer Program for PO Box Racks (PO Boxes)







RJSPDPOF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Batch transfer program: Transfers P...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 RJSPDPOF 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

JSB7 - IS-M: Transfer Data on P.O.Boxes


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 RJSPDPOF. "Basic submit
SUBMIT RJSPDPOF AND RETURN. "Return to original report after report execution complete
SUBMIT RJSPDPOF 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: LAND = Country
Title: IS-M: Postal Data Transfer Program for PO Box Racks (PO Boxes)
Text Symbol: 001 = PO Box Log
Text Symbol: 002 = Transfer: PO Box Log
Text Symbol: 003 = Cannot open dataset
Text Symbol: 004 = End of dataset
Text Symbol: 005 = Cannot read dataset
Text Symbol: 006 = * PO box log update
Text Symbol: 007 = f.country
Text Symbol: 008 = not performed
Text Symbol: 902 = Print Control
Text Symbol: 903 = Name of Spool List
Text Symbol: 904 = Number of Printouts
Text Symbol: 905 = Printer
Text Symbol: 906 = Delete After Print
Text Symbol: 907 = Retention Period
Text Symbol: 910 = Print Immediately
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 912 = Text on Cover Sheet
Text Symbol: 913 = Language


INCLUDES used within this REPORT RJSPDPOF

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_NAME IMPORTING FILE_NAME = DSETNAME EXCEPTIONS FILE_NOT_FOUND = 01.

FILE_VALIDATE_NAME call function 'FILE_VALIDATE_NAME' exporting logical_filename = log_name changing physical_filename = dsetname exceptions others = 4.

ISP_INITIALIZE_DBP_POSTE_DATA CALL FUNCTION 'ISP_INITIALIZE_DBP_POSTE_DATA'.

ISP_JSTPOFPRO_DBP_POSTE_DATA CALL FUNCTION 'ISP_JSTPOFPRO_DBP_POSTE_DATA' EXPORTING DSETNAME = DSETNAME LAND = LAND IMPORTING LOC_JSTKGSPRO = JSTKGSPRO LOC_JSTOTLPRO = JSTOTLPRO LOC_JSTORTPRO = JSTORTPRO LOC_JSTPLZORT = JSTPLZORT LOC_JSTPLZPRO = JSTPLZPRO LOC_JSTPOFPRO = JSTPOFPRO LOC_JSTSTRPRO = JSTSTRPRO X_DBCODE_KGS = DBCODE_KGS X_DBCODE_OTL = DBCODE_OTL X_DBCODE_ORT = DBCODE_ORT X_DBCODE_PLZ = DBCODE_PLZ X_DBCODE_PLZORT = DBCODE_PLZORT X_DBCODE_POF = DBCODE_POF X_DBCODE_STR = DBCODE_STR EXCEPTIONS END_OF_DATASET = 01 CANT_READ_DATASET = 02 UNKNOWN_DATA = 03.



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