SAPMAPAD 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 SAPMAPAD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SE29 - Application Packets
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.
Selection Text: SEL_DEVC = Packages
Title: Administration of Application Packages
Text Symbol: 010 = Application Package:
Text Symbol: 011 = Package
Text Symbol: 012 = Short description
Text Symbol: 013 = List of Packages Assigned:
Text Symbol: 014 = Delete Application Package
Text Symbol: 015 = Are you sure you want to delete application package &1?
Text Symbol: 016 = Application package &1 is still being used by other packages
Text Symbol: 017 = Delete the Package with All References?
Text Symbol: 018 = Reassign Packages
Text Symbol: 001 = Assign Package
Text Symbol: 002 = Package &1 has already been assigned to package &2. Do you want to reassign the package?
Text Symbol: 003 = Yes
Text Symbol: 004 = No
Text Symbol: 005 = Save
Text Symbol: 006 = The application package has changed. Do you want to save changes?
Text Symbol: 007 = Cancel
Text Symbol: 008 = The application package has changed. Do you still want to cancel?
Text Symbol: 009 = The application package already includes the package &1. Do you want to continue importing?
Text Symbol: 030 = Do you want to reassign packages that were already assigned without querying them?
Text Symbol: 031 = The package was used to define local objects. Do you want to enhance these definitions?
Text Symbol: 032 = The package was used to define customer objects. Do you want to enhance these definitions?
Text Symbol: 033 = Import packages
Text Symbol: 040 = Global definitions
Text Symbol: 041 = Local Packages
Text Symbol: 042 = Customer Packages
Text Symbol: 020 = , Packages assigned:
Text Symbol: 021 = Number of Packages Assigned:
Text Symbol: 022 = Use of objects from other packages: Number of relationships:
Text Symbol: 023 = Package
Text Symbol: 024 = Objects that are excepted from the package check: Number of objects:
Text Symbol: 025 = External Relationships with Other Packages:
Text Symbol: 026 = The global definitions have changed. Save changes?
Text Symbol: 028 = The global definitions have changed. Are you sure you want to cancel?
Text Symbol: 029 = Global definitions apply to all packages. Are you sure you want to change the global definitions?
INCLUDE MAPADTOP.
INCLUDE MAPADO01.
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.