J_1SMABU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program J_1SMABU generates suspensions 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_1SMABU 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: Suspension from &0........ to &1........
Selection Text: U_GRUND = Reason for Suspension
Selection Text: TESTL = Test Run
Selection Text: PVA = Edition
Selection Text: PLZ = Postal Code
Selection Text: MAPNAMS = Batch Input Session Name
Selection Text: LART = Delivery Type
Selection Text: LAND = Destination Country
Selection Text: HLD_DATE = Block Session Until
Selection Text: DRUCKERZ = Publication
Selection Text: DATU_BER = Suspension 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 <
Text Symbol: 903 = Name of Spool List
Text Symbol: 904 = No. of Printouts
Text Symbol: 905 = Printer
Text Symbol: 906 = Delete After Print
Text Symbol: 907 = Reten.Period
Text Symbol: 902 = Print Control
Text Symbol: 013 = Sub.Suspen.
Text Symbol: 012 = Subs.Suspension
Text Symbol: 011 = Notes/Messages
Text Symbol: 010 = Log: Generated suspensions
Text Symbol: 009 = Log: Subs.suspension generation
Text Symbol: 008 = Suspension already covered
Text Symbol: 007 = Error creating BTCI
Text Symbol: 006 = No orders selected for suspensions
Text Symbol: 005 = Error while opening BTCI sess.
Text Symbol: 004 = Item with redirection +/= change
Text Symbol: 003 = Several overlapping suspensions
Text Symbol: 002 = BTCI Session (Subs.Susp.)
Text Symbol: 001 = Selection/Control
Text Symbol: 908 = Cover Sht
Text Symbol: 913 = Lang.
Text Symbol: 912 = Text on Cov.Sheet
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 910 = Print Imm.
Text Symbol: 909 = Cover Sh.Text
001 Order No. Ex.It. It.No. Valid Fr. Valid Fr.
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_1SMABU - IS-M/SD CH/V: Global Subscription Changes <