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

J_1SMEVU SAP ABAP Report - IS-M/SD CH/V: Global Retail Changes - Suspensions







J_1SMEVU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program J_1SMEVU generates suspensions for retail 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_1SMEVU 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_1SMEVU. "Basic submit
SUBMIT J_1SMEVU AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SMEVU VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Global Retail Change: Suspension from &0 to &1
Selection Text: AART = Order Type
Selection Text: BDC_HOLD = Hold Session After Processing
Selection Text: BEZTYP = Mix Type
Selection Text: DATU_BER = Suspension From - To
Selection Text: DRUCKERZ = Publication
Selection Text: D_GP = Print BP (W=ship-to/A=sold-to)
Selection Text: GPAG = Sold-to Party
Selection Text: HLD_DATE = Block Session Until
Selection Text: KANT = Canton (Switzerland Only)
Selection Text: LAND = Destination Country
Selection Text: LFART = Delivery Type
Selection Text: MAPNAMS = Batch Input Session Name
Selection Text: PLZ = Postal Code
Selection Text: PVA = Edition
Selection Text: TESTL = Test Run
Selection Text: U_GRUND = Reason for Suspension
Selection Text: XAGRPP = Check Order Type Group
Title: IS-M/SD CH/V: Global Retail Changes - Suspensions
Text Symbol: 913 = Language
Text Symbol: 912 = Text on Cover Sheet
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 910 = Print Immediately
Text Symbol: 909 = Cover Sh.Text
Text Symbol: 908 = Cover Sheet
Text Symbol: 907 = Retention Period
Text Symbol: 906 = Delete After Output
Text Symbol: 905 = Printer
Text Symbol: 001 = Selection/Control
Text Symbol: 002 = BTCI Session (Subs.Susp.)
Text Symbol: 004 = This program is obsolete and should not be used
Text Symbol: 010 = Change Log
Text Symbol: 011 = Errors/Notes
Text Symbol: 012 = Print BP (A=SlT/W=ShT)
Text Symbol: 100 = Retail Susp
Text Symbol: 101 = Retail Susp.
Text Symbol: 102 = Log: Generate Retail Suspension
Text Symbol: 500 = No order type selected with schedule line variant 2





Text Symbol: 501 = No orders were selected
Text Symbol: 502 = Incorrect selection type (item/sched.line)
Text Symbol: 503 = Error opening BTCI session
Text Symbol: 504 = Error creating BTCI
Text Symbol: 600 = Suspension already exists
Text Symbol: 601 = Several overlapping suspensions
Text Symbol: 603 = Suspension generated
Text Symbol: 605 = Suspension generated
Text Symbol: 700 = ERROR
Text Symbol: 701 = MESSAGES
Text Symbol: 702 = CHANGE
Text Symbol: 703 = LOG
Text Symbol: 902 = Print Control
Text Symbol: 903 = Name of Spool List
Text Symbol: 904 = Number of Printouts
003 Order Item Publ. Ed. MT DT IT Valid fr. Valid to Message
001 <<<<< &2..................&3............. >>>>>


INCLUDES used within this REPORT J_1SMEVU

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_EV CALL FUNCTION 'J_1S_GLO_MUT_SELECT_EV' EXPORTING LAND = LAND V_GUELTIG = DATU_BER-LOW B_GUELTIG = DATU_BER-HIGH EINTEILUNG = '2' " Auftr. mit mehreren Einteil.

J_1S_GLO_MUT_PROT_EV CALL FUNCTION 'J_1S_GLO_MUT_PROT_EV' EXPORTING ART = 'P' PROT = 'F' ERW = D_GP TABLES T_PROT_P = I_FPROT T_JKAP = I_JKAP EXCEPTIONS ART_FALSE = 1 PROT_FALSE = 2 OTHERS = 3.

J_1S_GLO_MUT_PROT_EV CALL FUNCTION 'J_1S_GLO_MUT_PROT_EV' EXPORTING ART = 'P' PROT = 'M' ERW = D_GP TABLES T_PROT_P = I_MPROT T_JKAP = I_JKAP EXCEPTIONS ART_FALSE = 1 PROT_FALSE = 2 OTHERS = 3.



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