J_1SMABL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program J_1SMABL generates changes to the delivery type for subscription orders via batch input...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_1SMABL 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.
Global Subscription Change: Delivery Type = &0 from &1 to &2
Selection Text: U_PROTO = Log of Changed Orders
Selection Text: TESTL = Test Run
Selection Text: PVA = Edition
Selection Text: PLZ = Postal Code
Selection Text: MAPNAMS = Batch Input Session Name
Selection Text: LART_N = New Delivery Type
Selection Text: LART = Delivery Type
Selection Text: LAND = Destination Country
Selection Text: HLD_DATE = Block Session Until
Selection Text: GEOEINH = Geo.Unit
Selection Text: DRUCKERZ = Publication
Selection Text: DATU_BER = Period From - To
Selection Text: BEZTYP = Mix Type
Selection Text: BDC_HOLD = Hold Session After Processing
Selection Text: AART = Order Type
Title: IS-M/SD CH/V: Global Subscription Changes - Delivery Type
Text Symbol: 905 = Printer
Text Symbol: 906 = Delete After Print
Text Symbol: 907 = Reten.Period
Text Symbol: 908 = Cover Sht
Text Symbol: 904 = No. of Printouts
Text Symbol: 903 = Name of Spool List
Text Symbol: 902 = Print Control
Text Symbol: 013 = Deliv.Type
Text Symbol: 012 = Subsequent items exist
Text Symbol: 011 = Notes/Messages
Text Symbol: 010 = Log of Changed Orders
Text Symbol: 009 = Error creating BTCI
Text Symbol: 008 = Log: Change Delivery Type
Text Symbol: 007 = No orders selected
Text Symbol: 006 = Error while opening BTCI sess.
Text Symbol: 005 = Item has limited changes
Text Symbol: 004 = delivery type because *****
Text Symbol: 003 = ***** No changes made to
Text Symbol: 002 = BTCI Sess. (Del.Type)
Text Symbol: 001 = Selection/Control
Text Symbol: 909 = Cover Sh.Text
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1S_GLO_MUT_ANNSCH_ERMITTELN CALL FUNCTION 'J_1S_GLO_MUT_ANNSCH_ERMITTELN' EXPORTING VERZUG = VERZUG IMPORTING ODATUM = P_DATUM TABLES T_DRUCKERZ = DRUCKERZ T_PVA = PVA EXCEPTIONS OTHERS = 1.
J_1S_GLO_MUT_SELECT_ABO CALL FUNCTION 'J_1S_GLO_MUT_SELECT_ABO' EXPORTING LAND = LAND LIEFART = LART V_GUELTIG = DATU_BER-LOW B_GUELTIG = DATU_BER-HIGH EINTEILUNG = '1' " Auftr. mit einer Einteil.
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_1SMABL - IS-M/SD CH/V: Global Subscription Changes - Delivery Type J_1SMABL - IS-M/SD CH/V: Global Subscription Changes - Delivery Type J_1SKLIE - IS-M/SD CH: Copies Delivered to KIOSK J_1SKLIE - IS-M/SD CH: Copies Delivered to KIOSK J_1SKGS - IS-M/SD CH: Create Dummy Entry for District Municipality Key J_1SKGS - IS-M/SD CH: Create Dummy Entry for District Municipality Key