Skip to Content
0
Former Member
Sep 30, 2005 at 10:57 PM

change pointer technique for idocs

1583 Views

I have to generate idoc whenever some fields of the sales order changes (Transaction VA02)

I thought of doing this using change documents. There is a standard change document object VERKBELEG for sales order.

In transaction BD52 for the message type ORDRSP I have mentioned the fields names as below (my idea is to generate the idoc when these fields of the sales order changes).

VERKBELEG VBAP ABGRU

VERKBELEG VBAP KWMENG

VERKBELEG VBAP KZWI1

VERKBELEG VBAP KZWI2

VERKBELEG VBAP MATNR

VERKBELEG VBAP PRCTR

VERKBELEG VBEP WMENG

VERKBELEG VBKD KDKG3

VERKBELEG VBPA PARNR

It seems that the report RBDMIDOC will not support for transaction data.

When I tried to execute the report RBDMIDOC by giving message type ORDRSP in the selection-screen it gave the following error

***********

Message type ORDRSP cannot be sent with change pointers

Message no. B1157

Diagnosis

You attempted to send message tyoe ORDRSP. Unfortunately you cannot choose data for this message type using change pointers.

System Response

The system does not carry out the action.

Procedure

If message type ORDRSP is for master data, it can be sent directly. If it is for transaction data, the message tyoe is sent automatically via the transaction.

**************

is there a way to generate idoc via the transaction VA02 (sales order change) instead of executing the report

RBDMIDOC