2007 Apr 05 7:21 AM
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
2007 Apr 05 8:08 AM
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...
2007 Apr 05 8:35 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |