Skip to Content
0
Nov 30, 2006 at 01:52 PM

Pb with OO BADI HR

31 Views

Hello Gurus,

For the DADS-U (pay FR), I want to add a spécific line in struct S46 when fields massn = 12 and massg = 05 for a personnal.

I have create a BADI with SPRO and I want to add code in method process_st46 : interface If_EX_HRPAYFR_DADSU_CUST.

I get some necessary informations but I don't know how to add this in p_tab_dadsu_st46.

I declare a struct l_tab_dadsu_st46 TYPE pfrda_tab_dadsu_st46. But I don't use the instruction MOVE : Error : table without a geader line....

When I declare the table WITH HEADER LINE, I have also an error : table with headers are no longer supported in the OO context.

What is the problem ??

Can You help me. Please

Thanks