SAP Reports / Programs | Application Platform | Master Data | Central Part of Product Master(AP-MD-PRO) SAP AP

COM_PRODUCT_ACTIVATE_MULTI SAP ABAP dialog Program - Program COM_PRODUCT_ACTIVATE_MULTI







COM_PRODUCT_ACTIVATE_MULTI 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 COM_PRODUCT_ACTIVATE_MULTI 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

COMMPR02 - Collective Proc.of Inactive Products


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


Text pool values


Title: Program COM_PRODUCT_ACTIVATE_MULTI
Text Symbol: 120 = Do you want to discard this product?
Text Symbol: 119 = Exit
Text Symbol: 118 = Detail
Text Symbol: 117 = Go to prod.maint. for details
Text Symbol: 116 = Discard
Text Symbol: 115 = Reject inactive products
Text Symbol: 114 = Activate
Text Symbol: 113 = Activate inactive products
Text Symbol: 111 = Toggle Change / Detailed Display
Text Symbol: 015 = Unit of Measure
Text Symbol: 014 = Price Unit
Text Symbol: 013 = Currency
Text Symbol: 012 = Condition Rate
Text Symbol: 011 = Last Unit of Measure
Text Symbol: 010 = Last Price Unit
Text Symbol: 009 = Last Active Currency
Text Symbol: 008 = Last Active Condition Rate
Text Symbol: 007 = Mark
Text Symbol: 006 = No
Text Symbol: 005 = Yes
Text Symbol: 004 = Your selection will be lost. Do you want to leave the transaction ?
Text Symbol: 003 = Is Active
Text Symbol: 002 = Vendor Name
Text Symbol: 001 = New Product


INCLUDES used within this REPORT COM_PRODUCT_ACTIVATE_MULTI

INCLUDE COM_PRODUCT_ACTIVATE_MULTI_TOP.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIO01.
INCLUDE COM_PRODUCT_ACTIVATE_MULTII01.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF01.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF02.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF03.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF04.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF05.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF06.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF07.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF08.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF09.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF11.




INCLUDE COM_PRODUCT_ACTIVATE_MULTIF12.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF14.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF15.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF17.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF18.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF19.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF23.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF24.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF25.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF26.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF27.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF29.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF30.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF31.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF32.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF33.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF34.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF35.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF36.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF37.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF38.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF39.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF20.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF40.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF41.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF42.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF43.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF44.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF45.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF46.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF47.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF48.
INCLUDE COM_PRODUCT_ACTIVATE_MULTIF49.


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