Application Development 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: 

ALE Configuration HCM - Program read table idoc_structure error

Former Member
0 Kudos

Hello SCN community,

I have small problem with ALE Configuration of HRMD_A message type. I created extension named 'ZRMD_A06'.

When I'm trying to run t-code: bd21 (report RBDMIDOC)

I'm getting following error message:

At the beginning I thought there is problem with segment structure of Z1P2006 of extension 'ZRMD_A06'

I compared segment Z1P2006 with structure 'P2006' in se11 - and it is the same.

Next I checked the bd21 transaction in debug mode.

I figured out that there is error in FM 'RH_MASTER_IDOC_DISTRIBUTE_HRMD' in include 'LRHALF10'.

Could you please help me?

6 REPLIES 6

Former Member
0 Kudos

Michael,

have you defined the custom segment in table T777D? PM01- 0006 - Technical attributes - RP_0006 - modify as under.

0 Kudos

Hello,

I have it configured, but in the IDOC segment.

Not in 2nd or 3rd.

0 Kudos

do you have the same error for all other segments that you have added? Are they getting populated with correct data?

0 Kudos

Hmm.. I need to check.

When I'm using PFAL and force sending iDOC it is working fine only using BD21 it is not working properly.

0 Kudos

Okay - i have  a document where i have collated steps to enable change pointers for new segments - i can pass that on to you, provide me your email address.

Former Member
0 Kudos

Hello,

Thank you all for your help.

I'm writing this post to provide solution for others like me.

To solve this problem you need to apply this sap note:

HR-CA-ALE: Segment Z1Pnnnn prevents distribution

for me:

  • As of Release 4.6: In the customer enhancement RHALE001, fill the function exit EXIT_SAPLRHA0_004 with the line

                    F_idoc_control-cimtyp = 'ZRMD_AXX'.              

steps:

1. Go to SE37

2. Enter EXIT_SAPLRHA0_004

3. Double click on INCLUDE ZXHALU08 . (in my case)

4. Add to the code this line: F_idoc_control-cimtyp = 'ZRMD_A06'.  (ZRMD_A06 - because I called so my custom extension)

5. and have a nice day because you solved this problem!