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
414

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
365

Rahul,

No Standard program not take crae your extension.You have code for this.

Do one thing.Copy standard program as Z program add your code to handle this extention.Schedule it instead of your standard program...

Don't forget to reward if helpful...

Read only

gajendra_bhakuni
Product and Topic Expert
Product and Topic Expert
0 Likes
365

Hi Rahul,

The generic change pointer program takes to message type into consideration (entered at the selection screen) and inside triggers the application module for filling the IDoc control and data segment and calling the ALE inteface.

In BD60 transaction we specify the message type and the application function module.

Hence if you create a z extension, link it to the message type in WE82, specify it in the outbound parameters of the message type, then it will be sent to the IDoc (provided it is not optional).

Hope this helps.

Regards,

Gajendra.