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

SAPMJ1S3 SAP ABAP Report - IS-M/SD CH/V: Postal Packing Rule for Postal Shipping







SAPMJ1S3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transactions: J1SC (Edit bundling rule for postal shipping - CH) J1SD (Display bundling rule for postal shipping - CH) Transaction: J1SC Editing the bundling rule consists of the following main activities: 1...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 SAPMJ1S3 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

J1SC - IS-M: CH/V: Maintain ZEBU Data
J1SD - IS-M: CH/V: Display ZEBU Data


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 SAPMJ1S3. "Basic submit
SUBMIT SAPMJ1S3 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMJ1S3 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/SD CH/V: Postal Packing Rule for Postal Shipping
Text Symbol: 008 = Find Postal Code
Text Symbol: 009 = Change PPack Address
Text Symbol: 010 = Back
Text Symbol: 011 = Exit
Text Symbol: 012 = Cancel
Text Symbol: 013 = Data will be lost
Text Symbol: 014 = Transfer changes first?
Text Symbol: 001 = Overview of ZEBU Recs of ZEBU Ty.
Text Symbol: 002 = Assignments for ZEBU Ty.
Text Symbol: 003 = Level fr.
Text Symbol: 004 = New ZEBU Assignment
Text Symbol: 005 = Find Address Postal Code
Text Symbol: 006 = Insert Publication
Text Symbol: 007 = Enter City Name
Text Symbol: 022 = To PCd
Text Symbol: 023 = PLv2
Text Symbol: 024 = Level To
Text Symbol: ACU = Display
Text Symbol: HCU = Create
Text Symbol: VCU = Change
Text Symbol: 015 = Do you want to save first?
Text Symbol: 016 = Are you sure?
Text Symbol: 017 = RJV50
Text Symbol: 018 = PCd
Text Symbol: 019 = Fr.PCd
Text Symbol: 020 = BLv1
Text Symbol: 021 = PCd2


INCLUDES used within this REPORT SAPMJ1S3

INCLUDE MJ000TOP.
INCLUDE MJ1S3I01.
INCLUDE MJ1S3O01.
INCLUDE MJ1S3F06.


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