Skip to Content
0
Former Member
Nov 14, 2008 at 04:33 PM

Syntax Error - INCLUDE Report "%_HR9010" Not Found

1662 Views

I have an HR ABAP program(Query Generated) that works in Enterprise and is now being testing in the ECC 6.0 test environment and is getting an syntax error. The syntax points the line in the code where a custom infotype is declared with the infotypes syntax. Example:

Infotypes:

9010

syntax error reads:

'include report"%_HR9010" not found.

Why am I getting that syntax error? The syntax error does not occur on standard sap infotypes, 0000, 0001, 0002. It appears to be failing on custom infotypes. The Structure definition is there, the table definition is there and there are thousands of records in the table and it can be read by other programs with no problem. What piece is missing, could it be something to do with Infosets, whatever they are?