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

Segment Addition for HRMD_A message type

Former Member
0 Likes
978

Hi All,

I want to populate data in one child segment without writing user exit.

I have added one child segment(Z1P0105) under segment E1P0105 Of message type HRMD_A. Then I added entry in T777D table against infotype 0105.

But when IDOC get created its structure gets disturbed, giving syntax error.

Please tell me am I using write approach. ?

Can you tell me where am I going wrong ?

If it is not possible then please tell me in which component of exit RHALE001 should I write code for populating data in child segment.

Regards,

Rahul

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
639

Hi Rahul,

You need to write in 'EXIT_SAPLRHAL_003' and 'EXIT_SAPLRHAL_001' to upload the custom fields of the segments

Thanks,

Robi

Hi Rahul,

You need to write in 'EXIT_SAPLRHAL_003' and 'EXIT_SAPLRHAL_001' to upload the custom fields of the segments

Thanks,

Robi

2 REPLIES 2
Read only

Former Member
0 Likes
640

Hi Rahul,

You need to write in 'EXIT_SAPLRHAL_003' and 'EXIT_SAPLRHAL_001' to upload the custom fields of the segments

Thanks,

Robi

Read only

Edith-Cuellar
Explorer
0 Likes
639

The exits which I used are:

EXIT_SAPLRHA0_001

to populate the fields in new segment,

and

EXIT_SAPLRHA0_004

to populate the control record, where you need to specify the extension name that you created to include the new segment, in field cimtyp.

Regards

Edith