SAP Reports / Programs

J_1SMABL SAP ABAP Report - IS-M/SD CH/V: Global Subscription Changes - Delivery Type







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


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_1SMABL. "Basic submit
SUBMIT J_1SMABL AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SMABL 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: 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





Text Symbol: 913 = Lang.
Text Symbol: 912 = Text on Cov.Sheet
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 910 = Print Imm.
001 Order No. Ex.It. It.No. DT IT Valid From Valid To Text


INCLUDES used within this REPORT J_1SMABL

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