Skip to Content
0
Former Member
Sep 07, 2004 at 12:35 PM

INCLUDE report "%_HR9920" not found

949 Views

Hi.

I'm having að problem with an old ABAP report which I wrote. After I and my company upgrated SAP from 4.6C to 4.7, I get the error "INCLUDE report "%_HR9920" not found". This infotype 9920 is some custom made infotype I think and it looks like I can not use it as before in my report.

Here is my ABAP code:

...

INFOTYPES:

0000,

0001,

0002,

0006,

9920. "The error comes here

TYPES: BEGIN OF tp_data,

bukrs LIKE p0001-bukrs,

perid LIKE ...

...

Can any one give me a hint what the problem is?

Regards,

Stefán.