Hello,
I keep receiving a dump RAISE_EXCEPTION program_error in the generated programs COCC2001... 03 etc.
When I run transaction KP26 for a Cost Center that has no entries yet (with a custom layout), and when I supply or modify the value in column T (Activity Type Category), and then confirm with Enter, I get this dump.
In line 1271 of subroutine ec504_update_others_for_uattr in program COCC2001:
itdat2_key = object.
<itdat2_key_werte> = 'PLST'.
READ TABLE itdat2 WITH KEY itdat2_key BINARY SEARCH.
IF sy-subrc > 0.
RAISE program_error.
ENDIF.
I checked entries of table itdat2 (I cannot find where it is populated though), and I can see 5 entries for the &KENNZAHL field:
PAEQ, PDIS, PTKE, PTOE, PTOF.
Could someone explain, what are those PAEQ..., and am I missing some config in the SPRO, or do I have to regenarate those COCC.. reports somehow?