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
Below is a list of transaction codes which are relevant to this SAP report
J1SQ - IS-M: CH/S: Change Carrier Data
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: 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
INCLUDE MJO0FA02.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_1SUBOT - IS-M/SD CH/S: Conversion Program for PTT Carriers J_1SUBOT - IS-M/SD CH/S: Conversion Program for PTT Carriers J_1SUBAL - IS-M/SD CH/S: Compare Street Dataset J_1SUBAL - IS-M/SD CH/S: Compare Street Dataset J_1STSTR - IS-M/SD CH/S: Test Dialog Entry for Streets J_1STSTR - IS-M/SD CH/S: Test Dialog Entry for Streets