SAP Reports / Programs | Advertising Management | SAP Media | Advertising Management(IS-M-AM) SAP IS

SAPMJJS4 SAP ABAP dialog Program - IS-M: Main Program for Maintaining Ad Inserts







SAPMJJS4 is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SAPMJJS4 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JJS6 - IS-M: Display Ad Insert
JJS5 - IS-M: Change Ad Insert
JJS4 - IS-M: Create Ad Insert


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


Text pool values


Title: IS-M: Main Program for Maintaining Ad Inserts
Text Symbol: 188 = selected plant data ($$$$)?
Text Symbol: 200 = Select Publication Calendar
Text Symbol: 240 = Determine Weight Proposal
Text Symbol: 241 = Plan.Weight
Text Symbol: 242 = Act.Weight
Text Symbol: 243 = Do you want to copy the new weight determined or retain the previous weight?
Text Symbol: 244 = Copy
Text Symbol: 245 = Retain
Text Symbol: 308 = Display Selected Issues
Text Symbol: 309 = Issue No. PlIssType AcIssType Draw No.PP Special Issue
Text Symbol: 310 = Issues with Publication $, Edition $ on $:
Text Symbol: 311 = ----------------------------------------------------------------------
Text Symbol: 320 = Issues with Publication
Text Symbol: 321 = ,
Text Symbol: 322 = Edition
Text Symbol: 323 = on
Text Symbol: 324 = :
Text Symbol: 510 = Create Date-Related Issue Change
Text Symbol: 700 = Plant Data
Text Symbol: 710 = Create Plant Data
Text Symbol: ACU = Display
Text Symbol: BAN = Create Mix Offer
Text Symbol: COP = Create with Templ.
Text Symbol: DAN = Copy Plant Data
Text Symbol: HCU = Create
Text Symbol: LCU = Delete
Text Symbol: VAN = Create Sales Area
Text Symbol: VCU = Change
Text Symbol: 187 = Do you really want to delete the
Text Symbol: 001 = Template
Text Symbol: 002 = Ad PP Master Data
Text Symbol: 003 = Daily Ad Pre-P Data
Text Symbol: 004 = /third Party
Text Symbol: 005 = Issue Weight
Text Symbol: 006 = Publication Data
Text Symbol: 007 = Gen.Ad Pre-Print Data
Text Symbol: 008 = Texts





Text Symbol: 009 = General data
Text Symbol: 010 = Technical Data
Text Symbol: 011 = Dimensions and Quantities
Text Symbol: 012 = Ad Pre-Pr.Weight
Text Symbol: 013 = Create Tax Country
Text Symbol: 014 = Delete Tax Country
Text Symbol: 122 = /
Text Symbol: 173 = Delete Sales Data
Text Symbol: 174 = Do you really want to delete the
Text Symbol: 175 = selected distribution data (&V1&/&V2&)?
Text Symbol: 176 = Delete Plant Data
Text Symbol: 177 = Do you really want to delete the
Text Symbol: 178 = selected plant data (&V1&)?
Text Symbol: 179 = Delete Mix Offer
Text Symbol: 180 = Do you really want to delete the
Text Symbol: 181 = selected mix offer (&V1&/&V2&/&V3&)?
Text Symbol: 182 = Delivery viability exists in past.
Text Symbol: 183 = Delete distrib.data (&V1&/&V2&) anyway?
Text Symbol: 184 = Delivery viability exists in past.
Text Symbol: 185 = Delete plant data (&V1&) anyway?
Text Symbol: 186 = Delete Plant Data "186 - 188 belong together


INCLUDES used within this REPORT SAPMJJS4

INCLUDE MJ_ACTIV_AUTH.
INCLUDE MJ_CHAR1.
INCLUDE MJ_CHAR10.
INCLUDE MJ_FCODE.
INCLUDE MJ_ON_OFF.
INCLUDE MJ_SYDATUM.
INCLUDE MJ_SYMSGTY.
INCLUDE MJ_SYSUBRC.
INCLUDE MJ_TRTYP.
INCLUDE MJ_TVARV_OPTI.
INCLUDE MJ_XFELD.
INCLUDE MJ_YES_NO.
INCLUDE MJ000TDI_DAT.
INCLUDE MJ003TAL.
INCLUDE MJ002TAL.
INCLUDE MJNUMTOP.
INCLUDE MJY00T06 . " DEK. MENGEN/MAßEINHEITEN
INCLUDE MJY00T04 . " DEK. FÜR GENERIERUNG ALLGEMEIN





INCLUDE MJD37TOP.
INCLUDE MJJS4TOP.
INCLUDE MJHAMT01.
INCLUDE MJJS4FDI.
INCLUDE MJD0FB03 . " FUNKT.BAUST. VERBUCH. DRERZ
INCLUDE MJD0FB04 . " FUNKT.BAUST. VERBUCH. PVA
INCLUDE MJD0FB05 . " FUNKT.BAUST. VERBUCH. VA
INCLUDE MJD0FE05 . " SPERREN VA
INCLUDE MJJS4IVR.


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:

No SAP FUNCTION MODULES are executed within this report code!



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