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)
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
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
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.
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
INCLUDE MJ000TOP.
INCLUDE MJ1S3I01.
INCLUDE MJ1S3O01.
INCLUDE MJ1S3F06.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPMJ1S3 - IS-M/SD CH/V: Postal Packing Rule for Postal Shipping SAPMJ1S3 - IS-M/SD CH/V: Postal Packing Rule for Postal Shipping SAPMJ1S1 - IS-M/SD: Additional Street Data (CH) SAPMJ1S1 - IS-M/SD: Additional Street Data (CH) SAPMJ1S0 - IS-M/SD: Additional Postal Code Data (CH) SAPMJ1S0 - IS-M/SD: Additional Postal Code Data (CH)