SAP Reports / Programs

J_1SUBOT SAP ABAP Report - IS-M/SD CH/S: Conversion Program for PTT Carriers







J_1SUBOT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program processes the PTT conversion files MLSUdatum...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_1SUBOT 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

J1SQ - IS-M: CH/S: Change Carrier Data


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_1SUBOT. "Basic submit
SUBMIT J_1SUBOT AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SUBOT 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: DECKBL = Cover Sheet
Selection Text: DECKTXT = Cover Sh.Text
Selection Text: FORMNAME = Form
Selection Text: FORMSPRA = Language
Selection Text: LAND = Country
Selection Text: LOESCHN = Delete
Selection Text: PRINTER = Printer
Selection Text: SOFORT = Print Immediately
Selection Text: VERWDAU = Retention Period
Selection Text: V_DATUM = Processing Date
Selection Text: V_JAHR = Processing Year
Selection Text: V_MONAT = Processing Month
Selection Text: XDAY = Day
Selection Text: XMON = Month
Selection Text: ANZCOPY = Number
Title: IS-M/SD CH/S: Conversion Program for PTT Carriers
Text Symbol: 006 = Cannot Read Dataset
Text Symbol: 005 = End of Dataset
Text Symbol: 004 = Change Carrier Data
Text Symbol: 003 = Undefined error for:
Text Symbol: 002 = Incorrect carrier data
Text Symbol: 001 = Carrier already exists
Text Symbol: 028 = Date
Text Symbol: 027 = Error Reason
Text Symbol: 026 = HNo.To
Text Symbol: 025 = HNo.Fr.
Text Symbol: 024 = HNInd
Text Symbol: 023 = CarRte
Text Symbol: 022 = CarrTy.
Text Symbol: 021 = PTT St
Text Symbol: 020 = St No.
Text Symbol: 019 = City No.
Text Symbol: 018 = Incorrect Carrier Data:
Text Symbol: 017 = No street for carrier
Text Symbol: 016 = Various Specs
Text Symbol: 015 = Error logging program
Text Symbol: 007 = Take Account of Order Deadline
Text Symbol: 008 = Processing month in past





Text Symbol: 009 = Processing date in past
Text Symbol: 010 = Enter processing month
Text Symbol: 011 = Log: Change PTT Carriers
Text Symbol: 012 = Carrier Log
Text Symbol: 013 = Start Report Processing:
Text Symbol: 014 = End Report Processing:
Text Symbol: 913 = Lang.
Text Symbol: 912 = Text on Cov.Sheet
Text Symbol: 911 = Print Cover Sheet
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: 901 = Processing Date
Text Symbol: 900 = Processing Month


INCLUDES used within this REPORT J_1SUBOT

INCLUDE MJO0FA02.


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.

J_1S_BOTPRO_PTT_POSTE_DATA CALL FUNCTION 'J_1S_BOTPRO_PTT_POSTE_DATA' EXPORTING dsetname = dsetname land = land w_datab = gueltigab IMPORTING bote = w_j1sbotpro x_dbcode_botch = dbcode_botch TABLES all_bot = it_bottab EXCEPTIONS cant_read_dataset = 01 end_of_dataset = 02 unknown_data = 03 street_not_found = 04.

DATE_COMPUTE_DAY CALL FUNCTION 'DATE_COMPUTE_DAY' EXPORTING date = datum IMPORTING day = wotag.

ISP_SHIPPING_LEAD_DATE_GET CALL FUNCTION 'ISP_SHIPPING_LEAD_DATE_GET' EXPORTING drerz = l_jdtpva-drerz ab_erschdat = edatum werk = l_jdtpvawerk-drkei IMPORTING out_erschdat = datum_out TABLES iliefarttab = i_lfart EXCEPTIONS no_date_found = 1 empty_lfart_tab = 2 OTHERS = 3.

J_1S_MUTATION_POSTMEN CALL FUNCTION 'J_1S_MUTATION_POSTMEN' EXPORTING w_year = v_jahr w_month = v_monat w_datab = gueltigab w_datbis = gueltigbis x_dbcode = sav_dbcode TABLES all_bot = it_sav_bot EXCEPTIONS invalid_input = 1 no_insert = 2 OTHERS = 3.



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