SAP Reports / Programs | SAP Media | SAP Media(IS-M) SAP IS

J_1SMABU SAP ABAP Report - IS-M/SD CH/V: Global Subscription Changes <>







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


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_1SMABU. "Basic submit
SUBMIT J_1SMABU AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SMABU VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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.


INCLUDES used within this REPORT J_1SMABU

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:

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.



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