SAP Reports / Programs

COM_PRODUCT_ACTIVATE_MULT40 SAP ABAP dialog Program - COMPRODUCTACTIVATEMULT40







COM_PRODUCT_ACTIVATE_MULT40 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_MULT40 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

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


Text pool values


Text Symbol: 001 = New Product
Text Symbol: 002 = Vendor Name
Text Symbol: 003 = Is Active
Text Symbol: 004 = Your selection will be lost. Do you want to leave the transaction ?
Text Symbol: 005 = Yes
Text Symbol: 006 = No
Text Symbol: 007 = Mark
Text Symbol: 111 = Toggle Change / Detailed Display
Text Symbol: 113 = Activate inactive products
Text Symbol: 114 = Activate
Text Symbol: 115 = Reject inactive products
Text Symbol: 116 = Discard
Text Symbol: 117 = Go to prod.maint. for details
Text Symbol: 118 = Detail
Text Symbol: 119 = Exit
Text Symbol: 120 = Do you want to discard this product?


INCLUDES used within this REPORT COM_PRODUCT_ACTIVATE_MULT40

INCLUDE COM_PRODUCT_ACTIVATE_MULT40TOP.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40O01.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40I01.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F01.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F02.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F03.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F04.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F05.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F06.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F07.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F14.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F15.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F17.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F18.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F19.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F23.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F24.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F25.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F26.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F27.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F29.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F30.




INCLUDE COM_PRODUCT_ACTIVATE_MULT40F31.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F32.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F33.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F34.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F35.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F36.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F37.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F39.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F41.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F42.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F43.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F46.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F47.
INCLUDE COM_PRODUCT_ACTIVATE_MULT40F48.


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