Hello,
We have just upgraded from 4.7 to ECC 6.0 on dev and we are currently testing
all the programs. I have come across a custom program which
has the INCLUDE RPC2RG00. In the program there are many data declarations
such as:
DATA: BEGIN OF RG-VERSION_old_00.
DATA SAPRL(4) TYPE C. "SYSTEM: SAP-Release
DATA NUMBER(1) TYPE X. "RP-Versionsnummer
DATA UNAME(12) TYPE C. "Benutzername
DATA DATUM(8) TYPE D. "Datum
DATA UZEIT(6) TYPE T. "Tageszeit
DATA PGMID(8) TYPE C. "ABAP-Programmname
DATA: END OF RG-VERSION_old_00.
There are now lots of syntax errors:
Include RPC2RG00
Length specification not allowed with type 'D'
Include RPC2RG00
Length specification not allowed with type 'T'
Include RPC2RG00
Length specification not allowed with type 'D'
Has anyone got any ideas? Why these errors are appearing.
Thanks
Andy