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

Problem in RBDMIDOC report

Former Member
0 Likes
626

Hi,

I am using Idoc to transfer HR Master data from SAP to CRM and am using message type HRMD_ABA.

Iam using RBDMIDOC (TRAN - BD21) to create DIOC and the transfer the data which is schedule periodically.

Now my reqirement is that i want to use INSERT transfer mode in RBDMIDOC report like how in PFAL we r having 2 option 'INSERT' and 'UPDATE' transfer mode. I don't want to schedule/use PFAL.

Any idea how to run RBDMIDOC in Insert mode....?

Thanks in advance.

Regards.

Hemant.

Hi,

I am using Idoc to transfer HR Master data from SAP to CRM and am using message type HRMD_ABA.

Iam using RBDMIDOC (TRAN - BD21) to create DIOC and the transfer the data which is schedule periodically.

Now my reqirement is that i want to use INSERT transfer mode in RBDMIDOC report like how in PFAL we r having 2 option 'INSERT' and 'UPDATE' transfer mode. I don't want to schedule/use PFAL.

Any idea how to run RBDMIDOC in Insert mode....?

Thanks in advance.

Regards.

Hemant.

2 REPLIES 2
Read only

Former Member
0 Likes
545

Hi,

You can create a program which works reads the changes in the HR master data.

Then it should call PFAL program to send the idoc is INSERT mode.

I dont think you can use RBDMIDOC in INSERT mode.

Regards,

Shanmugavel Chandrasekran.

Read only

Edith-Cuellar
Explorer
0 Likes
545

Hi,

It is not possible to run RBDMIDOC Report in Insert mode, precisely the purpose of this report is to send only the delta changes recorded in change pointers (that is only the differences since the last replica) and it is used not just for HRMD_ABA Message Type, also for other Modules, like Cost Center, Materials, etc.

I understand that PFAL is not useful as it requires the specification implied of the objects.

According with the way HR structure Replica works, you replicate with PFAL all the objects you requiere as an initial replica, and then programs BD21 as a job to get the delta changes in the destination system.

Regards,

Edith