cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion Interface

Former Member
0 Kudos

Hi,

We are having SAP ECC 6.0 (R/3) system which is integrated with diffrent legacy systems in the region using SAP PI 7.0 SR 2 as a middleware.

Whenever there is a change in transactional data in SAP R/3 system like Purchase order,Sales order,Shipment or Delivery,

the R/3 system automatically genrates a standred IDOC which is prapogating to legacy system through SAP PI and updating both R/3 & legacy system by making data synchronization.

But in case of deletion of such transactionla data entries in R/3 system, we are uable to tiger an IDOC in R/3 system and it creates data update mismatch between SAP R/3 & Legacy system.

Can anyone suggest how we can resolve this problem or any known solution for such deletion activity in source R/3 system?

Regards,

Nilesh Joshi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

R u doing it with change pointer configuration.

check the configuration of change pointer in R3.

chirag

Former Member
0 Kudos

Hi,

Yes,We are doing it with change pointer configuration..

Can you just throw some light on this?

Regards,

Nilesh Joshi

Former Member
0 Kudos

ask the person who has done the configuration of change pointer why it is not generating the IDOC for deleted records.

chirag

Former Member
0 Kudos

Hi,

Whenever the deletion happens in the R/3 system,the entry gets deleted from DB and it do not set any deletion flag at the header level.

Hence it is not generating any standred IDOC in R/3 system.

Is it possible to generate IDOC in such scenarios or any alternate solution is available for this?

Regards,

Nilesh Joshi

Former Member
0 Kudos

Change pointer will only generate the IDOC for changes or update in master data so in ur case change pointer will not work for deleted entries.

chirag

Former Member
0 Kudos

Hi,

Whenever the deletion happens in the R/3 system,the entry gets deleted from DB and it do not set any deletion flag at the header level.

Hence it is not generating any standred IDOC in R/3 system.

Is it possible to generate IDOC in such scenarios or any alternate solution is available for this?

Regards,

Nilesh Joshi

Former Member
0 Kudos

it will not generate idoc in that case.

u have to impement either proxy or bapi.

chirag

Former Member
0 Kudos

Hi,

Is it possible to achive it by some customization or User Exit ?

We have already done the developement and at this stage use of Proxy or BAPI will be a difficult task.

Regards,

Nilesh Joshi