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 Extension

Former Member
0 Likes
402

Hi All,

In our system the program RBDMIDOC is scheduled to transfer the changes in the Employee data from HR system to CRM system by idocs of message type HRMD_ABA and idoc type is HRMD_ABA04. If a create a z extension of the idoc type HRMD_ABA04 will the program RBDMIDOC send the z extension along with the basic type HRMD_ABA04?

Thanks & Regards,

Rahul Rathi

Hi All,

In our system the program RBDMIDOC is scheduled to transfer the changes in the Employee data from HR system to CRM system by idocs of message type HRMD_ABA and idoc type is HRMD_ABA04. If a create a z extension of the idoc type HRMD_ABA04 will the program RBDMIDOC send the z extension along with the basic type HRMD_ABA04?

Thanks & Regards,

Rahul Rathi

2 REPLIES 2
Read only

Former Member
0 Likes
373

it will send, provided change pointers are created for that message type....

reward if useful.

Read only

Former Member
0 Likes
373

Hi,

Yes,

the program RBDMIDOC will send the Z extension along with the basic type HRMD_ABA04.

But you have to populate the data from the user exits(CUSTOMER-FUNCTION avialble in the fun module linked with that Basic Idoc type) into this Z Extension.

reward if useful

regards,

Anji