SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Workbench Utilities(BC-DWB-UTL) SAP BC

SAPMAPAD SAP ABAP dialog Program - Administration of Application Packages







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


Transaction Code(s):

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

SE29 - Application Packets


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


Text pool values


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?


INCLUDES used within this REPORT SAPMAPAD

INCLUDE MAPADTOP.
INCLUDE MAPADO01.




INCLUDE MAPADI01.
INCLUDE MAPADF01.


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