使用report COM_PRODUCT_DELETE_SINGLE删除product

144 阅读1分钟

Created by Jerry Wang on Aug 28, 2014

使用report 删除某个product时遇到如下error message:

 

clipboard1

 

 

 

Register to execute this report

Message no. COM_PRODUCT809

Diagnosis

You wanted to run a report which deletes or changes product data or other data. To do this, you need to be registered appropriately in table COMC_PR_TOOL_REG by adding an entry to this table.

Procedure

Use transaction SE16 (Data Browser) to add an entry to the table COMC_PR_TOOL_REG, making the following entries:

PROGRAM_NAME - Name of the program/report you want to run (for example, COM_PRODUCT_DELETE_SINGLE)

USER_NAME - User with which you are logged on

EXEC_DATE - Date on which you would like to run this report

 

 

在table COMC_PR_TOOL_REG里维护对应entry:

clipboard2

 

成功删除指定的product:

clipboard3