Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Idoc triggering through Chnage pointers

Former Member
0 Likes
513

Hi All, We are triggering Idocs through Tcode BD21(RBDMIDOC). RBDMIDOC is scheduled as a batch job to be run in every 15 minutes.

It will take all the changed data in that duration and then create the Idoc.

We are using change pointers for message type HRMD_A for distributing employee master data.

We are facing one problem in this. Everytime batch job runs it takes the data for the last 15 minutes and create one idoc.

My requirement is to create one Idoc for one employee change i.e only one employee information should go in one idoc, Can i handle this requirement.

Please help me. Thanks in advance.

2 REPLIES 2
Read only

former_member209818
Active Contributor
0 Likes
478

Change Pointer creates one IDOC for every change number. But I guess, when you are changing  employee, all the changes are logged in a single change number. As a standard process, I dont think it is possible create separate IDOC for every change..

You can create your custom program for sending this data by taking reference of Std SAP Program..

- Harshad

Read only

Former Member
0 Likes
478

Check if you can utilize BADI 'BDCP_BEFORE_WRITE' for generating one Idoc for employee.