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

Extend BASIC Type HRMD_ABA (HRM Module) - Custom Extention

Former Member
0 Likes
600

Hi I have extended IDOC Message type HRMD_ABA to include custom Infortype. We are planning to use Change Pointer.

How can BD21(generate idoc from change pointers) populate custom infotype data into the IDOC?

Thanks,

2 REPLIES 2
Read only

Former Member
0 Likes
464

Hello KuPatel_PI ,

Automatically nothing happens. You need the find an user exit to populate the data for the custom info type related data to populate the IDOC custom segments that you had added.

You need to locate an user exit inside the FM "RH_MASTERIDOC_CREATE_HRMD".

you can try the below user exits that suits your requirement:

EXIT_SAPLRHAL_003

EXIT_SAPLRHAL_001

EXIT_SAPLRHAL_004

EXIT_SAPLRHAL_002

Hope this answers your question.

Thanks,

Greetson

Read only

Sougata
Active Contributor
0 Likes
464

If you have created a customer extension to the standard Message Type HRMD_ABA (via WE30) then you can implement BAdI 'HRALE00OUTBOUND_IDOC' and use the Method 'IDOC_DATA_FOR_RECEIVER_MODIFY' to populate the custom fields in your customer extension.

Hope this helps.

Cheers,

Sougata.